Skip to content

v0.1.0: Initial Release

Choose a tag to compare

@ErikBjare ErikBjare released this 15 Nov 11:25
· 69 commits to master since this release
db7d9e3

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