You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`search_codebase`|**Vector-basedsemanticsearch**-FindmostrelevantcodeusingOpenAIembeddings|`query` (string), `limit?`(default:10) | **Starting point** for code exploration. Returns comprehensive multi-depth graph starting from best semantic match |
535
+
|`search_codebase`|**Vector-basedsemanticsearch**-FindmostrelevantcodeusingOpenAIembeddings|`query`, `limit?`, `useWeightedTraversal?`(default:true) | **Starting point** for code exploration. Uses weighted scoring for intelligent traversal |
506
536
| `traverse_from_node` | **Focused graph traversal** - Explore specific relationships from a known node | `nodeId` (string), `maxDepth?` (1-10, default:3), `skip?` (default:0) | **Deep diving** into specific code relationships. Pagination for large graphs |
507
537
| `natural_language_to_cypher` | **AI-powered query generation** - Convert natural language to Cypher queries using GPT-4 | `query` (string) | **Advanced queries** - currently requires OpenAI assistant setup |
0 commit comments