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