diff --git a/404.html b/404.html index b9c8ee74..14b861ce 100644 --- a/404.html +++ b/404.html @@ -4,7 +4,7 @@
The Knowledge Ingest flow uses Langflow's File component to split and embed files loaded from your local machine into the OpenSearch database.
-The default path to your local folder is mounted from the ./openrag-documents folder in your OpenRAG project directory to the /app/documents/ directory inside the Docker container. Files added to the host or the container will be visible in both locations. To configure this location, modify the Documents Paths variable in either the TUI's Advanced Setup menu or in the .env used by Docker Compose.
The default path to your local folder is mounted from the ./openrag-documents folder in your OpenRAG project directory to the /app/openrag-documents/ directory inside the Docker container. Files added to the host or the container will be visible in both locations. To configure this location, modify the Documents Paths variable in either the TUI's Advanced Setup menu or in the .env used by Docker Compose.
To load and process a single file from the mapped location, click Add Knowledge, and then click File. The file is loaded into your OpenSearch database, and appears in the Knowledge page.
To load and process a directory from the mapped location, click Add Knowledge, and then click Folder. diff --git a/quickstart/index.html b/quickstart/index.html index b7ad1c87..fe7a1885 100644 --- a/quickstart/index.html +++ b/quickstart/index.html @@ -4,7 +4,7 @@