Ragchain

Latest version: v0.2.6

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

Scan your dependencies

Page 1 of 2

0.2.6

This is the final release (maybe). We do not have plan to improve RAGchain anymore.

What's Changed
* HotFix json linker fatal bug by vkehfdl1 in https://github.com/Marker-Inc-Korea/RAGchain/pull/452
* Refactoring SearchQA benchmark. by minsing-jin in https://github.com/Marker-Inc-Korea/RAGchain/pull/448
* Remove beir benchmark because it is useless. by minsing-jin in https://github.com/Marker-Inc-Korea/RAGchain/pull/457
* Add Runnable Functionality to RAGchain modules by vkehfdl1 in https://github.com/Marker-Inc-Korea/RAGchain/pull/442
* Transfer Ownership from NomaDamas to Marker-Inc by vkehfdl1 in https://github.com/Marker-Inc-Korea/RAGchain/pull/458
* change insert_one() to insert_many() in mongo_db save function. by bwook00 in https://github.com/Marker-Inc-Korea/RAGchain/pull/455
* Chunk data to put more than 25 elements at once in DynamoDB by bwook00 in https://github.com/Marker-Inc-Korea/RAGchain/pull/460
* Feature/450 by vkehfdl1 in https://github.com/Marker-Inc-Korea/RAGchain/pull/461
* dump version V0.2.6 by vkehfdl1 in https://github.com/Marker-Inc-Korea/RAGchain/pull/462


**Full Changelog**: https://github.com/Marker-Inc-Korea/RAGchain/compare/v0.2.5...v0.2.6

0.2.5

What's Changed
* Update README.md by bwook00 in https://github.com/NomaDamas/RAGchain/pull/427
* Fix error at WeightedTimeReranker by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/433
* implement EM answer metric by Eastsidegunn in https://github.com/NomaDamas/RAGchain/pull/437
* [Hotfix] Json Linker can get db_path properly when use UUID id by bwook00 in https://github.com/NomaDamas/RAGchain/pull/430
* delete all load_dotenv in the project by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/439
* [HotFix] EM name duplicated with retrieval_gt and answer_gt by Eastsidegunn in https://github.com/NomaDamas/RAGchain/pull/443
* dump version v0.2.5 by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/444


**Full Changelog**: https://github.com/NomaDamas/RAGchain/compare/v0.2.4...v0.2.5

0.2.4

What's Changed
* add new importance field at Passage by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/410
* make SimpleImportanceReranker & WeightedImportanceReranker by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/417
* Create google search feature and google search pipeline by bwook00 in https://github.com/NomaDamas/RAGchain/pull/419
* Create LLMLinguaCompressor for prompt compression by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/420
* Create ELI5 benchmark by minsing-jin in https://github.com/NomaDamas/RAGchain/pull/414
* add rem loader for processing rem ingested texts by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/423
* Create BingSearch by bwook00 in https://github.com/NomaDamas/RAGchain/pull/424
* dump version 0.2.4 by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/425


**Full Changelog**: https://github.com/NomaDamas/RAGchain/compare/v0.2.3...v0.2.4

0.2.3

What's Changed
* Create ASQA benchmark by minsing-jin in https://github.com/NomaDamas/RAGchain/pull/378
* Add content_datetime at Passage schema & filter Passage by time range by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/381
* Feature/385 & Feature/382 by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/386
* delete rerank_sliding_window at BaseReranker and keep that only in LL… by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/391
* Make SimpleTimeReranker by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/392
* Implement DSTC benchmark by minsing-jin in https://github.com/NomaDamas/RAGchain/pull/395
* add METEOR answer metric by Eastsidegunn in https://github.com/NomaDamas/RAGchain/pull/393
* add ROUGE answer metric by Eastsidegunn in https://github.com/NomaDamas/RAGchain/pull/397
* Create new linker(DynamoDB) and change linker to global variable(in __init__.py) by bwook00 in https://github.com/NomaDamas/RAGchain/pull/396
* make semantic clustering and time compressor using semantic clustering by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/399
* Add local linker(Use JSON file) by bwook00 in https://github.com/NomaDamas/RAGchain/pull/403
* add WeightedTimeReranker by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/404
* [Hotfix]Add jsonLinker selector + change class name in code comment by bwook00 in https://github.com/NomaDamas/RAGchain/pull/407
* dump version v0.2.3 by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/408


**Full Changelog**: https://github.com/NomaDamas/RAGchain/compare/v0.2.2...v0.2.3

0.2.2

What's Changed
* Create Trivia QA benchmark by minsing-jin in https://github.com/NomaDamas/RAGchain/pull/353
* Modify triviaQA benchmark by minsing-jin in https://github.com/NomaDamas/RAGchain/pull/363
* Create search_qa.py and test_search_qa.py. by minsing-jin in https://github.com/NomaDamas/RAGchain/pull/358
* Create nfcorpus benchmark by minsing-jin in https://github.com/NomaDamas/RAGchain/pull/369
* Create ANTIQUE benchmark by minsing-jin in https://github.com/NomaDamas/RAGchain/pull/366
* Fix PickleDB and test files for passing pytest at full run of test files. by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/377
* Add hwp rust loader by Hyunwook-Kwon in https://github.com/NomaDamas/RAGchain/pull/282
* dump version v0.2.2 by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/380


**Full Changelog**: https://github.com/NomaDamas/RAGchain/compare/v0.2.1...v0.2.2

0.2.1

What's Changed
* Create DeepdoctectionPDFLoader by bwook00 in https://github.com/NomaDamas/RAGchain/pull/325
* remove no-package python files & update README.md by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/337
* Modify mr_tydi.py some else cases. by minsing-jin in https://github.com/NomaDamas/RAGchain/pull/345
* Create beir datasets benchmarks by minsing-jin in https://github.com/NomaDamas/RAGchain/pull/333
* fix error when using context_recall metric but don't validate passages by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/348
* Add answer gt at msmarco.py. by minsing-jin in https://github.com/NomaDamas/RAGchain/pull/349
* New REDE Search Detector (I'm a few-shot learner~) by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/351
* Create natural_qa.py and test file. by minsing-jin in https://github.com/NomaDamas/RAGchain/pull/350
* dump version v0.2.1 by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/352


**Full Changelog**: https://github.com/NomaDamas/RAGchain/compare/v0.2.0...v0.2.1

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.