ArturG9 commited on
Commit
a121037
·
verified ·
1 Parent(s): e0af4c0

Update functions.py

Browse files
Files changed (1) hide show
  1. functions.py +1 -1
functions.py CHANGED
@@ -71,7 +71,7 @@ async def handle_userinput(user_question, custom_graph):
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}
77
 
 
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-base-en-v1.5"
75
  model_kwargs = {'device': 'cpu', "trust_remote_code": 'False'}
76
  encode_kwargs = {'normalize_embeddings': True}
77