Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,6 @@ def create_memory():
|
|
66 |
# --------------------------
|
67 |
# Define the chain function that uses the LLM to answer queries
|
68 |
# --------------------------
|
69 |
-
@traceable
|
70 |
def pdf_qa(query, memory, llm):
|
71 |
chain = ConversationalRetrievalChain.from_llm(
|
72 |
llm=llm,
|
|
|
66 |
# --------------------------
|
67 |
# Define the chain function that uses the LLM to answer queries
|
68 |
# --------------------------
|
|
|
69 |
def pdf_qa(query, memory, llm):
|
70 |
chain = ConversationalRetrievalChain.from_llm(
|
71 |
llm=llm,
|