nickmuchi commited on
Commit
e265b8a
1 Parent(s): 09342b7

Update variables.py

Browse files
Files changed (1) hide show
  1. 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