mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 07:40:12 +01:00
feat(scripts): Wipe qdrant and obtain db Stats command (#1783)
This commit is contained in:
parent
b3b0140e24
commit
ea153fb92f
2 changed files with 139 additions and 63 deletions
3
Makefile
3
Makefile
|
|
@ -51,6 +51,9 @@ api-docs:
|
|||
ingest:
|
||||
@poetry run python scripts/ingest_folder.py $(call args)
|
||||
|
||||
stats:
|
||||
poetry run python scripts/utils.py stats
|
||||
|
||||
wipe:
|
||||
poetry run python scripts/utils.py wipe
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue