Ernie Cook 11c3f705ce Initial setup: Knowledge base RAG system with LlamaIndex and ChromaDB
- Add Python project with uv package manager
- Implement LlamaIndex + ChromaDB RAG pipeline
- Add sentence-transformers for local embeddings (all-MiniLM-L6-v2)
- Create MCP server with semantic search, indexing, and stats tools
- Add Markdown chunker with heading/wikilink/frontmatter support
- Add Dockerfile and docker-compose.yaml for self-hosted deployment
- Include sample Obsidian vault files for testing
- Add .gitignore and .env.example
2026-03-03 20:42:42 -05:00
2026-03-03 19:52:28 -05:00

Knowledge Base

Personal knowledge base repository for storing useful information, notes, and documentation.

Contents

Getting Started

This repository contains various knowledge articles, how-to guides, and reference documentation.

Contributing

Feel free to contribute by creating issues or submitting pull requests.

License

MIT License

Description
Personal knowledge base repository
Readme 627 KiB
Languages
Python 100%