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
For anyone who wants to contribute (add features, report bugs, or just simply discuss and learn), join our Discord π
Or you can just comment here for open discussions! π¨βπ»
I think it is an elegant, small, and clean implementation of GraphRAG. However, to implement GraphRAG, a graph-based data store and (usually) a KV store must be introduced, which brings problems in 1) extract storage/dependency and 2) compatibility with other stores. Moreover, I am not sure how such graph-based indexing performs on code generation tasks.
But I think it is worth trying in the chat mode for our project -- since the user may ask very high-level, or summarized questions based on the large code base. For the advisor it can also help, but the very first problem is how we handle the function call with the graph search (maybe use graph query for project summarization as the pre-retrieval before calling function like web search).
https://github.com/CEDARScript/cedarscript-grammar This should help. A friend of mines project I'm helping work forward into an eventual shared resource of personified coding graphs. Ie think aiders --edit-format, which is where its currently being applied, that said, we were just discussing branching out to other coding frameworks. Combining cedarscript with a graph database has power that hasn't been tested yet. That said cedarscript improved gemini-1.5-flash refactored benchmark with these highlights:
48% of tests (43 total) showed improvements
103% increase in Pass 1 success rate (75 tests)
Test duration reduced by 93% (from 5:17:26 to 0:25:17)
Token efficiency greatly improved:
Sent tokens: -37% (7.59M)
Received tokens: -96% (180K)
Error reduction:
Error outputs: -94% (35 total)
Malformed outputs: -94% (6 cases)
Syntax errors: -85% (3 cases)
Indent errors eliminated (100% reduction)
For anyone who wants to contribute (add features, report bugs, or just simply discuss and learn), join our Discord π
Or you can just comment here for open discussions! π¨βπ»
RAG Module for Code Indexing
mle memory
which provides memory CRUDΒ #270Research Topic
FYI @HuaizhengZhang
Enhance
mle chat
mle chat
's agent calling, allow calling agents (now we can call functions) Enable unordered agent interactions inmle chat
Β #260 @YuanmingLeeePrompting
False
, or letting users know while first run themle
in the terminal about usage tracking. [Prompt Ops] It seems that we are continuously improving our prompts. now its time to use some prompt tracking tools to help us do some A/B testingsΒ #255Function Calls
Documentation
The text was updated successfully, but these errors were encountered: