Skip to main content

The Agentic RAG Sync Agent

What is the Agentic RAG Sync Agent?

The Agentic RAG Sync Agent is an application that allows you to synchronize a local folder, a sitemap or an RSS feed into your Agentic RAG account or your local NucliaDB instance.

It can run locally on your laptop or on a server, and it is available for Windows, MacOS and Linux.

Installation and setup

Download the latest version of the Agentic RAG Sync Agent and install it on your computer.

Download Agentic RAG Sync Agent

Once it is installed, go to the Upload page in the Agentic RAG dashboard, click on "Setup sync agent" and enter the sync agent endpoint URL.

If you have installed the sync agent on your local computer, the URL will be http://localhost:8090.

If you do not want the synchronization to stop everytime you switch off your laptop, you can also deploy it manually as a NodeJS process on a server of your own.

docker pull europe-west4-docker.pkg.dev/nuclia-internal/public/sync-agent:latest
docker run -p 8090:8090 nuclia/sync-agent

To sync a source, go to the Upload page in the Agentic RAG dashboard.