mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 07:40:12 +01:00
added wipe make command (#1215)
* added `wipe` make command * Apply suggestions from code review Thanks for your suggestions, I like to apply them. Co-authored-by: lopagela <lpglm@orange.fr> * added `wipe` command to the documentation * rebased to generate valid openapi.json --------- Co-authored-by: lopagela <lpglm@orange.fr>
This commit is contained in:
parent
03d1ae6d70
commit
23fa530c31
5 changed files with 60 additions and 51 deletions
5
Makefile
5
Makefile
|
|
@ -49,4 +49,7 @@ api-docs:
|
|||
poetry run python scripts/extract_openapi.py private_gpt.main:app --out docs/openapi.json
|
||||
|
||||
ingest:
|
||||
@poetry run python scripts/ingest_folder.py $(call args)
|
||||
@poetry run python scripts/ingest_folder.py $(call args)
|
||||
|
||||
wipe:
|
||||
poetry run python scripts/utils.py wipe
|
||||
Loading…
Add table
Add a link
Reference in a new issue