anything-llm/server/.gitignore
Timothy Carambat ad15e1f9b6
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
2023-06-08 18:40:29 -07:00

8 lines
117 B
Plaintext

.env.production
.env.development
documents/*
vector-cache/*.json
!documents/DOCUMENTS.md
logs/server.log
*.db
lancedb