ArturG9 commited on
Commit
4ed172f
·
verified ·
1 Parent(s): 2cff662

Update functions.py

Browse files
Files changed (1) hide show
  1. functions.py +1 -1
functions.py CHANGED
@@ -70,7 +70,7 @@ async def handle_userinput(user_question, custom_graph):
70
 
71
 
72
 
73
- def create_retriever_from_chroma(vectorstore_path="./docs/chroma/", search_type='mmr', k=7, chunk_size=300, chunk_overlap=30, lambda_mult=0.7):
74
  model_name = "Alibaba-NLP/gte-large-en-v1.5"
75
  model_kwargs = {'device': 'cpu', "trust_remote_code": 'False'}
76
  encode_kwargs = {'normalize_embeddings': True}
 
70
 
71
 
72
 
73
+ def create_retriever_from_chroma(vectorstore_path="./docs/chroma/", search_type='mmr', k=7, chunk_size=550, chunk_overlap=40):
74
  model_name = "Alibaba-NLP/gte-large-en-v1.5"
75
  model_kwargs = {'device': 'cpu', "trust_remote_code": 'False'}
76
  encode_kwargs = {'normalize_embeddings': True}