Spaces:
Sleeping
Sleeping
Update functions.py
Browse files- 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-
|
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 |
|