For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Contact usJoin the Discord
OverviewQuickstartInstallationManualRecipesAPI Reference
  • General configuration
    • Configuration
  • Document management
    • Ingestion
    • Deletion
  • Storage
    • Vector Stores
    • Node Stores
  • Advanced Setup
    • LLM Backends
    • Reranking
  • User Interface
    • Gradio Manual
    • Alternatives
LogoLogo
Contact usJoin the Discord
On this page
  • Advanced usage
Document management

Reset Local documents database

Was this page helpful?
Previous

Vector Stores

Next
Built with

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:

$make wipe

Advanced usage

You can actually delete your documents from your storage by using the API endpoint DELETE in the Ingestion API.