Find answers from the community

Updated 3 months ago

Google Colaboratory

L
3 comments
We provided scripts to help migrate your imports and indentify which packages to install

As well as a complete migration guide
https://docs.llamaindex.ai/en/stable/getting_started/v0_10_0_migration.html
Going through your notebook:
Plain Text
from llama_index.core.query_pipeline.query import QueryPipeline as QP, Link
from llama_index.core.query_pipeline import InputComponent
from llama_index.core.query_engine.pandas import PandasInstructionParser
from llama_index.llms.openai import OpenAI
from llama_index.core.prompts import PromptTemplate


Plain Text
from llama_index.core.program import LLMTextCompletionProgram
from llama_index.core.bridge.pydantic import BaseModel, Field
from llama_index.llms.openai import OpenAI


Plain Text
from llama_index.core.query_pipeline import QueryPipeline
Add a reply
Sign up and join the conversation on Discord