Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -68,8 +68,8 @@ def retrieve_normal_context(retriever, question):
|
|
68 |
def get_chain(temperature):
|
69 |
embeddings = HuggingFaceEmbeddings(model_name="sentence-transformers/all-MiniLM-L12-v2")
|
70 |
|
71 |
-
docstore_path = '
|
72 |
-
chroma_path = '
|
73 |
parent_splitter = RecursiveCharacterTextSplitter(chunk_size=2000,
|
74 |
chunk_overlap=500)
|
75 |
|
|
|
68 |
def get_chain(temperature):
|
69 |
embeddings = HuggingFaceEmbeddings(model_name="sentence-transformers/all-MiniLM-L12-v2")
|
70 |
|
71 |
+
docstore_path = 'ohw_proj_chorma_db.pcl'
|
72 |
+
chroma_path = 'ohw_proj_chorma_db'
|
73 |
parent_splitter = RecursiveCharacterTextSplitter(chunk_size=2000,
|
74 |
chunk_overlap=500)
|
75 |
|