Add gif for ingesting files

This commit is contained in:
Nolan Tremelling
2024-06-12 17:40:09 -07:00
committed by GitHub
parent fde23214a7
commit d928e28bbd
+3
View File
@@ -86,6 +86,9 @@ This command starts the R2R container with the following options:
The following demo offers a step-by-step guide on running the default R2R Retrieval-Augmented Generation (RAG) pipeline using the Python SDK. The demo ingests a list of provided provided documents and demonstrates search, RAG, and advanced functionality. The script at `r2r/examples/demo.py`, which powers the demo, can be configured and extended with sufficient developer familiarity.
![ingest_as_files](https://github.com/SciPhi-AI/R2R/assets/34580718/b0780f26-8e90-4459-9537-e5871453d003)
<details>
<summary> <b>Interacting with your Documents</b></summary>