Skip to content

v0.0.13

Choose a tag to compare

@github-actions github-actions released this 10 May 06:12
· 176 commits to main since this release
cc44176

What's Changed

  • [Example] RA-DIT update fine-tuning to use HuggingFaceTrainerManager by @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 BaseTrainerManager by @nerdai in #257
  • Example: RA-DIT Add federated_finetune.py by @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 count logic within QdrantKnowledgeStore by @nerdai in #265
  • [Feature] Add load_nodes_kwargs param to QdrantKnowledgeStore by @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 timeout param to ~qdrant_client.QdrantClient and 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

Full Changelog: v0.0.12...v0.0.13