diff options
Diffstat (limited to 'agents/demo/README.md')
| -rw-r--r-- | agents/demo/README.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/agents/demo/README.md b/agents/demo/README.md index 888b236..d430477 100644 --- a/agents/demo/README.md +++ b/agents/demo/README.md @@ -36,9 +36,11 @@ instructions: | ### documents -Documents are used for RAG. +Documents are used for RAG, supporting local files/dirs and remote URLs. ```yaml documents: - - https://raw.githubusercontent.com/sigoden/llm-functions/main/README.md + - local-file.txt + - local-dir/ + - https://example.com/remote-file.txt ```
\ No newline at end of file |
