boryasbora commited on
Commit
2ec4111
·
verified ·
1 Parent(s): eea1374

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = 'repos_github_opensmodel.pcl'
72
- chroma_path = 'repos_github_opensmodel'
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