aboutsummaryrefslogtreecommitdiffstats
path: root/agents/demo
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-07-13 00:41:46 +0000
committersigoden <sigoden@gmail.com>2024-07-13 00:42:12 +0000
commit9b557ae1f5f0996e1149ef8d0099876cfe754d57 (patch)
treeef51b0c31778e73c409de550e185357f386ae135 /agents/demo
parent3f25728e150445a9671f58c9ae574fc273250a9d (diff)
downloadllm-functions-docker-9b557ae1f5f0996e1149ef8d0099876cfe754d57.tar.gz
chore: update readme
Diffstat (limited to 'agents/demo')
-rw-r--r--agents/demo/README.md6
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