๐ RAG Agent โ
ProImplement 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"}'