Spaces:
No application file
No application file
https://huggingface.co/spaces/APR20/FINANCEBOTAI/tree/main
#1
by
APR20
- opened
APP
CHANGED
@@ -81,7 +81,7 @@ llm = HuggingFacePipeline(
|
|
81 |
embeddings = HuggingFaceEmbeddings(
|
82 |
model_name="thenlper/gte-large",
|
83 |
model_kwargs={"device": "cuda"},
|
84 |
-
encode_kwargs={"normalize_embeddings": True}
|
85 |
|
86 |
|
87 |
|
|
|
81 |
embeddings = HuggingFaceEmbeddings(
|
82 |
model_name="thenlper/gte-large",
|
83 |
model_kwargs={"device": "cuda"},
|
84 |
+
encode_kwargs={"normalize_embeddings": True},
|
85 |
|
86 |
|
87 |
|