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:
Dominik Fuchs
2023-11-16 11:44:02 +01:00
committed by GitHub
parent 03d1ae6d70
commit 23fa530c31
5 changed files with 60 additions and 51 deletions

View File

@@ -462,6 +462,11 @@ or using the completions / chat API.
When running in a local setup, you can remove all ingested documents by simply
deleting all contents of `local_data` folder (except .gitignore).
To simplify this process, you can use the command:
```bash
make wipe
```
## API
As explained in the introduction, the API contains high level APIs (ingestion and chat/completions) and low level APIs

File diff suppressed because one or more lines are too long