Skip to content

Releases: Marker-Inc-Korea/AutoRAG

v0.2.0

21 May 13:34
252a151
Compare
Choose a tag to compare

What's Changed

  • Add MockLLM to resolve restart evaluate bug by @bwook00 in #453
  • Add 'rank' strategy as selecting best module strategy by @vkehfdl1 in #451
  • Delete ragas context precision & Enable dict input of retrieval metrics by @vkehfdl1 in #455
  • Can't use passage compressor when there is no retrieval gt values in QA datset by @vkehfdl1 in #452
  • delete pull_request_target on test.yml by @vkehfdl1 in #457
  • Feat/dashboard by @hongsw in #432
  • dump version 0.2.0 by @vkehfdl1 in #458

New Contributors

Full Changelog: v0.1.12...v0.2.0

v0.1.12

17 May 04:42
09cf266
Compare
Choose a tag to compare

What's Changed

  • [Hotfix] delete assert top_k at passage_augmenter/base by @bwook00 in #435
  • [Hotfix] add **kwargs at pass_passage_augmenter by @bwook00 in #437
  • Add gpt-4o support at openai_llm by @vkehfdl1 in #441
  • [Hotfix] Respond when the input 'scores_list' is np.ndarray at threshold_cutoff_pure by @bwook00 in #442
  • Resolve Korean encoding unicode error by @vkehfdl1 in #444
  • dump version 0.1.12 by @vkehfdl1 in #446

Full Changelog: v0.1.11...v0.1.12

v0.1.11

15 May 04:55
338eaec
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.10...v0.1.11

v0.1.10

10 May 04:52
1b9309b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.9...v0.1.10

v0.1.9

01 May 07:02
7cce048
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.8...v0.1.9

v0.1.8

29 Apr 14:45
236e1e2
Compare
Choose a tag to compare

What's Changed

  • add library setuptools-scm and build by @vkehfdl1 in #387
  • [Hotfix] Add pass augmenter at support by @bwook00 in #389
  • Show logging at module level by @vkehfdl1 in #395
  • Resolve minor error at colbert and long_context_reorder by @vkehfdl1 in #397
  • Resolve summary.csv error at recency filter threshold paramter + dump version 0.1.8 by @vkehfdl1 in #392

Full Changelog: v0.1.7...v0.1.8

v0.1.7

28 Apr 12:00
b6c11d1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.6...v0.1.7

v0.1.6

27 Apr 07:44
10c844c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.1.6

v0.1.5

24 Apr 16:53
Compare
Choose a tag to compare

What's Changed

  • Create 'Passage Augmenter' node and its first module 'prev_next_augmenter' by @bwook00 in #347
  • [Hotfix] resolve Tart reranker error by @bwook00 in #363
  • [Hotfix] resolve colbert, flag embedding reranker batch error by @bwook00 in #366
  • Add pass passage augmenter module by @bwook00 in #352
  • [Hotfix] recency filter change threshold parameter type str to datetime by @bwook00 in #369

Full Changelog: v0.1.4...v0.1.5

v0.1.4

22 Apr 06:06
Compare
Choose a tag to compare

What's Changed

  • �Add Recency filter module by @bwook00 in #312
  • Resolve error when put larger than corpus_df at 'make_single_content_qa' content_size by @vkehfdl1 in #324
  • Parallel processing at sentence transformer reranker by @vkehfdl1 in #325
  • Add refine module by @bwook00 in #323
  • fix error by sorting in index in 'generate_qa_llama_index_by_ratio by @vkehfdl1 in #344
  • Mock openai chat completion calls for preventing tons of openai usage. by @vkehfdl1 in #349
  • generate sitemap.xml automatically for SEO by @vkehfdl1 in #351
  • Parallel processing at colbert reranker by @bwook00 in #326
  • parallel processing of g_eval by @vkehfdl1 in #350
  • Parallel processing at �Tart reranker by @bwook00 in #329
  • Parallel processing at MonoT5 reranker by @bwook00 in #330
  • trigger test at pull_request_target for access github repo secret fro… by @vkehfdl1 in #354
  • Created Contributors file by @gauravsaini02 in #348
  • Parallel processing at Flag embedding reranker and Flag embedding llm reranker by @bwook00 in #328

New Contributors

Full Changelog: v0.1.3...v0.1.4