959a391334
Some checks failed
publish docs / publish-docs (push) Has been cancelled
release-please / release-please (push) Has been cancelled
tests / setup (push) Has been cancelled
tests / ${{ matrix.quality-command }} (black) (push) Has been cancelled
tests / ${{ matrix.quality-command }} (mypy) (push) Has been cancelled
tests / ${{ matrix.quality-command }} (ruff) (push) Has been cancelled
tests / test (push) Has been cancelled
tests / all_checks_passed (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
14 lines
385 B
Plaintext
14 lines
385 B
Plaintext
# Reset Local documents database
|
|
|
|
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
|
|
```
|
|
|
|
# Advanced usage
|
|
|
|
You can actually delete your documents from your storage by using the
|
|
API endpoint `DELETE` in the Ingestion API. |