| import llama_index | |
| import llama2 | |
| from llama_index.query_pipeline import ( | |
| QueryPipeline as QP, | |
| Link, | |
| InputComponent, | |
| ) | |
| from llama_index.query_engine.pandas import PandasInstructionParser | |
| from llama_index.llms import OpenAI | |
| from llama_index.prompts import PromptTemplate |