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
CodeIndex is a local-first high performance codebase index engine designed for AI. It helps your LLM understanding the structure and semantics of a codebase.
4
+
5
+
## Features
6
+
7
+
-**🔐 Privacy first:** All data is stored locally on your machine.
8
+
-**🚀 High performance:** Indexing a middle codebase takes less than 1 second.
9
+
-**🤖 AI ready:** The index is designed for AI, which means it's easy to provide codebase context to your LLM.
10
+
-**⚙️ Configurable:** The index is designed to be configurable. You can customize the engine to fit your needs.
11
+
12
+
## Acknowledgement
13
+
14
+
1.[Sweep AI](https://github.com/sweepai/sweep) Sweep: AI-powered Junior Developer for small features and bug fixes.
15
+
2.[SourceGraph](https://github.com/sourcegraph/sourcegraph) Code AI platform with Code Search & Cody
16
+
3.[LLamaIndex](https://github.com/jerryjliu/llama_index) LlamaIndex (GPT Index) is a data framework for your LLM applications
0 commit comments