itachi-ai commited on
Commit
0be9ea3
·
verified ·
1 Parent(s): 397d983
Files changed (1) hide show
  1. embed_with_db.py +1 -0
embed_with_db.py CHANGED
@@ -65,4 +65,5 @@ class VECTORDB_STORE:
65
  retriever = self.vectordb_store.as_retriever(search_kwargs={"k": 10})
66
  chain = {'context': retriever, 'question': RunnablePassthrough()} | prompt | llm_model | parser
67
  return chain
 
68
 
 
65
  retriever = self.vectordb_store.as_retriever(search_kwargs={"k": 10})
66
  chain = {'context': retriever, 'question': RunnablePassthrough()} | prompt | llm_model | parser
67
  return chain
68
+
69