Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def init_vector_search() -> MongoDBAtlasVectorSearch:
|
|
58 |
from langchain_community.vectorstores import MongoDBAtlasVectorSearch
|
59 |
|
60 |
HF_TOKEN = os.getenv("HF_TOKEN", "").strip()
|
61 |
-
model_name = "
|
62 |
|
63 |
try:
|
64 |
st.write(f"🔌 Connecting to Hugging Face model: `{model_name}`")
|
|
|
58 |
from langchain_community.vectorstores import MongoDBAtlasVectorSearch
|
59 |
|
60 |
HF_TOKEN = os.getenv("HF_TOKEN", "").strip()
|
61 |
+
model_name = "thenlper/gte-small"
|
62 |
|
63 |
try:
|
64 |
st.write(f"🔌 Connecting to Hugging Face model: `{model_name}`")
|