feat: finish uv migration (oss + desktop) (#4228)

* migrate desktop and add sqlite as a hard dependency in desktop

* migrate oss dockerfile as well
This commit is contained in:
Kian Jones
2025-08-26 20:32:27 -07:00
committed by GitHub
parent 46cba7aa74
commit e43ff8382f
3 changed files with 7 additions and 5 deletions

View File

@@ -137,6 +137,7 @@ desktop = [
"wikipedia>=1.4.0",
"langchain-community>=0.3.7",
"locust>=2.31.5",
"aiosqlite>=0.21.0",
"sqlite-vec>=0.1.7a2",
"pgvector>=0.2.3",
]