Spaces:
Runtime error
Runtime error
updated
Browse files- 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 |
|