Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SstudizeSA
/
SOCA-FastAPI-Public
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
shreyanshknayak
commited on
Jul 10, 2024
Commit
0d0d7c7
·
verified
·
1 Parent(s):
904dbf9
Defined the embedding model
Browse files
Files changed (1)
hide
show
main.py
+3
-0
main.py
CHANGED
Viewed
@@ -22,6 +22,9 @@ config = {
22
},
23
'embedder': {
24
'provider': 'huggingface',
25
}
26
}
27
22
},
23
'embedder': {
24
'provider': 'huggingface',
25
+
'config': {
26
+
'model': 'sentence-transformers/all-mpnet-base-v2'
27
+
}
28
}
29
}
30