codesage
CodeSage: Your Local AI Coding Companion
#Open Source
#Artificial Intelligence
#GitHub
codesage – Local AI-powered semantic code search and suggestions
Summary: CodeSage provides ChatGPT-like semantic search and code suggestions running entirely on your local machine by indexing your codebase with LangChain, Ollama, and ChromaDB. It uses open models like qwen2.5-coder to understand function meanings beyond keywords.
What it does
It indexes your repository to create a queryable knowledge base that enables semantic code search and suggestions without internet access.
Who it's for
Developers who need offline, privacy-focused AI assistance for understanding and querying their codebases.
Why it matters
It solves the problem of relying on cloud services by providing local, privacy-preserving AI code analysis and search.