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
904dbf9
·
verified
·
1 Parent(s):
1c49db5
Changed the embedding model
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -21,7 +21,7 @@ config = {
21
}
22
},
23
'embedder': {
24
-
'provider': '
gpt4all
',
25
}
26
}
27
21
}
22
},
23
'embedder': {
24
+
'provider': '
huggingface
',
25
}
26
}
27