askcodebase/codeindex
Local-first high performance codebase index engine designed for AskCodebase.
CodeIndex is a deprecated, local-first engine designed to help AI models comprehend software codebases. It processes your project's code files and generates an organized index that an AI can use to understand the code structure and quickly retrieve relevant context. This is built for developers leveraging Large Language Models (LLMs) to assist with coding tasks.
No commits in the last 6 months.
Use this if you are a developer integrating AI into your development workflow and need a fast, privacy-focused way for your LLM to understand and navigate your local codebase.
Not ideal if you are looking for an actively maintained open-source project or a solution for distributed codebase indexing, as this is deprecated and closed-source.
Stars
40
Forks
7
Language
Rust
License
—
Category
Last pushed
Oct 26, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/askcodebase/codeindex"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Arend-Jan/chat-gpt-lib-rs
A Rust library for interacting with OpenAI's ChatGPT API, providing an easy-to-use interface and...
openai-rs/openai-api
A simple Rust library for OpenAI API, free from complex async operations and redundant dependencies.
retrage/gpt-macro
ChatGPT powered Rust proc macro that generates code at compile-time.
rsmeowry/chatgpt_rs
OpenAI's ChatGPT API wrapper for Rust 🦀
teunissenstefan/chatgpt-gui
GTK 4 front-end to ChatGPT completions written in Rust