feat: Add support for vectors in SQLite (#3505)

This commit is contained in:
Kian Jones
2025-07-23 16:09:06 -07:00
committed by GitHub
parent 5249cf70b4
commit ae19e6b088
8 changed files with 613 additions and 157 deletions

View File

@@ -130,6 +130,8 @@ pytest-json-report = "^1.5.0"
[tool.poetry.group.sqlite.dependencies]
aiosqlite = "^0.21.0"
# https://github.com/asg017/sqlite-vec/issues/148
sqlite-vec = "^0.1.7a2"
[tool.black]
line-length = 140