Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ if question:
|
|
72 |
rag_chain = (
|
73 |
{"context": retriever | format_docs, "question": RunnablePassthrough()}
|
74 |
| prompt
|
75 |
-
|
|
76 |
| StrOutputParser()
|
77 |
)
|
78 |
|
|
|
72 |
rag_chain = (
|
73 |
{"context": retriever | format_docs, "question": RunnablePassthrough()}
|
74 |
| prompt
|
75 |
+
| llm # Replace with your LLM or appropriate function if needed
|
76 |
| StrOutputParser()
|
77 |
)
|
78 |
|