Commit Graph

3 Commits

Author SHA1 Message Date
8d09d03fe8 Remove Docker, update README with setup and auto-start instructions
- Remove Dockerfile and docker-compose.yaml (not suitable for this project)
- Update README.md with comprehensive setup documentation
- Add systemd, tmux, and rc.local auto-start options
- Add troubleshooting section
2026-03-03 21:33:36 -05:00
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
94dd158d1c Initial commit: add README 2026-03-03 19:52:28 -05:00