From d0bf53d0e1a9bb1538e665488687d64646e039f9 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Mon, 27 Apr 2026 08:20:06 +0300 Subject: [PATCH] Update RAG system description in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f66ea15..f04b1d1 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ bind = $mainMod, Q, exec, $capture-ai text - [x] Language support [Turkish, English] - [x] Compatible with Linux(Arch,Debian/Ubuntu) devices - [x] Control via Terminal (excluding STT and some UI features) -- [x] Conversational RAG system(last N messages + summary memory + embedding-based retrieval + code context) +- [x] Conversational RAG system(short-term memory + summary memory + embedding-based retrieval + code-aware context) - [x] Run local text model(Local API-based AI) - [ ] Compatible with macOS, Windows