Releases: gptme/gptme-rag
Releases · gptme/gptme-rag
v0.1.2
What's Changed
Features
- Added file watching with real-time index updates
- Added performance benchmarking functionality
- Added document chunking with configurable size/overlap
Improvements
- Improved code quality and reliability
- Updated CI/CD pipeline with latest GitHub Actions
- Added code coverage reporting
Development
- Added pytest-cov for test coverage reporting
v0.1.1
v0.1.0: Initial Release
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