Comprehensive guide to managing retrieval nodes in flows via the GraphorLM REST API
Component | Description |
---|---|
ID | Unique identifier for the retrieval node |
Config | Search parameters and optimization settings |
Result | Performance metrics and processing status |
Position | Visual placement in the flow editor |
scoreThreshold
to 0.8+similarity
or semantic
searchtopK
to 5-10 resultsscoreThreshold
to 0.5-0.6hybrid
search strategytopK
to 20-30 resultsscoreThreshold
to 0.7semantic
or hybrid
searchtopK
to 15 resultsStatus Code | Description | Solution |
---|---|---|
400 | Invalid configuration parameters | Validate search type, topK range, threshold bounds |
401 | Authentication failure | Check API token validity |
404 | Node or flow not found | Verify flow name and node ID |
422 | Validation error | Review required fields and value constraints |
500 | Server error | Contact support if persistent |
"Find products related to: {query}"
"Find support articles about: {query}"
"Find research on: {query}"
"Find legal precedents for: {query}"
"Find technical documentation about: {query}"
Poor Retrieval Quality
scoreThreshold
to filter low-quality resultssearchType
valuesretrievalQuery
templatesSlow Response Times
topK
to retrieve fewer resultskeyword
searchType for faster responsesscoreThreshold
to reduce candidate setInconsistent Performance
Configuration Errors
"Find {category} products matching: {query}"
"Locate help content for: {query}"
"Find academic papers about: {query}"