rchrdgwr commited on
Commit
47a73cd
·
verified ·
1 Parent(s): 46fc427

Use qdrant

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ NOTE: Make sure that .env is in your .gitignore file - it is by default, but ple
23
  load_dotenv()
24
 
25
  use_document = True
26
- use_qdrant = False
27
 
28
  lcel_rag_chain= None
29
 
 
23
  load_dotenv()
24
 
25
  use_document = True
26
+ use_qdrant = True
27
 
28
  lcel_rag_chain= None
29