Skip to content

Commit 5bd7bfd

Browse files
authored
v0.0.27 (#442)
1 parent 71d1478 commit 5bd7bfd

File tree

6 files changed

+2670
-2647
lines changed

6 files changed

+2670
-2647
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
1010

1111
...
1212

13+
## [0.0.27] - 2025-06-17
14+
1315
### Added
1416

1517
- Update `batch_retrieve` for RAGSystems to use `batch_retrieve` of Knowledge Stores if implemented (#441)

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors:
88
given-names: "David"
99
1010
title: "fed-rag"
11-
version: "0.0.26"
11+
version: "0.0.27"
1212
abstract: "Simplified fine-tuning of retrieval-augmented generation (RAG) systems."
1313
keywords:
1414
- machine learning

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ license = {Apache-2.0},
103103
month = mar,
104104
title = {{fed-rag}},
105105
url = {https://github.com/VectorInstitute/fed-rag},
106-
version = {0.0.26},
106+
version = {0.0.27},
107107
year = {2025}
108108
}
109109
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ docs = [
2727

2828
[project]
2929
name = "fed-rag"
30-
version = "0.0.26"
30+
version = "0.0.27"
3131
description = "Simplified fine-tuning of retrieval-augmented generation (RAG) systems."
3232
license = "Apache-2.0"
3333
keywords = ["machine learning", "federated learning", "deep learning", "llms", "rag", "retrieval", "semantic search"]

src/fed_rag/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.0.26"
1+
VERSION = "0.0.27"

0 commit comments

Comments
 (0)