ingest_documents
Add documents from a local file to the knowledge base for semantic search and retrieval in RAG systems.
Instructions
Ingest documents from a local file into the knowledge base.
Args:
local_file_path: The path to the local file containing the documents to ingest.
Returns:
str: A message indicating the documents have been ingested.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| local_file_path | Yes |