flashrag-dev 0.1.4.dev20250119__tar.gz → 0.1.4.dev20250121__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.
Files changed (61) hide show
  1. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/PKG-INFO +4 -1
  2. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/README.md +3 -0
  3. flashrag_dev-0.1.4.dev20250121/flashrag/version.py +1 -0
  4. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag_dev.egg-info/PKG-INFO +4 -1
  5. flashrag_dev-0.1.4.dev20250119/flashrag/version.py +0 -1
  6. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/LICENSE +0 -0
  7. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/__init__.py +0 -0
  8. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/config/__init__.py +0 -0
  9. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/config/basic_config.yaml +0 -0
  10. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/config/config.py +0 -0
  11. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/dataset/__init__.py +0 -0
  12. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/dataset/dataset.py +0 -0
  13. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/dataset/utils.py +0 -0
  14. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/evaluator/__init__.py +0 -0
  15. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/evaluator/_bleu.py +0 -0
  16. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/evaluator/evaluator.py +0 -0
  17. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/evaluator/metrics.py +0 -0
  18. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/evaluator/utils.py +0 -0
  19. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/generator/__init__.py +0 -0
  20. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/generator/fid.py +0 -0
  21. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/generator/generator.py +0 -0
  22. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/generator/multimodal_generator.py +0 -0
  23. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/generator/openai_generator.py +0 -0
  24. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/generator/stop_word_criteria.py +0 -0
  25. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/generator/utils.py +0 -0
  26. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/judger/__init__.py +0 -0
  27. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/judger/judger.py +0 -0
  28. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/pipeline/__init__.py +0 -0
  29. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/pipeline/active_pipeline.py +0 -0
  30. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/pipeline/branching_pipeline.py +0 -0
  31. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/pipeline/mm_pipeline.py +0 -0
  32. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/pipeline/pipeline.py +0 -0
  33. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/pipeline/replug_utils.py +0 -0
  34. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/prompt/__init__.py +0 -0
  35. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/prompt/base_prompt.py +0 -0
  36. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/prompt/mm_prompt.py +0 -0
  37. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/prompt/selfask_examplars.py +0 -0
  38. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/prompt/trace_examplars.py +0 -0
  39. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/refiner/__init__.py +0 -0
  40. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/refiner/kg_refiner.py +0 -0
  41. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/refiner/llmlingua_compressor.py +0 -0
  42. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/refiner/refiner.py +0 -0
  43. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/refiner/selective_context_compressor.py +0 -0
  44. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/retriever/__init__.py +0 -0
  45. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/retriever/__main__.py +0 -0
  46. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/retriever/encoder.py +0 -0
  47. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/retriever/index_builder.py +0 -0
  48. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/retriever/reranker.py +0 -0
  49. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/retriever/retriever.py +0 -0
  50. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/retriever/utils.py +0 -0
  51. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/utils/__init__.py +0 -0
  52. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/utils/constants.py +0 -0
  53. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/utils/pred_parse.py +0 -0
  54. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag/utils/utils.py +0 -0
  55. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag_dev.egg-info/SOURCES.txt +0 -0
  56. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag_dev.egg-info/dependency_links.txt +0 -0
  57. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag_dev.egg-info/requires.txt +0 -0
  58. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/flashrag_dev.egg-info/top_level.txt +0 -0
  59. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/pyproject.toml +0 -0
  60. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/setup.cfg +0 -0
  61. {flashrag_dev-0.1.4.dev20250119 → flashrag_dev-0.1.4.dev20250121}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: flashrag_dev
3
- Version: 0.1.4.dev20250119
3
+ Version: 0.1.4.dev20250121
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
@@ -95,6 +95,9 @@ FlashRAG is still under development and there are many issues and room for impro
95
95
  - [ ] Enhance code adaptability and readability
96
96
 
97
97
  ## :page_with_curl: Changelog
98
+
99
+ [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!
100
+
98
101
  [25/01/12] Introduce <strong>FlashRAG-UI</strong>, an easy to use interface. You can easily and quickly configure and experience the supported RAG methods and evaluate them on the benchmarks.
99
102
 
100
103
  [25/01/11] We have added support for a new method [<u>RQRAG</u>](https://arxiv.org/abs/2404.00610) method, see it in [**reproduce_experiment**](docs/reproduce_experiment.md).
@@ -78,6 +78,9 @@ FlashRAG is still under development and there are many issues and room for impro
78
78
  - [ ] Enhance code adaptability and readability
79
79
 
80
80
  ## :page_with_curl: Changelog
81
+
82
+ [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!
83
+
81
84
  [25/01/12] Introduce <strong>FlashRAG-UI</strong>, an easy to use interface. You can easily and quickly configure and experience the supported RAG methods and evaluate them on the benchmarks.
82
85
 
83
86
  [25/01/11] We have added support for a new method [<u>RQRAG</u>](https://arxiv.org/abs/2404.00610) method, see it in [**reproduce_experiment**](docs/reproduce_experiment.md).
@@ -0,0 +1 @@
1
+ __version__ = "0.1.4dev20250121"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: flashrag-dev
3
- Version: 0.1.4.dev20250119
3
+ Version: 0.1.4.dev20250121
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
@@ -95,6 +95,9 @@ FlashRAG is still under development and there are many issues and room for impro
95
95
  - [ ] Enhance code adaptability and readability
96
96
 
97
97
  ## :page_with_curl: Changelog
98
+
99
+ [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!
100
+
98
101
  [25/01/12] Introduce <strong>FlashRAG-UI</strong>, an easy to use interface. You can easily and quickly configure and experience the supported RAG methods and evaluate them on the benchmarks.
99
102
 
100
103
  [25/01/11] We have added support for a new method [<u>RQRAG</u>](https://arxiv.org/abs/2404.00610) method, see it in [**reproduce_experiment**](docs/reproduce_experiment.md).
@@ -1 +0,0 @@
1
- __version__ = "0.1.4dev20250119"