Spaces:
Sleeping
Sleeping
Commit ·
1009eb6
1
Parent(s): ba82520
Update main.py
Browse files
main.py
CHANGED
|
@@ -170,9 +170,9 @@ async def start():
|
|
| 170 |
streaming_llm,
|
| 171 |
memory=memory,
|
| 172 |
chain_type="stuff",
|
| 173 |
-
retriever=retriever_to_cache(),
|
| 174 |
return_source_documents=True,
|
| 175 |
-
verbose=False
|
|
|
|
| 176 |
)
|
| 177 |
cl.user_session.set("conversation_chain", qa)
|
| 178 |
elif chatProfile[0] == 'Emplois':
|
|
|
|
| 170 |
streaming_llm,
|
| 171 |
memory=memory,
|
| 172 |
chain_type="stuff",
|
|
|
|
| 173 |
return_source_documents=True,
|
| 174 |
+
verbose=False,
|
| 175 |
+
retriever=retriever_to_cache()
|
| 176 |
)
|
| 177 |
cl.user_session.set("conversation_chain", qa)
|
| 178 |
elif chatProfile[0] == 'Emplois':
|