devve1 commited on
Commit
5185c46
1 Parent(s): 0f2e717

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -199,6 +199,7 @@ def main(query: str, client: QdrantClient, collection_name: str, llm, dense_mode
199
  contents, metadatas = [list(t) for t in zip(*docs)]
200
 
201
  context = "\n".join(contents)
 
202
 
203
  gen_text = outlines.generate.text(llm)
204
 
 
199
  contents, metadatas = [list(t) for t in zip(*docs)]
200
 
201
  context = "\n".join(contents)
202
+ print(f'Context : {context}')
203
 
204
  gen_text = outlines.generate.text(llm)
205