- Step1: Install the tool using uv pip install -e.
- Step2: Set up a Qdrant server by running docker-compose up -d.
- Step3: Configure the environment variables and specify data folders in the .env file.
- Step4: Use commands like ./wandering-rag md index or ./wandering-rag notion index to index sources.
- Step5: Run the MCP server with ./wandering-rag mcp run-server.
- Step6: Connect and query the data through the MCP server using desired AI models or interfaces.