add_text_file
Add a text file to the local document directory by specifying a URL and a descriptive name. Enhances the RAG system for better context-aware querying with LLMs.
Instructions
Add a text file to the docs directory with a specified name. Please do not use 'docs' in the document name.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
document_name | Yes | Name of the document (will be used as directory name). Choose a descriptive name rather than using the URL filename (e.g. 'hono' instead of 'llms-full.txt') | |
file_url | Yes | URL of the text file to download |