mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 07:40:12 +01:00
Add setup option to Makefile (#1368)
This commit is contained in:
parent
3d301d0c6f
commit
9cf972563e
1 changed files with 4 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -53,3 +53,6 @@ ingest:
|
|||
|
||||
wipe:
|
||||
poetry run python scripts/utils.py wipe
|
||||
|
||||
setup:
|
||||
poetry run python scripts/setup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue