Autorag

Latest version: v0.3.13

Safety actively analyzes 701370 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 10 of 10

0.0.5

What's Changed
* Add Modular RAG documentation by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/140
* Add Data format documentation by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/143
* Add Documentation about How Optimization works in AutoRAG by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/145
* add simple qa_data_generation by Eastsidegunn in https://github.com/Marker-Inc-Korea/AutoRAG/pull/149
* Create "nodes", "module" and "Optimization-structure_folder" docs by bwook00 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/146
* add 128 batch at vectordb ingest by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/150
* Support GPU at upr and TART reranker by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/152
* update README.md by bwook00 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/151
* dump version 0.0.5 by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/153

New Contributors
* Eastsidegunn made their first contribution in https://github.com/Marker-Inc-Korea/AutoRAG/pull/149

**Full Changelog**: https://github.com/Marker-Inc-Korea/AutoRAG/compare/v0.0.4...v0.0.5

0.0.4

What's Changed
* change VERSION filepath at docs/conf.py by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/122
* Rough structure for documentation by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/125
* enable target_module_params at hybrid retrieval in run.py by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/126
* add sample data eli5, msmarco, triviaqa by bwook00 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/111
* [HotFix] do not join inner at hybrid_cc for consistent 'top_k' result. It can … by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/129
* Extract strategy for using test data evaluation by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/135
* change file name trivia qa_train by bwook00 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/134
* dump version 0.0.4 by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/136
* Getting Started Documentation by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/137


**Full Changelog**: https://github.com/Marker-Inc-Korea/AutoRAG/compare/v0.0.3...v0.0.4

0.0.3

What's Changed
* dump version 0.0.2 by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/110
* Fix VERSION file and change logging level to INFO by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/115
* add `process_batch()` function and add it to all llm related by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/116
* Enable async operation at hyde and query decompose by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/118
* dump version 0.0.3 by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/119


**Full Changelog**: https://github.com/Marker-Inc-Korea/AutoRAG/compare/v0.0.2...v0.0.3

0.0.2

This is our first MVP release. Super alpha version, so possible bugs, errors, and so on. Be careful!

What's Changed
* Make readme for this repo by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/3
* Make brief structure for RAGround by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/4
* Create dependabot.yml by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/5
* Update README.md by bwook00 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/8
* Initial module, node, evaluation structure by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/9
* Advanced RAG linear automation framework structure by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/22
* Make sphinx docs by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/24
* Make github action for sphinx docs by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/26
* add autorag to requirements.txt by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/28
* try to upgrade pip by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/29
* Upgrade sphinx action by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/30
* Hot fix/27 by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/31
* make new test.yml for unit testing by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/35
* add summary feature by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/37
* Add three generation metrics, BLEU, ROUGE, METEOR by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/40
* Add generation evaluation decorator by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/41
* add global logger at __init__.py with RichHandler by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/45
* Change summary csv file to parquet file by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/47
* Add cli command execution for Evaluate initialize and start_trial by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/50
* Create vectordb retrieval by bwook00 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/49
* Add deploy module and Runner for running optimal pipeline directly from trial folder or yaml file. by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/54
* fix crucial bug that can't make combinations of multiple modules by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/57
* Add run api server at Runner by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/59
* Implement vectordb ingest by bwook00 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/58
* Add API cli feature by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/61
* Implement HyDE module by bwook00 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/20
* Implement Query Decompose module by bwook00 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/18
* Add Generator module 'llama_index_llm' and its decorator and run function. by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/64
* Add fstring module and make `make_combinations` and `explode` util functions. by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/66
* Add Prompt Maker run function. by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/68
* resolve error at making summary_df with filtered results by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/72
* Add Query_expansion node and its decorator and run function. by bwook00 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/67
* Add evaluation retrieval contents metric and its evaluation functions by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/74
* Add Passage Compressor Node by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/78
* Implement monot5 reranker module by bwook00 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/17
* change 'datetime' metadata at corpus data to 'last_modified_datetime' by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/81
* hotfix error at filter_by_threshold and avoid_empty_result by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/87
* Create passage_reranker decorator and run.py by bwook00 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/88
* Implement TART reranker module by bwook00 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/19
* Implement UPR module by bwook00 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/89
* Change summary.parquet file to summary.csv file, and use load_summary_file when you want to load it by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/94
* change module result filename to numbers by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/96
* create full trail test and full.yaml file by bwook00 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/95
* Make Hybrid Retrieval RRF module and edit run.py for it by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/98
* Make Hybrid CC module by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/99
* add embedding_models and generator_models by bwook00 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/105
* Fix errors at Runner for deploy feature by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/103
* Enable using hybrid retrieval at deploy. by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/107
* Edit readme for launching. by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/109

New Contributors
* vkehfdl1 made their first contribution in https://github.com/Marker-Inc-Korea/AutoRAG/pull/3
* bwook00 made their first contribution in https://github.com/Marker-Inc-Korea/AutoRAG/pull/8

**Full Changelog**: https://github.com/Marker-Inc-Korea/AutoRAG/commits/v0.0.2

Page 10 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.