Lancedb support (#6)

* add start of lanceDB support

* lancedb initial support

* add null method for deletion of documents from namespace since LanceDB does not support
show warning modal on frontend for this

* update .env.example and lancedb methods for sourcing

* change export method

* update readme
This commit is contained in:
Timothy Carambat
2023-06-08 18:40:29 -07:00
committed by GitHub
parent 93ee4349ba
commit ad15e1f9b6
8 changed files with 360 additions and 23 deletions

View File

@@ -29,7 +29,8 @@
"slugify": "^1.6.6",
"sqlite": "^4.2.1",
"sqlite3": "^5.1.6",
"uuid": "^9.0.0"
"uuid": "^9.0.0",
"vectordb": "0.1.5-beta"
},
"devDependencies": {
"nodemon": "^2.0.22",