All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add LiteLLM support by @tomusher in #64
- Refactor vector indexes in to single type by @tomusher in #65
- Docs: Update 'Indexing across models' example to include all necessary steps by @ababic in #70
- Resolved bug in index.query() that prevented content from similar documents to be included i then LLM query by @berry in #69
- Initial release