Feat: Utils add wipe qdrant and new stats command #1783
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add support for deleting the collection created in a
qdrant
vector datastore.I did not change the name of the store from
make_this_parameterizable_per_api_call
for upgrade compatibility.This collection should be named something more appropriate. I suggest
data_embeddings
. This is how its named in the Postgres database. Renaming this store will be a breaking upgrade for those who have ingested data.Test output
Stats command
This gives some simple metrics about the data, index and vector stores.
QDRANT
POSTGRES