File size: 283 Bytes
ce55e99 |
1 2 3 4 5 6 7 8 9 10 11 12 |
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 |