initialize project with FastAPI embedding service and environment configuration

This commit is contained in:
tom
2026-03-31 18:04:35 +08:00
parent 914638e3c8
commit 58ba5d99aa
4 changed files with 186 additions and 0 deletions

6
requirements.txt Normal file
View File

@ -0,0 +1,6 @@
fastapi
uvicorn
sentence-transformers
tiktoken
torch
python-dotenv