Skip to content

Commit 9b3bde7

Browse files
authored
Merge pull request #26 from VectorInstitute/update_fedrag
Update fedrag with paper link
2 parents 8a22eec + 9212d37 commit 9b3bde7

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

catalog/public/data/papers.bib

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,14 @@ @article{abedini2025masksql
3333
journal={arXiv preprint arXiv:2509.23459},
3434
year={2025}
3535
}
36+
37+
@software{fajardo2025fedrag,
38+
author = {Fajardo, Andrei and Emerson, David},
39+
title = {{fed-rag: Open-source framework for fine-tuning RAG systems}},
40+
year = {2025},
41+
month = mar,
42+
doi = {10.5281/zenodo.15092361},
43+
url = {https://github.com/VectorInstitute/fed-rag},
44+
version = {0.0.27},
45+
license = {Apache-2.0}
46+
}

catalog/public/data/repositories.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
{
8484
"name": "fed-rag",
8585
"repo_id": "fed-rag-repo",
86-
"description": "A framework for fine-tuning retrieval-augmented generation (RAG) systems.",
86+
"description": "An open-source framework for fine-tuning retrieval-augmented generation (RAG) systems across centralized and federated architectures with comprehensive support for state-of-the-art RAG fine-tuning methods.",
8787
"implementations": [
8888
{
8989
"name": "Basic fine-tuning with FL",
@@ -96,7 +96,9 @@
9696
],
9797
"type": "tool",
9898
"year": 2025,
99-
"github_url": "https://github.com/VectorInstitute/fed-rag"
99+
"github_url": "https://github.com/VectorInstitute/fed-rag",
100+
"paper_url": "https://doi.org/10.5281/zenodo.15092361",
101+
"bibtex": "fajardo2025fedrag"
100102
},
101103
{
102104
"name": "interpretability",
@@ -920,5 +922,5 @@
920922
],
921923
"totalImplementations": 121,
922924
"yearsOfResearch": 7,
923-
"lastUpdated": "2025-11-25T12:01:22.017672"
925+
"lastUpdated": "2025-11-25T12:24:55.191063"
924926
}

repositories/fed-rag.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fed-rag
22
repo_id: fed-rag-repo
3-
description: "A framework for fine-tuning retrieval-augmented generation (RAG) systems."
3+
description: "An open-source framework for fine-tuning retrieval-augmented generation (RAG) systems across centralized and federated architectures with comprehensive support for state-of-the-art RAG fine-tuning methods."
44
implementations:
55
- name: Basic fine-tuning with FL
66
url: null
@@ -9,3 +9,5 @@ implementations:
99
type: tool
1010
year: 2025
1111
github_url: https://github.com/VectorInstitute/fed-rag
12+
paper_url: https://doi.org/10.5281/zenodo.15092361
13+
bibtex: fajardo2025fedrag

0 commit comments

Comments
 (0)