jdmorzan commited on
Commit
e4d541d
·
verified ·
1 Parent(s): 09df477

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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,