Initial release of gptme-rag with RAG functionality for context management.
Features:
- Document indexing with ChromaDB
- Semantic search with embeddings
- Token-aware context assembly
- CLI interface for testing and development
Changes in this release:
- Add PyPI metadata and CLI entry points
- Update README with installation instructions
- Fix indexer search method
- Add database file filtering