File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,6 @@ def load_sqlite_vector_extension(conn: sqlite3.Connection) -> None:
7373 # version function may not be present; ignore
7474 pass
7575 except Exception as e :
76- # CRASH THE PROGRAM: This is intentional and mandatory
77- logger .error (f"FATAL: Failed to load sqlite-vector extension: { e } " )
7876 raise RuntimeError (f"Failed to load sqlite-vector extension: { e } " ) from e
7977
8078
Original file line number Diff line number Diff line change @@ -13,9 +13,11 @@ dependencies = [
1313 " tomli>=2.0; python_version < '3.11'" ,
1414 " python-dotenv>=1.0" ,
1515 " openai>=2.2.0" ,
16- " llama-index>=0.5.9" ,
16+ " llama-index[langchain] >=0.5.9" ,
1717 " sqliteai-vector>=0.9.51" ,
1818 " pydantic>=2.0" ,
19+ " tree-sitter>=0.21.3" ,
20+ " tree-sitter-languages>=1.10.2" ,
1921]
2022
2123[build-system ]
You can’t perform that action at this time.
0 commit comments