can now count and remove data in lancedb 0.1.12 so bumped version and added new functionality support (#155)

This commit is contained in:
Timothy Carambat
2023-07-20 13:09:56 -07:00
committed by GitHub
parent ab9304b6dd
commit 5fa6145872
5 changed files with 115 additions and 129 deletions

View File

@@ -35,10 +35,10 @@
"sqlite": "^4.2.1",
"sqlite3": "^5.1.6",
"uuid": "^9.0.0",
"vectordb": "0.1.5"
"vectordb": "0.1.12"
},
"devDependencies": {
"nodemon": "^2.0.22",
"prettier": "^2.4.1"
}
}
}