Skip to content

Releases: gptme/gptme-rag

v0.1.2

15 Nov 14:24
09cc2cb
Compare
Choose a tag to compare

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

15 Nov 13:06
e8a2192
Compare
Choose a tag to compare

Changes

  • Added tiktoken dependency required by context assembler
  • Fixed failing tests due to missing dependency
  • Updated poetry.lock file

v0.1.0: Initial Release

15 Nov 11:25
db7d9e3
Compare
Choose a tag to compare

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