v0.0.13
What's Changed
- [Example] RA-DIT update fine-tuning to use
HuggingFaceTrainerManagerby @nerdai in #247 - [docs] Update docs with a new quick start: fine-tune a RAG system by @nerdai in #254
- Move validation of the presence of trainers to
BaseTrainerManagerby @nerdai in #257 - Example: RA-DIT Add
federated_finetune.pyby @nerdai in #256 - [Feature] Add Qdrant knowledge store (sync) by @nerdai in #259
- [chore] Add deepwiki badge to readme by @nerdai in #260
- [Fix] Fix
countlogic withinQdrantKnowledgeStoreby @nerdai in #265 - [Feature] Add
load_nodes_kwargsparam toQdrantKnowledgeStoreby @nerdai in #266 - Example: RA-DIT knowledge store build with qdrant by @nerdai in #264
- [chore] A couple of docs fixex by @nerdai in #268
- [fix] chunk examples by @ravi03071991 in #269
- [Fix] Set
timeoutparam to~qdrant_client.QdrantClientand use contextmanager for client creation and teardown by @nerdai in #272 - [Fix] Better align to qdrant sdk by @nerdai in #273
- [version] bump version to v0.0.13 by @nerdai in #274
New Contributors
- @ravi03071991 made their first contribution in #269
Full Changelog: v0.0.12...v0.0.13