flashrag-dev 0.1.4.dev20250326__tar.gz → 0.1.4.dev20250403__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.dev20250326 → flashrag_dev-0.1.4.dev20250403}/PKG-INFO +1 -3
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/README.md +0 -2
- flashrag_dev-0.1.4.dev20250403/flashrag/version.py +1 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag_dev.egg-info/PKG-INFO +1 -3
- flashrag_dev-0.1.4.dev20250326/flashrag/version.py +0 -1
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/LICENSE +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/__init__.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/config/__init__.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/config/basic_config.yaml +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/config/config.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/dataset/__init__.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/dataset/dataset.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/dataset/utils.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/evaluator/__init__.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/evaluator/_bleu.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/evaluator/evaluator.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/evaluator/metrics.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/evaluator/utils.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/generator/__init__.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/generator/fid.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/generator/generator.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/generator/multimodal_generator.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/generator/openai_generator.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/generator/stop_word_criteria.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/generator/utils.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/judger/__init__.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/judger/judger.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/pipeline/__init__.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/pipeline/active_pipeline.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/pipeline/branching_pipeline.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/pipeline/mm_pipeline.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/pipeline/pipeline.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/pipeline/reasoning_pipeline.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/pipeline/replug_utils.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/prompt/__init__.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/prompt/base_prompt.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/prompt/mm_prompt.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/prompt/selfask_examplars.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/prompt/trace_examplars.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/refiner/__init__.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/refiner/kg_refiner.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/refiner/llmlingua_compressor.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/refiner/refiner.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/refiner/selective_context_compressor.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/retriever/__init__.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/retriever/__main__.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/retriever/encoder.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/retriever/index_builder.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/retriever/reranker.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/retriever/retriever.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/retriever/utils.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/utils/__init__.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/utils/constants.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/utils/pred_parse.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/utils/utils.py +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag_dev.egg-info/SOURCES.txt +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag_dev.egg-info/dependency_links.txt +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag_dev.egg-info/requires.txt +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag_dev.egg-info/top_level.txt +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/pyproject.toml +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/setup.cfg +0 -0
- {flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/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.dev20250403
|
|
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
|
|
@@ -108,8 +108,6 @@ FlashRAG is still under development and there are many issues and room for impro
|
|
|
108
108
|
|
|
109
109
|
[25/01/07] We have currently support the aggregation of multiple retrievers, see it in [**multi retriever usage**](https://github.com/RUC-NLPIR/FlashRAG/blob/main/docs/original_docs/multi_retriever_usage.md).
|
|
110
110
|
|
|
111
|
-
[25/01/07] We have integrated a very flexible and lightweight corpus chunking library [**Chunkie**](https://github.com/chonkie-ai/chonkie?tab=readme-ov-file#usage), which supports various custom chunking methods (tokens, sentences, semantic, etc.). Use it in [<u>chunking doc corpus</u>](docs/original_docs/chunk-doc-corpus.md).
|
|
112
|
-
|
|
113
111
|
[24/10/21] We have released a version based on the Paddle framework that supports Chinese hardware platforms. Please refer to [FlashRAG Paddle](https://github.com/RUC-NLPIR/FlashRAG-Paddle) for details.
|
|
114
112
|
|
|
115
113
|
[24/10/13] A new in-domain dataset and corpus - [DomainRAG](https://arxiv.org/pdf/2406.05654) have been added to the dataset. The dataset is based on the internal enrollment data of Renmin University of China, covering seven types of tasks, which can be used for conducting domain-specific RAG testing.
|
|
@@ -91,8 +91,6 @@ FlashRAG is still under development and there are many issues and room for impro
|
|
|
91
91
|
|
|
92
92
|
[25/01/07] We have currently support the aggregation of multiple retrievers, see it in [**multi retriever usage**](https://github.com/RUC-NLPIR/FlashRAG/blob/main/docs/original_docs/multi_retriever_usage.md).
|
|
93
93
|
|
|
94
|
-
[25/01/07] We have integrated a very flexible and lightweight corpus chunking library [**Chunkie**](https://github.com/chonkie-ai/chonkie?tab=readme-ov-file#usage), which supports various custom chunking methods (tokens, sentences, semantic, etc.). Use it in [<u>chunking doc corpus</u>](docs/original_docs/chunk-doc-corpus.md).
|
|
95
|
-
|
|
96
94
|
[24/10/21] We have released a version based on the Paddle framework that supports Chinese hardware platforms. Please refer to [FlashRAG Paddle](https://github.com/RUC-NLPIR/FlashRAG-Paddle) for details.
|
|
97
95
|
|
|
98
96
|
[24/10/13] A new in-domain dataset and corpus - [DomainRAG](https://arxiv.org/pdf/2406.05654) have been added to the dataset. The dataset is based on the internal enrollment data of Renmin University of China, covering seven types of tasks, which can be used for conducting domain-specific RAG testing.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.1.4dev20250403"
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag_dev.egg-info/PKG-INFO
RENAMED
|
@@ -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.dev20250403
|
|
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
|
|
@@ -108,8 +108,6 @@ FlashRAG is still under development and there are many issues and room for impro
|
|
|
108
108
|
|
|
109
109
|
[25/01/07] We have currently support the aggregation of multiple retrievers, see it in [**multi retriever usage**](https://github.com/RUC-NLPIR/FlashRAG/blob/main/docs/original_docs/multi_retriever_usage.md).
|
|
110
110
|
|
|
111
|
-
[25/01/07] We have integrated a very flexible and lightweight corpus chunking library [**Chunkie**](https://github.com/chonkie-ai/chonkie?tab=readme-ov-file#usage), which supports various custom chunking methods (tokens, sentences, semantic, etc.). Use it in [<u>chunking doc corpus</u>](docs/original_docs/chunk-doc-corpus.md).
|
|
112
|
-
|
|
113
111
|
[24/10/21] We have released a version based on the Paddle framework that supports Chinese hardware platforms. Please refer to [FlashRAG Paddle](https://github.com/RUC-NLPIR/FlashRAG-Paddle) for details.
|
|
114
112
|
|
|
115
113
|
[24/10/13] A new in-domain dataset and corpus - [DomainRAG](https://arxiv.org/pdf/2406.05654) have been added to the dataset. The dataset is based on the internal enrollment data of Renmin University of China, covering seven types of tasks, which can be used for conducting domain-specific RAG testing.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.1.4dev20250326"
|
|
File without changes
|
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/config/__init__.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/config/basic_config.yaml
RENAMED
|
File without changes
|
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/dataset/__init__.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/dataset/dataset.py
RENAMED
|
File without changes
|
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/evaluator/__init__.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/evaluator/_bleu.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/evaluator/evaluator.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/evaluator/metrics.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/evaluator/utils.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/generator/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/generator/generator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/generator/utils.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/judger/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/pipeline/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/pipeline/mm_pipeline.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/pipeline/pipeline.py
RENAMED
|
File without changes
|
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/pipeline/replug_utils.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/prompt/__init__.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/prompt/base_prompt.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/prompt/mm_prompt.py
RENAMED
|
File without changes
|
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/prompt/trace_examplars.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/refiner/__init__.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/refiner/kg_refiner.py
RENAMED
|
File without changes
|
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/refiner/refiner.py
RENAMED
|
File without changes
|
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/retriever/__init__.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/retriever/__main__.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/retriever/encoder.py
RENAMED
|
File without changes
|
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/retriever/reranker.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/retriever/retriever.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/retriever/utils.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/utils/__init__.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/utils/constants.py
RENAMED
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag/utils/pred_parse.py
RENAMED
|
File without changes
|
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag_dev.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{flashrag_dev-0.1.4.dev20250326 → flashrag_dev-0.1.4.dev20250403}/flashrag_dev.egg-info/requires.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|