Complete guide to managing smart RAG nodes in GraphorLM flows
Endpoint | Method | Purpose | Documentation |
---|---|---|---|
List Smart RAG Nodes | GET | Retrieve all smart RAG nodes from a flow | 📄 List Documentation |
Update Smart RAG Configuration | PATCH | Modify smart RAG node settings | 🔧 Update Documentation |
application/json
for update operationsParameter | Type | Default | Description |
---|---|---|---|
topK | integer | null | 5 | Number of top results to retrieve. Set to null for unlimited processing |
topK: 10
and adjust based on your needs