databricks/lilac

Add support for delete_embedding_index, and overwrite=True should delete for embeddings.

Closed this issue · 1 comments

We have no way of deleting embedding indexes right now, which means that we're constantly updating existing vector stores, which is very slow.

We should have a delete_embedding_index, and overwrite=True should call this.

Fixed in #1090