anhkhoiphan commited on
Commit
6213ab1
verified
1 Parent(s): 80b2a0b

Update chatbot/retrieval.py

Browse files
Files changed (1) hide show
  1. chatbot/retrieval.py +1 -1
chatbot/retrieval.py CHANGED
@@ -35,7 +35,7 @@ def load_pdf_data(pdf_path):
35
  def get_vector_db():
36
  qdrant_url = QDRANT_HOST
37
  api_key = QDRANT_API_KEY
38
- collection_name = "expl_embeddings"
39
 
40
  docs = load_pdf_data("data/Explorer.pdf")
41
 
 
35
  def get_vector_db():
36
  qdrant_url = QDRANT_HOST
37
  api_key = QDRANT_API_KEY
38
+ collection_name = "discvr_embeddings"
39
 
40
  docs = load_pdf_data("data/Explorer.pdf")
41