list_files
View all documents stored in your local vector database with file paths and chunk counts to manage your private document collection.
Instructions
List all ingested files in the vector database. Returns file paths and chunk counts for each document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}