CSV_test / app.py
Anne31415's picture
Update app.py
ce55e99 verified
raw
history blame contribute delete
283 Bytes
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