chore(backend): 引入 sqlite-vec 依赖并配置数据目录

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
yxx
2026-08-27 19:19:44 +08:00
co-authored by Claude
parent 41286fca6c
commit 2eed940bb0
4 changed files with 33 additions and 1 deletions
+1
View File
@@ -7,6 +7,7 @@ requires-python = ">=3.11"
dependencies = [
"fastapi>=0.116,<1.0",
"httpx>=0.28,<1.0",
"sqlite-vec>=0.1.9",
"uvicorn[standard]>=0.35,<1.0",
]