Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
hyongok2
/
embedingmodels
like
0
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
embedingmodels
/
vector-search-api-v1.0.1
/
main.py
hyongok2
Upload 3 files
6289089
verified
11 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
118 Bytes
import
uvicorn
if
__name__ ==
"__main__"
:
uvicorn.run(
"app.api:app"
, host=
"0.0.0.0"
, port=
5200
, reload=
True
)