Releases: Marker-Inc-Korea/AutoRAG
Releases · Marker-Inc-Korea/AutoRAG
v0.3.13
What's Changed
- 🚑 fix: Update container image tags for API services to use the latest… by @hongsw in #1048
- remove embedding_model from kwargs for passage filter module by @rjwharry in #1043
- Add score and other metadatas at /v1/retrieve endpoint by @vkehfdl1 in #1055
- update sphinx github actions by @vkehfdl1 in #1059
- fix: Poetry shell failed due to incorrect pyproject.toml format by @korjsh in #1051
- feat: add intfloat/multilingual-e5-large-instruct to embedding model by @e7217 in #1061
- Add Cohere rerank model v3.5 by @vkehfdl1 in #1050
- feat: enable dynamic embedding models #1060 by @e7217 in #1063
- Implement Node Generator Module for vllm Serving API Integration by @korjsh in #1062
- add llama index's ollama embedding and fix type hint of embedding_model by @rjwharry in #1071
- fix: Issue(#1064) with same Items in parsed_result by Concatenating Each Parsed Result by @e7217 in #1066
- dump version v0.3.13 by @vkehfdl1 in #1075
New Contributors
Full Changelog: v0.3.12...v0.3.13
v0.3.12
What's Changed
- At cli, the default api remote setting is False now by @vkehfdl1 in #1028
- [HotFix] AutoRAG api error fix by @vkehfdl1 in #1032
- docs: update Milvus configuration examples by @e7217 in #1030
- Add instruction about removal of file name related file name by @vkehfdl1 in #1038
- change file type logic by @bwook00 in #1044
- change parse_result parquet file name at all_files set True by @bwook00 in #1046
Full Changelog: v0.3.11...v0.3.12
v0.3.11
What's Changed
- docs[fix]: modify contents on upstage parser by @e7217 in #967
- Resolve Pydantic 2.10.0 conflict issue with latest LlamaIndex by @vkehfdl1 in #973
- �Add Qdrant vectorDB by @bwook00 in #976
- Replace to local embeddings at the gpu sample config YAML files by @vkehfdl1 in #988
- Add full YAML at vectorDB integration docs by @bwook00 in #994
- feat: Set parameters for Milvus using the configuration file #998 by @e7217 in #1001
- docs: add warning about
AttributeError: vllm_model
by @e7217 in #1014 - fix: refactor method to properly release vllm instance resources by @e7217 in #1012
- support parsing multiple types of documents at once by @bwook00 in #1015
- feat: add func to generate multiple quries by @e7217 in #1009
- Release/v0.3.11 by @vkehfdl1 in #1017
New Contributors
Full Changelog: v0.3.10...v0.3.11
v0.3.10
What's Changed
- Add Integration part at docs by @bwook00 in #939
- Update README.md by @bwook00 in #941
- Add Weaviate VectorDB by @bwook00 in #949
- add documentation for evaluate your custom rag by @vkehfdl1 in #953
- Add /v1/retrieve endpoint at API server by @vkehfdl1 in #954
- Add pinecone vector DB by @bwook00 in #955
- Add Couchbase VectorDB by @bwook00 in #961
- Release/v0.3.10 by @bwook00 in #964
Full Changelog: v0.3.9...v0.3.10
v0.3.9
What's Changed
- Edit documentation about data schema and descriptions by @vkehfdl1 in #905
- autorag —version by @vkehfdl1 in #913
- [Hotfix] fix hf space url at README.md by @bwook00 in #917
- ✨ feat: improve sample size handling in Validator class by @hongsw in #912
- Fix error that missing init of huggingface llm and ollama by @vkehfdl1 in #919
- Fix: added table_html variable initialization by @effortprogrammer in #920
- enhanced documentation at custom LLM models by @vkehfdl1 in #923
- just return original texts when there is no corresponding tokenizer a… by @vkehfdl1 in #931
- add Arxiv citation for our paper by @vkehfdl1 in #932
- delete tqdm by @bwook00 in #934
- add demojize with emoji package by @rjwharry in #935
- Release/v0.3.9 by @vkehfdl1 in #936
New Contributors
- @effortprogrammer made their first contribution in #920
Full Changelog: v0.3.8...v0.3.9
v0.3.8
What's Changed
- Feature/docker deploy push by @hongsw in #887
- Edit stream API endpoint and add instructions deploying kotaemon to fly.io by @vkehfdl1 in #891
- �Delete trial path logic at parse & chunk + add detail docs & tutorial at docs by @bwook00 in #894
- Feature/#892 by @rjwharry in #895
- Add documentation for custom_query_gen and make_custom_gen_gt function by @rjwharry in #897
- Edit api routes url by @eduumach in #899
- Add test code for query expansion with vectordb by @vkehfdl1 in #902
- Add progress bar by @bwook00 in #903
- dump version 0.3.8 by @vkehfdl1 in #904
New Contributors
Full Changelog: v0.3.7...v0.3.8
v0.3.7
What's Changed
- fix the error and release 0.3.5-rc1 by @vkehfdl1 in #842
- Add Huggingface Space at README.md by @bwook00 in #847
- Add new Sample YAML file by @bwook00 in #848
- Fix README.md by @Jake-Song in #850
- Add AWS Bedrock llm and upgrade VERSION 0.3.6 by @bwook00 in #856
- Add roadmap and other badges at README.md by @vkehfdl1 in #862
- Add use multimodal feature at llama parse by @bwook00 in #868
- ✨ feat: Update supporting nodes and modules information in index.md by @hongsw in #859
- Add External VectorDB Connections by @vkehfdl1 in #872
- Release/v0.3.7 by @vkehfdl1 in #883
New Contributors
- @Jake-Song made their first contribution in #850
Full Changelog: v0.3.5...v0.3.7
v0.3.5
What's Changed
- Run validation at the start_trial by @vkehfdl1 in #826
- AutoRAG api version & api docker container + gpu version docker container by @vkehfdl1 in #823
- Add FlashRank Reranker module by @bwook00 in #818
- set the fixed port number of the panel dashboard by @vkehfdl1 in #827
- change stream to astream, and add non-async stream function by @vkehfdl1 in #835
- add setup python at sphinx.yml by @vkehfdl1 in #836
- Change recency filter parameter name to threshold_datetime from threshold by @vkehfdl1 in #837
- Release/v0.3.5 by @vkehfdl1 in #838
- [Hotfix] name change Konlpy at chunk_full.yaml by @bwook00 in #840
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
- Add OpenVINO Reranker module by @bwook00 in #808
- Properly truncate to 8000 tokens when we use OpenAI Embeddings by @vkehfdl1 in #812
- Refactor API server with streaming and passage return by @vkehfdl1 in #810
- ✨ feat: Added Docker push workflow, Dockerfile updates, and build script by @hongsw in #807
- Add VoyageAI Reranker module by @bwook00 in #809
- calculate the right cosine similarity score at the get_id_scores by @vkehfdl1 in #816
- 日本語対応 by @wooheum-xin in #814
- Add Mixedbread AI Reranker Module by @bwook00 in #805
- Release/v0.3.4 by @vkehfdl1 in #813
New Contributors
- @wooheum-xin made their first contribution in #814
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- [Parse Bug] Fix only parse the first page of the whole pdf files by @bwook00 in #783
- [Parse Bug] Add non-table exists page to use clova.py by @bwook00 in #784
- Prevent error that httpx uses different event loop at method chaining on the QA by @vkehfdl1 in #785
- add deepeval metrics by @Eastsidegunn in #750
- Release/v0.3.3 by @vkehfdl1 in #803
Full Changelog: v0.3.2...v0.3.3