Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How to install and run LarkupRAG.
npm install -g larkup-rag
larkup-rag start
http://localhost:4567
docker run -d -p 4567:4567 aboneda/larkup-rag:latest
.ragtoolkit
git clone https://github.com/Larkup-AI/larkup-rag cd larkup-rag ./start.sh
pnpm install
pnpm run dev