Autorag

Latest version: v0.3.13

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

Scan your dependencies

Page 3 of 10

0.3.0

We're thrilled to introduce **AutoRAG v0.3.0**, packed with new features and key improvements. Here’s what’s new:

1. **Improved Response Time for Deployment**

In earlier versions, the response time during deployment was slow, making it difficult to use optimized RAG pipeline. With v0.3.0, we've significantly **reduced the response time**, making deployment much more efficient for user-facing services.


2. **Re-designed Data Creation Process**

Data creation is an essential part of optimizing RAG pipelines, and we've made the process much smoother. In earlier versions, this feature was still in its early stages. Now, in v0.3.0, you can build **the data creation process** within AutoRAG.

We’ve added **AutoParse** and **AutoChunk**, allowing you to configure, parse, and chunk your data using a single YAML file. You can also easily compare different methods to refine your pipeline. Whether you build QA datasets with LLMs or manually, this structure offers a **human-in-the-loop** process to help you create and manage your data.

[Check out the detailed guide on data creation](https://www.notion.so/V0-3-version-10ad4b3072558064afe7c8811a621351?pvs=21).

3. **Python & Library Support Updates**

- **Python 3.9** is no longer supported. Please upgrade to Python 3.10.
- AutoRAG now works with **LangChain 0.3**, **LlamaIndex 0.11**, **Pydantic v2**, and **OpenAI o1** models.

Share Your Feedback

Your insights help us improve AutoRAG! Let us know how these updates impact your workflow and what you’d like to see in future versions.
Join Discord server now!

Thank you for being part of the AutoRAG journey!

0.2.18

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

0.2.17

What's Changed
* Add update corpus feature for chunking optimization by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/706
* Add func annotation about parse module by bwook00 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/708
* Add baseline beta docs by bwook00 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/710
* Finish new data creation documentation by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/711
* Finish Chunk and Parse documentation by bwook00 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/712
* fix vectordb score bug by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/713


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

0.2.16

What's Changed
* Replace FastAPI with Flask by rjwharry in https://github.com/Marker-Inc-Korea/AutoRAG/pull/657
* Mock all OpenAI Embeddings at the test code for outside contributors by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/659
* Add basic dataset schema for new 'beta' version of data creation by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/663
* Add AutoParse baseline and module 'langchain_parse' and 'clova' by bwook00 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/660
* Add llamaparse module by bwook00 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/666
* replace yaml.dump with yaml.safe_dump by rjwharry in https://github.com/Marker-Inc-Korea/AutoRAG/pull/669
* Add table hybrid parse module by bwook00 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/668
* [Data Creation Refactoring] Add generate qa set features by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/678
* Add more data creation methods by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/680
* add (auto)chunk and its first module llama_index_chunk by bwook00 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/681
* [Data Creation Refactoring] Add don't know filter at data creation and its docs by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/686
* [Chunk] Add "path" and "start_end_idx" at chunk return by bwook00 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/685
* add override at Raw and Chunker from_parquet classmethod by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/692
* [Chunk] Add langchain chunk module by bwook00 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/693
* Fix bug when use vllm in multi-gpu environment by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/697
* Add chunk method at Raw schema and test whole pipeline to generate initial dataset. by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/698
* fix an issue with loading HuggingfaceLLM models by jis478 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/652
* [Bug] Modify to kiwipiepy version 0.18.0 or higher by bwook00 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/704
* refactor existing metric python files with input schema by Eastsidegunn in https://github.com/Marker-Inc-Korea/AutoRAG/pull/667
* dump version 0.2.16 by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/705

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

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

0.2.15

What's Changed
* Update ragas.md to fix typo by cd80 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/628
* Add optional parameter 'exist_gen_gt' at make_qa_with_existing_queries function. by bwook00 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/620
* Refactor contributing guide to real informative one by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/625
* Add ruff Linter and reformat all codes by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/622
* Update tutorial.md to fix typo by cd80 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/629
* Delete empty contents at corpus df for ingesting all document (avoid error at OpenAI embeddings) by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/634
* Fix most of the grammar and typo at the docs. by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/633
* Add running web interface in Runner with Gradio by rjwharry in https://github.com/Marker-Inc-Korea/AutoRAG/pull/632
* Update LlamaIndex version to 0.11 by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/644
* fix error at datacreation tutorial.md documentation by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/641
* dump version 0.2.15 by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/642
* add documentation about ollama request time out by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/646

New Contributors
* cd80 made their first contribution in https://github.com/Marker-Inc-Korea/AutoRAG/pull/628
* rjwharry made their first contribution in https://github.com/Marker-Inc-Korea/AutoRAG/pull/632

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

0.2.14

What's Changed
* Refactor code for removing few warnings by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/605
* Resolve asyncio error at FastAPI server execution by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/611
* update cohere version to the latest (which is okay) by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/612
* Update issue templates by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/617
* Add New feature: existing_query_df and local parameters by skmanzg in https://github.com/Marker-Inc-Korea/AutoRAG/pull/607
* dump version v0.2.14 by vkehfdl1 in https://github.com/Marker-Inc-Korea/AutoRAG/pull/619

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

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

Page 3 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.