Spaces:
Build error
Build error
Update variables.py
Browse files- variables.py +1 -0
variables.py
CHANGED
@@ -96,6 +96,7 @@ def embed_tweets(file,model,query,_prompt):
|
|
96 |
chain_type="stuff",
|
97 |
vectorstore=docsearch,
|
98 |
chain_type_kwargs=chain_type_kwargs,
|
|
|
99 |
k=5
|
100 |
)
|
101 |
|
|
|
96 |
chain_type="stuff",
|
97 |
vectorstore=docsearch,
|
98 |
chain_type_kwargs=chain_type_kwargs,
|
99 |
+
return_source_documents=True,
|
100 |
k=5
|
101 |
)
|
102 |
|