flashrag-dev 0.1.4.dev20250224__tar.gz → 0.1.4.dev20250305__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/PKG-INFO +23 -14
- flashrag_dev-0.1.4.dev20250224/flashrag_dev.egg-info/PKG-INFO → flashrag_dev-0.1.4.dev20250305/README.md +22 -30
- flashrag_dev-0.1.4.dev20250305/flashrag/version.py +1 -0
- flashrag_dev-0.1.4.dev20250224/README.md → flashrag_dev-0.1.4.dev20250305/flashrag_dev.egg-info/PKG-INFO +39 -13
- flashrag_dev-0.1.4.dev20250224/flashrag/version.py +0 -1
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/LICENSE +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/__init__.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/config/__init__.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/config/basic_config.yaml +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/config/config.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/dataset/__init__.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/dataset/dataset.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/dataset/utils.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/evaluator/__init__.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/evaluator/_bleu.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/evaluator/evaluator.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/evaluator/metrics.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/evaluator/utils.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/generator/__init__.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/generator/fid.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/generator/generator.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/generator/multimodal_generator.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/generator/openai_generator.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/generator/stop_word_criteria.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/generator/utils.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/judger/__init__.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/judger/judger.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/pipeline/__init__.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/pipeline/active_pipeline.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/pipeline/branching_pipeline.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/pipeline/mm_pipeline.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/pipeline/pipeline.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/pipeline/replug_utils.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/prompt/__init__.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/prompt/base_prompt.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/prompt/mm_prompt.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/prompt/selfask_examplars.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/prompt/trace_examplars.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/refiner/__init__.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/refiner/kg_refiner.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/refiner/llmlingua_compressor.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/refiner/refiner.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/refiner/selective_context_compressor.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/retriever/__init__.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/retriever/__main__.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/retriever/encoder.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/retriever/index_builder.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/retriever/reranker.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/retriever/retriever.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/retriever/utils.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/utils/__init__.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/utils/constants.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/utils/pred_parse.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/utils/utils.py +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag_dev.egg-info/SOURCES.txt +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag_dev.egg-info/dependency_links.txt +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag_dev.egg-info/requires.txt +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag_dev.egg-info/top_level.txt +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/pyproject.toml +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/setup.cfg +0 -0
- {flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: flashrag_dev
|
|
3
|
-
Version: 0.1.4.
|
|
3
|
+
Version: 0.1.4.dev20250305
|
|
4
4
|
Summary: A library for efficient Retrieval-Augmented Generation research
|
|
5
5
|
Home-page: https://github.com/RUC-NLPIR/FlashRAG
|
|
6
6
|
Author: Jiajie Jin, Yutao Zhu, Chenghao Zhang, Xinyu Yang, Zhicheng Dou
|
|
@@ -96,7 +96,7 @@ FlashRAG is still under development and there are many issues and room for impro
|
|
|
96
96
|
- [ ] Enhance code adaptability and readability
|
|
97
97
|
|
|
98
98
|
## :page_with_curl: Changelog
|
|
99
|
-
[25/02/24] We have added support for **multimodal RAG**, including **MLLMs like Llava, Qwen, InternVL
|
|
99
|
+
[25/02/24] 🔥🔥🔥 We have added support for **multimodal RAG**, including [**MLLMs like Llava, Qwen, InternVL**](https://ruc-nlpir.github.io/FlashRAG/#/zh-cn/component/generator?id=%e5%a4%9a%e6%a8%a1%e6%80%81%e7%94%9f%e6%88%90%e5%99%a8), and various [**multimodal retrievers with Clip architecture**](https://ruc-nlpir.github.io/FlashRAG/#/zh-cn/component/retriever?id=%e5%a4%9a%e6%a8%a1%e6%80%81%e6%a3%80%e7%b4%a2%e5%99%a8). More information can be found in our new version of arxiv article and our documentation. Try it!
|
|
100
100
|
|
|
101
101
|
[25/01/21] Our technical paper [FlashRAG: A Python Toolkit for Efficient RAG Research](https://arxiv.org/abs/2405.13576) is honored to have been accepted to the Resource Track of the 2025 **ACM Web Conference (WWW 2025)**. Please Check it out!
|
|
102
102
|
|
|
@@ -680,17 +680,26 @@ Please kindly cite our paper if helps your research:
|
|
|
680
680
|
|
|
681
681
|
```BibTex
|
|
682
682
|
@article{FlashRAG,
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
683
|
+
author = {Jiajie Jin and
|
|
684
|
+
Yutao Zhu and
|
|
685
|
+
Xinyu Yang and
|
|
686
|
+
Chenghao Zhang and
|
|
687
|
+
Zhicheng Dou},
|
|
688
|
+
title = {FlashRAG: {A} Modular Toolkit for Efficient Retrieval-Augmented Generation
|
|
689
|
+
Research},
|
|
690
|
+
journal = {CoRR},
|
|
691
|
+
volume = {abs/2405.13576},
|
|
692
|
+
year = {2024},
|
|
693
|
+
url = {https://doi.org/10.48550/arXiv.2405.13576},
|
|
694
|
+
doi = {10.48550/ARXIV.2405.13576},
|
|
695
|
+
eprinttype = {arXiv},
|
|
696
|
+
eprint = {2405.13576},
|
|
697
|
+
timestamp = {Tue, 18 Jun 2024 09:26:37 +0200},
|
|
698
|
+
biburl = {https://dblp.org/rec/journals/corr/abs-2405-13576.bib},
|
|
699
|
+
bibsource = {dblp computer science bibliography, https://dblp.org}
|
|
695
700
|
}
|
|
696
701
|
```
|
|
702
|
+
|
|
703
|
+
## Star History
|
|
704
|
+
|
|
705
|
+
[](https://star-history.com/#RUC-NLPIR/FlashRAG&Date)
|
|
@@ -1,20 +1,3 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: flashrag-dev
|
|
3
|
-
Version: 0.1.4.dev20250224
|
|
4
|
-
Summary: A library for efficient Retrieval-Augmented Generation research
|
|
5
|
-
Home-page: https://github.com/RUC-NLPIR/FlashRAG
|
|
6
|
-
Author: Jiajie Jin, Yutao Zhu, Chenghao Zhang, Xinyu Yang, Zhicheng Dou
|
|
7
|
-
Author-email: jinjiajie@ruc.edu.cn
|
|
8
|
-
License: MIT License
|
|
9
|
-
Requires-Python: >=3.9
|
|
10
|
-
Description-Content-Type: text/markdown
|
|
11
|
-
Provides-Extra: core
|
|
12
|
-
Provides-Extra: retriever
|
|
13
|
-
Provides-Extra: generator
|
|
14
|
-
Provides-Extra: multimodal
|
|
15
|
-
Provides-Extra: full
|
|
16
|
-
License-File: LICENSE
|
|
17
|
-
|
|
18
1
|
# <div align="center">⚡FlashRAG: A Python Toolkit for Efficient RAG Research<div>
|
|
19
2
|
\[ English | [中文](README_zh.md) \]
|
|
20
3
|
<div align="center">
|
|
@@ -96,7 +79,7 @@ FlashRAG is still under development and there are many issues and room for impro
|
|
|
96
79
|
- [ ] Enhance code adaptability and readability
|
|
97
80
|
|
|
98
81
|
## :page_with_curl: Changelog
|
|
99
|
-
[25/02/24] We have added support for **multimodal RAG**, including **MLLMs like Llava, Qwen, InternVL
|
|
82
|
+
[25/02/24] 🔥🔥🔥 We have added support for **multimodal RAG**, including [**MLLMs like Llava, Qwen, InternVL**](https://ruc-nlpir.github.io/FlashRAG/#/zh-cn/component/generator?id=%e5%a4%9a%e6%a8%a1%e6%80%81%e7%94%9f%e6%88%90%e5%99%a8), and various [**multimodal retrievers with Clip architecture**](https://ruc-nlpir.github.io/FlashRAG/#/zh-cn/component/retriever?id=%e5%a4%9a%e6%a8%a1%e6%80%81%e6%a3%80%e7%b4%a2%e5%99%a8). More information can be found in our new version of arxiv article and our documentation. Try it!
|
|
100
83
|
|
|
101
84
|
[25/01/21] Our technical paper [FlashRAG: A Python Toolkit for Efficient RAG Research](https://arxiv.org/abs/2405.13576) is honored to have been accepted to the Resource Track of the 2025 **ACM Web Conference (WWW 2025)**. Please Check it out!
|
|
102
85
|
|
|
@@ -680,17 +663,26 @@ Please kindly cite our paper if helps your research:
|
|
|
680
663
|
|
|
681
664
|
```BibTex
|
|
682
665
|
@article{FlashRAG,
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
666
|
+
author = {Jiajie Jin and
|
|
667
|
+
Yutao Zhu and
|
|
668
|
+
Xinyu Yang and
|
|
669
|
+
Chenghao Zhang and
|
|
670
|
+
Zhicheng Dou},
|
|
671
|
+
title = {FlashRAG: {A} Modular Toolkit for Efficient Retrieval-Augmented Generation
|
|
672
|
+
Research},
|
|
673
|
+
journal = {CoRR},
|
|
674
|
+
volume = {abs/2405.13576},
|
|
675
|
+
year = {2024},
|
|
676
|
+
url = {https://doi.org/10.48550/arXiv.2405.13576},
|
|
677
|
+
doi = {10.48550/ARXIV.2405.13576},
|
|
678
|
+
eprinttype = {arXiv},
|
|
679
|
+
eprint = {2405.13576},
|
|
680
|
+
timestamp = {Tue, 18 Jun 2024 09:26:37 +0200},
|
|
681
|
+
biburl = {https://dblp.org/rec/journals/corr/abs-2405-13576.bib},
|
|
682
|
+
bibsource = {dblp computer science bibliography, https://dblp.org}
|
|
695
683
|
}
|
|
696
684
|
```
|
|
685
|
+
|
|
686
|
+
## Star History
|
|
687
|
+
|
|
688
|
+
[](https://star-history.com/#RUC-NLPIR/FlashRAG&Date)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.1.4dev20250305"
|
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: flashrag-dev
|
|
3
|
+
Version: 0.1.4.dev20250305
|
|
4
|
+
Summary: A library for efficient Retrieval-Augmented Generation research
|
|
5
|
+
Home-page: https://github.com/RUC-NLPIR/FlashRAG
|
|
6
|
+
Author: Jiajie Jin, Yutao Zhu, Chenghao Zhang, Xinyu Yang, Zhicheng Dou
|
|
7
|
+
Author-email: jinjiajie@ruc.edu.cn
|
|
8
|
+
License: MIT License
|
|
9
|
+
Requires-Python: >=3.9
|
|
10
|
+
Description-Content-Type: text/markdown
|
|
11
|
+
Provides-Extra: core
|
|
12
|
+
Provides-Extra: retriever
|
|
13
|
+
Provides-Extra: generator
|
|
14
|
+
Provides-Extra: multimodal
|
|
15
|
+
Provides-Extra: full
|
|
16
|
+
License-File: LICENSE
|
|
17
|
+
|
|
1
18
|
# <div align="center">⚡FlashRAG: A Python Toolkit for Efficient RAG Research<div>
|
|
2
19
|
\[ English | [中文](README_zh.md) \]
|
|
3
20
|
<div align="center">
|
|
@@ -79,7 +96,7 @@ FlashRAG is still under development and there are many issues and room for impro
|
|
|
79
96
|
- [ ] Enhance code adaptability and readability
|
|
80
97
|
|
|
81
98
|
## :page_with_curl: Changelog
|
|
82
|
-
[25/02/24] We have added support for **multimodal RAG**, including **MLLMs like Llava, Qwen, InternVL
|
|
99
|
+
[25/02/24] 🔥🔥🔥 We have added support for **multimodal RAG**, including [**MLLMs like Llava, Qwen, InternVL**](https://ruc-nlpir.github.io/FlashRAG/#/zh-cn/component/generator?id=%e5%a4%9a%e6%a8%a1%e6%80%81%e7%94%9f%e6%88%90%e5%99%a8), and various [**multimodal retrievers with Clip architecture**](https://ruc-nlpir.github.io/FlashRAG/#/zh-cn/component/retriever?id=%e5%a4%9a%e6%a8%a1%e6%80%81%e6%a3%80%e7%b4%a2%e5%99%a8). More information can be found in our new version of arxiv article and our documentation. Try it!
|
|
83
100
|
|
|
84
101
|
[25/01/21] Our technical paper [FlashRAG: A Python Toolkit for Efficient RAG Research](https://arxiv.org/abs/2405.13576) is honored to have been accepted to the Resource Track of the 2025 **ACM Web Conference (WWW 2025)**. Please Check it out!
|
|
85
102
|
|
|
@@ -663,17 +680,26 @@ Please kindly cite our paper if helps your research:
|
|
|
663
680
|
|
|
664
681
|
```BibTex
|
|
665
682
|
@article{FlashRAG,
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
683
|
+
author = {Jiajie Jin and
|
|
684
|
+
Yutao Zhu and
|
|
685
|
+
Xinyu Yang and
|
|
686
|
+
Chenghao Zhang and
|
|
687
|
+
Zhicheng Dou},
|
|
688
|
+
title = {FlashRAG: {A} Modular Toolkit for Efficient Retrieval-Augmented Generation
|
|
689
|
+
Research},
|
|
690
|
+
journal = {CoRR},
|
|
691
|
+
volume = {abs/2405.13576},
|
|
692
|
+
year = {2024},
|
|
693
|
+
url = {https://doi.org/10.48550/arXiv.2405.13576},
|
|
694
|
+
doi = {10.48550/ARXIV.2405.13576},
|
|
695
|
+
eprinttype = {arXiv},
|
|
696
|
+
eprint = {2405.13576},
|
|
697
|
+
timestamp = {Tue, 18 Jun 2024 09:26:37 +0200},
|
|
698
|
+
biburl = {https://dblp.org/rec/journals/corr/abs-2405-13576.bib},
|
|
699
|
+
bibsource = {dblp computer science bibliography, https://dblp.org}
|
|
678
700
|
}
|
|
679
701
|
```
|
|
702
|
+
|
|
703
|
+
## Star History
|
|
704
|
+
|
|
705
|
+
[](https://star-history.com/#RUC-NLPIR/FlashRAG&Date)
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.1.4dev20250224"
|
|
File without changes
|
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/config/__init__.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/config/basic_config.yaml
RENAMED
|
File without changes
|
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/dataset/__init__.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/dataset/dataset.py
RENAMED
|
File without changes
|
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/evaluator/__init__.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/evaluator/_bleu.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/evaluator/evaluator.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/evaluator/metrics.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/evaluator/utils.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/generator/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/generator/generator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/generator/utils.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/judger/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/pipeline/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/pipeline/mm_pipeline.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/pipeline/pipeline.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/pipeline/replug_utils.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/prompt/__init__.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/prompt/base_prompt.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/prompt/mm_prompt.py
RENAMED
|
File without changes
|
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/prompt/trace_examplars.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/refiner/__init__.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/refiner/kg_refiner.py
RENAMED
|
File without changes
|
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/refiner/refiner.py
RENAMED
|
File without changes
|
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/retriever/__init__.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/retriever/__main__.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/retriever/encoder.py
RENAMED
|
File without changes
|
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/retriever/reranker.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/retriever/retriever.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/retriever/utils.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/utils/__init__.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/utils/constants.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag/utils/pred_parse.py
RENAMED
|
File without changes
|
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag_dev.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{flashrag_dev-0.1.4.dev20250224 → flashrag_dev-0.1.4.dev20250305}/flashrag_dev.egg-info/requires.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|