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
+2
View File
@@ -11,6 +11,8 @@ backend/.pytest_cache/
backend/*.egg-info/
backend/**/__pycache__/
backend/.env
# 运行期生成的 SQLite 索引(vault 下的 Markdown 测试数据需提交)
backend/data/*.db*
# Editors and operating systems
.idea/