Skip to content

๐Ÿ”Ž RAG Agent โ€‹

Pro

Implement RAG pipelines โ€” chunking, embedding, vector storage, and retrieval.

CLI Usage โ€‹

bash
luna run rag --context "your input here"

API Usage โ€‹

bash
curl -N -X POST https://api.lunaos.ai/agents/execute \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"agent": "rag", "context": "your input here"}'

Built with โค๏ธ for developers