Indexing Code Base #411
Replies: 7 comments 9 replies
-
Perhaps MCP could be adapted for this? There is an MCP sever for qdrant - perhaps we could use a script to periodically ingest the codebase (and preferred documentation?) into Qdrant, and Cline could reference it using MCP? |
Beta Was this translation helpful? Give feedback.
-
it could be done, but glob search is easier, but only useful for finding related files based on task. |
Beta Was this translation helpful? Give feedback.
-
How is this different from other agentic tools like OpenHands and Aide? Are global text search really sufficient relative to the SOTA in SWE-bench @bramburn ? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
This seems applicable https://github.com/RPG-fan/Cline-Recursive-Chain-of-Thought-System-CRCT- Seems like an attempt at exactly what OP describes |
Beta Was this translation helpful? Give feedback.
-
Why Not just use LanceDB like Continue.dev? or Sqlite3 with Vector Extensions? or TursoDB which has Vector Embeddings Support? |
Beta Was this translation helpful? Give feedback.
-
This is active as an experimental feature, will be out of experimental/preview soon! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to have an indexing codebase feature, similar like Cursor. This allows analyzing & Grep searching of codebase files much more efficiently and super fast too. Thanks! 👍
Beta Was this translation helpful? Give feedback.
All reactions