DevMemory AI
An AI-powered developer memory assistant that indexes your local codebase using Retrieval-Augmented Generation (RAG). Instead of manually searching through hundreds of files, developers can ask natural language questions such as 'Where did I implement JWT authentication?' or 'Show me the API validation logic.' The system performs semantic search with vector embeddings and generates context-aware answers using a local LLM, ensuring complete privacy since everything runs offline.
Python • Flask • RAG • ChromaDB • Ollama • Typer
View project →