Recent Releases of fed-rag

fed-rag - v0.0.27

What's Changed

  • [docs] Update mcp cookbook with training of smaller generator model to avoid OOM by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/424
  • [docs] add link to paper by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/425
  • [chore] Add docstrings for exceptions module by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/427
  • [docs] update paper link to point to camera-ready version by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/429
  • [Feature] Add AsyncQdrantKnowledgeStore and cookbook for using it within an AsyncRAGSystem by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/430
  • [chore] - Adding few items to api reference in docs by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/433
  • [Feature] Add batch methods for RAGSystem by @czakop in https://github.com/VectorInstitute/fed-rag/pull/431
  • Bump the all-python-packages group with 6 updates by @dependabot in https://github.com/VectorInstitute/fed-rag/pull/434
  • [chore] rm non working codeql by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/435
  • [Feature] Add batch_retrieve to knowledge store classes by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/436
  • [Feature] Implement batch_retrieve for Qdrant knowledge stores by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/439
  • Update default batch_retrieve for RAG system classes by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/441
  • [version] bump version to v0.0.27 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/442

Full Changelog: https://github.com/VectorInstitute/fed-rag/compare/v0.0.26...v0.0.27

- Python
Published by github-actions[bot] 8 months ago

fed-rag - v0.0.26

What's Changed

  • [version] bump to version v0.0.25.post1 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/421
  • Bump the all-python-packages group with 5 updates by @dependabot in https://github.com/VectorInstitute/fed-rag/pull/422
  • Batching and cosine changes by @amasin2111 in https://github.com/VectorInstitute/fed-rag/pull/366
  • [version] bump version to v0.0.26 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/423

Full Changelog: https://github.com/VectorInstitute/fed-rag/compare/v0.0.25...v0.0.26

- Python
Published by github-actions[bot] 9 months ago

fed-rag - v0.0.25.post1

What's Changed

  • Bump the all-python-packages group across 1 directory with 4 updates by @dependabot in https://github.com/VectorInstitute/fed-rag/pull/407
  • [docs] integrations page update by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/408
  • [docs] Add docs for LangChain Bridge by @czakop in https://github.com/VectorInstitute/fed-rag/pull/409
  • [Feature] add complete method to BaseGenerator by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/410
  • [Feature] Add notebook utils process monitor by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/412
  • [fix] ProcessMonitor.monitor_live to not loop through keys by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/413
  • [feature] Update monitor_live to work on a list of processes and break if all have stopped by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/414
  • [docs] Add cookbook for basic federated fine-tuning of RAG system by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/415
  • [chore] Add fl notebook to docs by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/416
  • [chore] Update citation in README.md by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/418
  • Improve import time for fed_rag by lazy loading heavy modules and classes by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/419
  • [version] bump version to v0.0.25 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/420
  • [version] bump to version v0.0.25.post1 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/421

Full Changelog: https://github.com/VectorInstitute/fed-rag/compare/v0.0.24...v0.0.25.post1

- Python
Published by github-actions[bot] 9 months ago

fed-rag - v0.0.24

What's Changed

  • [feature] Add NoEncodeBaseKnowledgeStore and NoEncodeAsyncBaseKnowledgeStore by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/385
  • [Feature] Adds NoEncodeRAGSystem by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/386
  • [Feature] Verify bridge framework version by @czakop in https://github.com/VectorInstitute/fed-rag/pull/381
  • [Feature] Add AsyncNoEncodeRAGSystem and AsyncRAGSystem by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/392
  • Feature/364 onboard more benchmarks by @Izukimat in https://github.com/VectorInstitute/fed-rag/pull/391
  • [docs fix] Incorrect filename for docs/apireference/benchmarks/naturalquestions by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/394
  • [fix] natural questions benchmark module naming by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/395
  • [Feature] Add MCPKnowledgeStore (a NoEncode Knowledge Store) by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/393
  • [Feature] Add MCPStdioKnowledgeSource and rename MCPKnowledgeSource to MCPStreamableHttpKnowledgeSource by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/399
  • [refactor] Add BaseMCPKnowledgeSource to be more dry with MCPStdioKnowledgeSource and MCPStreamableHttpKnowledgeSoruce by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/400
  • [feature] Add rerank_callback to MCPKnowledgeStore by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/402
  • [docs] New cookbook for an AsyncNoEncodeRAGSystem using MCPKnowledgeStore by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/401
  • [Feature] Add to_sync() methods for AsyncKnowledgeStore and AsyncRAGSystem and their NoEncode variants. by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/404
  • [Feature] Add LangChain bridge by @czakop in https://github.com/VectorInstitute/fed-rag/pull/397
  • [version] bump version to v0.0.24 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/406

Full Changelog: https://github.com/VectorInstitute/fed-rag/compare/v0.0.23...v0.0.24

- Python
Published by github-actions[bot] 9 months ago

fed-rag - v0.0.23

What's Changed

  • [Feature] Add ability to save benchmark evaluations to a JSONL file by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/377
  • [Feature] Add BaseAsyncKnowledgeBase (#262) by @czakop in https://github.com/VectorInstitute/fed-rag/pull/376
  • [version] bump version to v0.0.23 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/378
  • Revert "v0.0.22 (#378)" by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/379
  • [version] bump version to v0.0.23 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/380

Full Changelog: https://github.com/VectorInstitute/fed-rag/compare/v0.0.22...v0.0.23

- Python
Published by github-actions[bot] 9 months ago

fed-rag - v0.0.22

What's Changed

  • [chore] docs uncomment installation instructions in unsloth cookbook by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/362
  • Passing kwargs for trainer by @amasin2111 in https://github.com/VectorInstitute/fed-rag/pull/365
  • [Refactor] Simplify HF generator implementations by @czakop in https://github.com/VectorInstitute/fed-rag/pull/369
  • [Fix] Make HF generators return newly generated tokens only by @czakop in https://github.com/VectorInstitute/fed-rag/pull/370
  • Feature/348 onboard pubmedqa by @Izukimat in https://github.com/VectorInstitute/fed-rag/pull/363
  • Update README.md by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/371
  • Update README.md by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/372
  • Bump the all-python-packages group with 4 updates by @dependabot in https://github.com/VectorInstitute/fed-rag/pull/373
  • [version] bump version to v0.0.22 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/375

New Contributors

  • @amasin2111 made their first contribution in https://github.com/VectorInstitute/fed-rag/pull/365
  • @czakop made their first contribution in https://github.com/VectorInstitute/fed-rag/pull/369
  • @Izukimat made their first contribution in https://github.com/VectorInstitute/fed-rag/pull/363

Full Changelog: https://github.com/VectorInstitute/fed-rag/compare/v0.0.21...v0.0.22

- Python
Published by github-actions[bot] 9 months ago

fed-rag - v0.0.21

What's Changed

  • [fix] bug for mismatch types in UnslothFastModelGenerator._get_peft_model() between LoRA adapters and base model by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/360
  • [version] bump version to v0.0.21 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/361

Full Changelog: https://github.com/VectorInstitute/fed-rag/compare/v0.0.20...v0.0.21

- Python
Published by github-actions[bot] 9 months ago

fed-rag - v0.0.20

What's Changed

  • Make knowledge node embedding optional and remove redundant embedding in Qdrant upserts by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/353
  • [chore] fix link for quick starts benchmarking RAG by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/355
  • [Feature] Add UnslothFastModelGenerator 🦥 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/356
  • [Feature] Support get_peft_model in UnslothFastModelGenerator by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/357
  • [version] bump version to v0.0.20 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/358

Full Changelog: https://github.com/VectorInstitute/fed-rag/compare/v0.0.19...v0.0.20

- Python
Published by github-actions[bot] 9 months ago

fed-rag - v0.0.19

What's Changed

  • [docs] Small typo in qdrant example .md by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/324
  • [Feature] Add base.evals module and BaseBenchmark BaseBenchmarker classes by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/326
  • [Feature] Add ExactMatchEvaluationMetric by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/333
  • Bump datasets from 3.1.0 to 3.6.0 in the all-python-packages group by @dependabot in https://github.com/VectorInstitute/fed-rag/pull/335
  • [Feature] Add HuggingFaceBenchmarkMixin and first HuggingFaceMMLU benchmark by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/334
  • [Feature] Enable streaming for BaseBenchmark with .as_stream() and implement with HF mixin by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/337
  • Add EvalsError and docs update by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/339
  • [Fix] Fix codification of response in HuggingFaceMMLU benchmark. by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/340
  • [fix] fix numtotalexamples in Benchmarker by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/342
  • [fix] Add num_examples abstract property to BaseBenchmark by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/344
  • [docs] Notebook and quick start guide for running benchmarks by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/343
  • [chore] Add example benchmarking nb to docs by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/347
  • [docs] Add Qdrant example notebook by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/349
  • [Feature] Add support for in-memory instances of Qdrant for QdrantKnowledgeStore by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/350
  • [chore] Set WITH_DOCKER to True in qdrant cookbook by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/351
  • [version] bump version to v0.0.19 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/352

Full Changelog: https://github.com/VectorInstitute/fed-rag/compare/v0.0.18...v0.0.19

- Python
Published by github-actions[bot] 9 months ago

fed-rag - v0.0.18

What's Changed

  • [refactor] types to data_structures by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/319
  • Add trainer managers as a root import by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/320
  • Add fed_rag.trainers submodule public api by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/321
  • [version] bump version to v0.0.18 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/322

Full Changelog: https://github.com/VectorInstitute/fed-rag/compare/v0.0.17...v0.0.18

- Python
Published by github-actions[bot] 9 months ago

fed-rag - v0.0.17

What's Changed

  • [docs] Remove llama-index example out of case studies since its now in notebooks by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/312
  • [chore] configure dependabot by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/314
  • Bump the all-python-packages group with 11 updates by @dependabot in https://github.com/VectorInstitute/fed-rag/pull/316
  • Bump astral-sh/setup-uv from 5 to 6 by @dependabot in https://github.com/VectorInstitute/fed-rag/pull/315
  • Revise import patterns, remove explicit api module in favour of more standard by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/317
  • [version] bump version to v0.0.17 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/318

New Contributors

  • @dependabot made their first contribution in https://github.com/VectorInstitute/fed-rag/pull/316

Full Changelog: https://github.com/VectorInstitute/fed-rag/compare/v0.0.16...v0.0.17

- Python
Published by github-actions[bot] 9 months ago

fed-rag - v0.0.16

What's Changed

  • [Fix] Fix LlamaIndexBridge issue with fed-rag prompt template not playing nice with llama-index's template by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/309
  • [API version] Add knowledge stores, generators, retrievers and rest of types to public api (bump to v0.0.2) by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/310
  • [version] bump version to v0.0.16 and public api version to v0.0.2 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/311

Full Changelog: https://github.com/VectorInstitute/fed-rag/compare/v0.0.15...v0.0.16

- Python
Published by github-actions[bot] 9 months ago

fed-rag - v0.0.15

What's Changed

  • Fix llamaindex inference by @ravi03071991 in https://github.com/VectorInstitute/fed-rag/pull/298
  • [version] bump version to v0.0.14.post1 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/301
  • [Example] notebook example — basic starter by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/303
  • [version] bump post for v0.0.14 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/304
  • Nerdai/simpler imports by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/305
  • [refactor] Move RAGSystem to core but keep auxiliary types in fed_rag.types by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/306
  • [Feature] Adds new public api module for fed-rag (v0.0.1) by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/307
  • [version] bump version to v0.0.15 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/308

Full Changelog: https://github.com/VectorInstitute/fed-rag/compare/v0.0.14...v0.0.15

- Python
Published by github-actions[bot] 9 months ago

fed-rag - v0.0.14.post2

What's Changed

  • [Example] notebook example — basic starter by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/303
  • [version] bump post for v0.0.14 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/304

Full Changelog: https://github.com/VectorInstitute/fed-rag/compare/v0.0.14.post1...v0.0.14.post2

- Python
Published by github-actions[bot] 9 months ago

fed-rag - v0.0.14.post1

What's Changed

  • Fix llamaindex inference by @ravi03071991 in https://github.com/VectorInstitute/fed-rag/pull/298
  • [version] bump version to v0.0.14.post1 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/301

Full Changelog: https://github.com/VectorInstitute/fed-rag/compare/v0.0.14...v0.0.14.post1

- Python
Published by github-actions[bot] 9 months ago

fed-rag - v0.0.14

What's Changed

  • Example: RA-DIT dockerize knowledge store build by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/267
  • [docs] Button up docs—tutorials section and organize RA-DIT example by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/275
  • [docs] Add in-depth examples and skeleton for ra-dit example by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/276
  • [docs] In-depth example: Build a Qdrant KS by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/277
  • [docs] In-depth Example: RA-DIT add missing content in qdrant ks by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/278
  • Example: ra-dit Update docker image to use SAMPLE_SIZE param by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/279
  • [chore] missing replacements for TINY_SAMPLE=true by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/283
  • [Feature] Add BaseBridgeMixin to base module by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/284
  • [Feature] Add llama-index bridge by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/285
  • [docs] Add discord link by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/286
  • [docs] Add llamaindex bridge for inference example by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/287
  • [docs] Add part for the metadata in LlamaIndex example by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/288
  • Fixing device issue in HF Generator Mixin by @emersodb in https://github.com/VectorInstitute/fed-rag/pull/289
  • [docs] Adding tutorials for LSR and RALT fine-tuning methods by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/290
  • [docs] Community section + Integrations by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/295
  • [docs] Remove glossary section by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/296
  • [docs] Re-organization standard and advanced usage by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/297
  • [docs] Small cleanup add coming soon to not yet existing docs by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/299
  • [version] bump version to v0.0.14 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/300

New Contributors

  • @emersodb made their first contribution in https://github.com/VectorInstitute/fed-rag/pull/289

Full Changelog: https://github.com/VectorInstitute/fed-rag/compare/v0.0.13...v0.0.14

- Python
Published by github-actions[bot] 9 months ago

fed-rag - v0.0.13

What's Changed

  • [Example] RA-DIT update fine-tuning to use HuggingFaceTrainerManager by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/247
  • [docs] Update docs with a new quick start: fine-tune a RAG system by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/254
  • Move validation of the presence of trainers to BaseTrainerManager by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/257
  • Example: RA-DIT Add federated_finetune.py by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/256
  • [Feature] Add Qdrant knowledge store (sync) by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/259
  • [chore] Add deepwiki badge to readme by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/260
  • [Fix] Fix count logic within QdrantKnowledgeStore by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/265
  • [Feature] Add load_nodes_kwargs param to QdrantKnowledgeStore by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/266
  • Example: RA-DIT knowledge store build with qdrant by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/264
  • [chore] A couple of docs fixex by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/268
  • [fix] chunk examples by @ravi03071991 in https://github.com/VectorInstitute/fed-rag/pull/269
  • [Fix] Set timeout param to ~qdrant_client.QdrantClient and use contextmanager for client creation and teardown by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/272
  • [Fix] Better align to qdrant sdk by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/273
  • [version] bump version to v0.0.13 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/274

New Contributors

  • @ravi03071991 made their first contribution in https://github.com/VectorInstitute/fed-rag/pull/269

Full Changelog: https://github.com/VectorInstitute/fed-rag/compare/v0.0.12...v0.0.13

- Python
Published by github-actions[bot] 10 months ago

fed-rag - v0.0.12

What's Changed

  • [Fix] Various fixes to make RALT training work by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/248
  • [version] bump version to v0.0.12 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/249

Full Changelog: https://github.com/VectorInstitute/fed-rag/compare/v0.0.11...v0.0.12

- Python
Published by github-actions[bot] 10 months ago

fed-rag - v0.0.11

What's Changed

  • [chore] Update docs with HuggingFaceTrainerForRALT and torch trainer classes. by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/244
  • [Fix] Various bugs to make LSR trainer work by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/245
  • [version] bump version to v0.0.11 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/246

Full Changelog: https://github.com/VectorInstitute/fed-rag/compare/v0.0.10...v0.0.11

- Python
Published by github-actions[bot] 10 months ago

fed-rag - v0.0.10

What's Changed

  • Add exception for missing extra error by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/208
  • [Feature] Data collators for LSR (both huggingface and torch) by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/187
  • [chore] Add data collator to docs by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/209
  • [chore] Move HFSentenceTransformerRetriever to huggingface module for consistency by @KeithArogo in https://github.com/VectorInstitute/fed-rag/pull/207
  • [Feature] BaseRAGTrainer by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/217
  • [Feature] Add PyTorchRAGTrainer by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/219
  • [Feature] Add HFRAGTrainer by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/220
  • [chore] Add rag trainer and new exceptions to docs by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/221
  • [refactor] Rename to RAGTrainer to RAGTrainerManager by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/223
  • [chore] Rename ~fed_rag.exceptions.rag_trainers and fix docs trainer manager for api ref by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/224
  • [Feature] Add BaseTrainer class by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/225
  • [Feature] Adds HuggingFaceTrainerMixin by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/226
  • [Feature] Add HuggingFaceLSRTrainer by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/227
  • Add GitHub issue and pull request templates by @Viky397 in https://github.com/VectorInstitute/fed-rag/pull/228
  • [Feature] Implement compute_loss for LSRSentenceTransformerTrainer by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/229
  • [Feature] Add target template to DataCollatorForLSR by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/230
  • [Feature] Add fed_rag.base.data_collators and BaseDataCollator by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/231
  • [chore] Add trainers and data collators to docs by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/232
  • [Refactor] Move DataCollatorForLSR to new fed_rag.data_collators.huggingface module by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/233
  • [refactor] Improvements to TrainerManagers and Trainers classes and adds BaseRetrieverTrainer & BaseGeneratorTrainer by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/238
  • [Feature] Add PyTorchTrainerMixin by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/239
  • [Feature] Add HuggingFaceTrainerForRALT and associated DataCollatorForRALT by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/241
  • [chore] Rename HFTrainer for LSR by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/242
  • [version] bump version to v0.0.10 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/243

New Contributors

  • @KeithArogo made their first contribution in https://github.com/VectorInstitute/fed-rag/pull/207
  • @Viky397 made their first contribution in https://github.com/VectorInstitute/fed-rag/pull/228

Full Changelog: https://github.com/VectorInstitute/fed-rag/compare/v0.0.9...v0.0.10

- Python
Published by github-actions[bot] 10 months ago

fed-rag - v0.0.9

What's Changed

  • Example: RA-DIT — establish part of rig for finetuning generator on nerdai/fedrag-commonsense-qa dataset by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/152
  • Example: RA-DIT centralized training pipeline by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/154
  • Example - RA-DIT add benchmarker module -- test on MMLU by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/156
  • Example: RA-DIT improve QAMixin for easier subclassing by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/157
  • Example: RA-DIT Onboarding MathQA, WebQuestionsQA and WikiQA for fine-tuning datasets by @CalculusC in https://github.com/VectorInstitute/fed-rag/pull/155
  • Example: RA-DIT scaling benchmarker by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/158
  • Example: RA-DIT add ability to load retriever/generator from checkpoints by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/160
  • [update pointer] - sync vector compute to latest by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/162
  • [update pointer] by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/164
  • Example: RA-DIT refactor model variants to be more flexible by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/167
  • [chore] Adding CONTRIBUTING.md by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/168
  • [chore] Adding link to uv installation and fix sm typo in command for installing project venv CONTRIBUTING.md by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/169
  • [chore] Github README by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/171
  • [version] bump version to v0.0.8.post1 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/172
  • [Feature] Add LM Supervised Retriever Loss LSRLoss by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/182
  • [docs] update adding Loss module by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/184
  • Improve/validate LSRLoss forward interface by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/185
  • [Feature] Add abstract method BaseGenerator.compute_target_sequence_proba (cherry picked) by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/201
  • Make huggingface generators more dry by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/202
  • [chore] Fix broken api reference in docs by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/203
  • [chore] Update flwr by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/205
  • [version] bump version to v0.0.9 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/206

New Contributors

  • @CalculusC made their first contribution in https://github.com/VectorInstitute/fed-rag/pull/155

Full Changelog: https://github.com/VectorInstitute/fed-rag/compare/v0.0.8...v0.0.9

- Python
Published by github-actions[bot] 10 months ago

fed-rag - v0.0.8.post1

What's Changed

  • Example: RA-DIT — establish part of rig for finetuning generator on nerdai/fedrag-commonsense-qa dataset by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/152
  • Example: RA-DIT centralized training pipeline by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/154
  • Example - RA-DIT add benchmarker module -- test on MMLU by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/156
  • Example: RA-DIT improve QAMixin for easier subclassing by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/157
  • Example: RA-DIT Onboarding MathQA, WebQuestionsQA and WikiQA for fine-tuning datasets by @CalculusC in https://github.com/VectorInstitute/fed-rag/pull/155
  • Example: RA-DIT scaling benchmarker by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/158
  • Example: RA-DIT add ability to load retriever/generator from checkpoints by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/160
  • [update pointer] - sync vector compute to latest by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/162
  • [update pointer] by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/164
  • Example: RA-DIT refactor model variants to be more flexible by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/167
  • [chore] Adding CONTRIBUTING.md by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/168
  • [chore] Adding link to uv installation and fix sm typo in command for installing project venv CONTRIBUTING.md by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/169
  • [chore] Github README by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/171
  • [version] bump version to v0.0.8.post1 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/172

New Contributors

  • @CalculusC made their first contribution in https://github.com/VectorInstitute/fed-rag/pull/155

Full Changelog: https://github.com/VectorInstitute/fed-rag/compare/v0.0.8...v0.0.8.post1

- Python
Published by github-actions[bot] 10 months ago

fed-rag - v0.0.8

What's Changed

  • [docs] add mixin and managed ks + exceptions by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/138
  • [Example] RA-DIT: Retrieval-Augmented Generator Instruction Tuning by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/102
  • Example: RA-DIT Setup onboarding data rig! by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/139
  • Example: RA-DIT small cleanup by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/140
  • Example: RA-DIT implement execute_and_save() for BaseDataPrepper by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/141
  • Example: RA-DIT onboard PubmedQA by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/142
  • Example: RA-DIT add step to publish ralt fine-tuning dataset to hub by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/147
  • [Fix] Update BaseTokenizer.encode to return new type EncoderResult by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/150
  • [version] bump version to v0.0.8 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/151

Full Changelog: https://github.com/VectorInstitute/fed-rag/compare/v0.0.7...v0.0.8

- Python
Published by github-actions[bot] 11 months ago

fed-rag - v0.0.7

What's Changed

  • [post-version] v0.0.6.post1 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/103
  • [chore] Add CITATION.cff by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/104
  • [fix] CITATION.cff format by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/105
  • [chore] Fix pyproject.toml and CITATION.cff incorrect license — apache not mit by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/106
  • [Fix] Revert back __associated_rag_system attribute. by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/108
  • Docs initial setup by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/109
  • [Fix] docs publish Github workflow by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/110
  • [chore] Use better github action for deploying docs to pages by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/111
  • [version] bump version to v0.1.6.post2 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/112
  • Defining and implementing the persist and load methods in the knowledge store by @lotif in https://github.com/VectorInstitute/fed-rag/pull/107
  • [docs] styling by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/113
  • [Docs] Vector branding! by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/114
  • [docs] fix mobile settings by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/115
  • [docs] favicon at 48x48 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/116
  • [docs] more api references by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/117
  • [docs] Even more api references by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/119
  • [docs] home page by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/120
  • [docs] Remaining scaffolding by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/121
  • [docs] Getting Started >> Essentials by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/122
  • [docs] examples/quickstart by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/123
  • [docs] getting started >> quick start >> buiild a rag by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/124
  • [docs] Getting Started > Installation by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/125
  • [docs] fix link to essentials in home page by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/126
  • [chore] rm flwr-datasets as main dep and publish v0.0.6.post3 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/127
  • [chore] rm asyncio as main dep and bump to v0.0.6.post4 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/128
  • [docs] standard usage by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/129
  • [docs] Add huggingface tabs to getting started by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/130
  • [docs] Community > Resources > AI Pocket References by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/131
  • [docs] use vectorized Vector logo in apir by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/132
  • Example: RA-DIT use atlas enwiki 2021 data for knowledge store pipeline by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/134
  • Clean up exceptions module by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/135
  • [Feature] Change knowledge stores to persist by name by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/136
  • [version] bump version to v0.0.7 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/137

Full Changelog: https://github.com/VectorInstitute/fed-rag/compare/v0.0.6...v0.0.7

- Python
Published by github-actions[bot] 11 months ago

fed-rag - v0.0.6.post4

What's Changed

  • [chore] rm asyncio as main dep and bump to v0.0.6.post4 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/128

Full Changelog: https://github.com/VectorInstitute/fed-rag/compare/v0.0.6.post3...v0.0.6.post4

- Python
Published by github-actions[bot] 11 months ago

fed-rag - v0.0.6.post3

What's Changed

  • Defining and implementing the persist and load methods in the knowledge store by @lotif in https://github.com/VectorInstitute/fed-rag/pull/107
  • [docs] styling by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/113
  • [Docs] Vector branding! by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/114
  • [docs] fix mobile settings by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/115
  • [docs] favicon at 48x48 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/116
  • [docs] more api references by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/117
  • [docs] Even more api references by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/119
  • [docs] home page by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/120
  • [docs] Remaining scaffolding by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/121
  • [docs] Getting Started >> Essentials by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/122
  • [docs] examples/quickstart by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/123
  • [docs] getting started >> quick start >> buiild a rag by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/124
  • [docs] Getting Started > Installation by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/125
  • [docs] fix link to essentials in home page by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/126
  • [chore] rm flwr-datasets as main dep and publish v0.0.6.post3 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/127

Full Changelog: https://github.com/VectorInstitute/fed-rag/compare/v0.0.6.post2...v0.0.6.post3

- Python
Published by github-actions[bot] 11 months ago

fed-rag - v0.0.6.post2

What's Changed

  • [chore] Add CITATION.cff by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/104
  • [fix] CITATION.cff format by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/105
  • [chore] Fix pyproject.toml and CITATION.cff incorrect license — apache not mit by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/106
  • [Fix] Revert back __associated_rag_system attribute. by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/108
  • Docs initial setup by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/109
  • [Fix] docs publish Github workflow by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/110
  • [chore] Use better github action for deploying docs to pages by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/111
  • [version] bump version to v0.1.6.post2 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/112

Full Changelog: https://github.com/VectorInstitute/fed-rag/compare/v0.0.6.post1...v0.0.6.post2

- Python
Published by github-actions[bot] 11 months ago

fed-rag - v0.0.6.post1

What's Changed

  • [post-version] v0.0.6.post1 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/103

Full Changelog: https://github.com/VectorInstitute/fed-rag/compare/v0.0.6...v0.0.6.post1

- Python
Published by github-actions[bot] 11 months ago

fed-rag - v0.0.6

What's Changed

  • [submodules update pointer] by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/91
  • Update LICENSE to Apache 2.0 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/92
  • [Feature] - Enable BaseGenerator and BaseRetriever used in RAGSystem to access the rag system by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/95
  • Small fixes to problems I found while running the quick start example by @lotif in https://github.com/VectorInstitute/fed-rag/pull/93
  • [Feature] Adds BaseTokenizer and HFPretrainedTokenizer subclass by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/99
  • [Feature] Add utils.data module for building RAG Fine-tuning datasets given a RAGSystem and Sequence of examples by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/98
  • [version] bump version to v0.0.6 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/101

New Contributors

  • @lotif made their first contribution in https://github.com/VectorInstitute/fed-rag/pull/93

Full Changelog: https://github.com/VectorInstitute/fed-rag/compare/v0.0.5...v0.0.6

- Python
Published by github-actions[bot] 11 months ago

fed-rag - v0.0.5

What's Changed

  • (Example: RA-DIT) - Mock generator training loop; federated for a 350M model by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/67
  • Re org RA-DIT example app by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/69
  • Add examples-vector-compute as a private submodule by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/70
  • [chore] Update examples-vector-compute submodules pointer by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/71
  • Update examples and vector sub-mod pointers by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/72
  • [Feature] Adds HuggingFace's ~peft.PeftModel as an acceptable model type for decoration by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/76
  • [Feature] Update set_weights and get_weights for HuggingFaceFlowerClient to include logic for PeftModel by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/82
  • [Feature] Adds HFPeftModelGenerator by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/84
  • [Example] RA-DIT: use HFPeftModelGenerator for llama-2-7b by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/86
  • [Example] RA-DIT re-factor example for better organization by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/87
  • [Example] RA-DIT Default generator model to load with device map auto by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/88
  • [chore] Update examples-vector-compute submodule pointer by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/89
  • [version] bump version to v0.0.5 & make huggingface extra by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/90

Full Changelog: https://github.com/VectorInstitute/fed-rag/compare/v0.0.4...v0.0.5

- Python
Published by github-actions[bot] 11 months ago

fed-rag - v0.0.4

What's Changed

  • Add ability to specify device on load for HF Models by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/55
  • Adds federate.trainer.huggingface decorators by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/56
  • Adds federate.tester.huggingface and associated inspectors by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/59
  • Adds HuggingFaceFLTask by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/61
  • [EXAMPLE] - Adds RA-DIT retriever train loop using HuggingFace integrations. by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/64
  • [version] bump version to v0.0.4 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/65

Full Changelog: https://github.com/VectorInstitute/fed-rag/compare/v0.0.3...v0.0.4

- Python
Published by github-actions[bot] 11 months ago

fed-rag - v0.0.3

What's Changed

  • (Example: RA-DIT) DragonRetriever by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/26
  • (Example: RA-DIT) - LLM by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/28
  • (Example: RA-DIT) Use quantization by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/29
  • (Example: RA-DIT) Add Llama3 LLM by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/30
  • BaseGenerator and HFPretrainedModelGenerator classes by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/33
  • (Example: RA-DIT) Update llama.py to make use of HFPreTrainedGenerator by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/34
  • Adds BaseRetriever class by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/35
  • Adds HFSentenceTransformerRetriever by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/38
  • BaseKnowledgeStore and KnowledgeNode by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/41
  • InMemoryKnowledgeStore by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/43
  • Adds RAGSystem by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/45
  • (Example: RA-DIT) Update dragon.py to use HFSentenceTransformerRetriever by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/48
  • (Example: RA-DIT) Build rag_system by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/50
  • [version] bump version to v0.0.3 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/51

Full Changelog: https://github.com/VectorInstitute/fed-rag/compare/v0.0.2...v0.0.3

- Python
Published by github-actions[bot] 12 months ago

fed-rag - v0.0.2

What's Changed

  • [chore] Turn package into workspace, quick-start example as member by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/24
  • [version] bump version to v0.0.2 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/25

Full Changelog: https://github.com/VectorInstitute/fed-rag/compare/v0.0.1...v0.0.2

- Python
Published by github-actions[bot] 12 months ago

fed-rag - v0.0.1

What's Changed

  • basic README by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/1
  • Initial library organization by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/2
  • fix release.yml by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/3
  • Add codecov by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/4
  • BaseTaskModel and PyTorchTaskModel by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/5
  • re-jig quickstart and scaffolding for decorators by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/6
  • federate.trainer.pytorch decorate inspects trainer loop to extract spec by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/12
  • Inspection of tester callable for pytorch.tester decorator by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/14
  • PyTorchFLTask by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/15
  • PyTorchFLTask and PyTorchFlowerClient by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/16
  • Implementation PyTorchFLTask.server() by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/17
  • Quick Start with threading (doesn't work because of signal being used internally in flwr) by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/19
  • Working QuickStart! by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/20
  • [ci/cd] Add deploy job by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/21
  • [ci/cd] fix deploy workflow by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/22
  • [version] bump version to v0.0.1 by @nerdai in https://github.com/VectorInstitute/fed-rag/pull/23

New Contributors

  • @nerdai made their first contribution in https://github.com/VectorInstitute/fed-rag/pull/1

Full Changelog: https://github.com/VectorInstitute/fed-rag/commits/v0.0.1

- Python
Published by github-actions[bot] 12 months ago

fed-rag - v0.0.1-a1

- Python
Published by github-actions[bot] about 1 year ago