rag_index_nodes_tool
Index code nodes into a RAG vector store for semantic search. Include node ID, text content, and optional metadata to enable retrieval by meaning.
Instructions
Index code nodes into the RAG vector store for semantic search. Each node should have an ID, text content, and optional metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodes | Yes | ||
| projectId | Yes | ||
| collection | No | code_nodes | |
| persistDirectory | No |