Ragchain

Latest version: v0.2.6

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

Scan your dependencies

Page 2 of 2

0.2.0

What's Changed
* new Pipeline structure & use LCEL instead of RAGchain LLM by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/323
* fix missing parameter at default QueryDecomposition by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/328
* dump version v0.2.0 by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/329


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

0.1.5

What's Changed
* langchain and chromadb version update by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/314
* Add BLEU score + refactor __calculate_metrics by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/315
* import ragas when ragas metrics are used. by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/317
* Add KF1 Metric by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/318
* Fix error at retrieval gt calculation by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/321
* Create Mr.tydi benchmark and test code. by minsing-jin in https://github.com/NomaDamas/RAGchain/pull/322
* dump version v0.1.5 by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/324


**Full Changelog**: https://github.com/NomaDamas/RAGchain/compare/v0.1.4...v0.1.5

0.1.4

What's Changed
* Hot fix/303 by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/304
* Create msmarco dataset evaluation code and test code. by minsing-jin in https://github.com/NomaDamas/RAGchain/pull/301
* Add code version optional and change msmarco test data to train data. by minsing-jin in https://github.com/NomaDamas/RAGchain/pull/308
* dump version V0.1.4 by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/311


**Full Changelog**: https://github.com/NomaDamas/RAGchain/compare/v0.1.3...v0.1.4

0.1.3

What's Changed
* Create html_text_splitter by minsing-jin in https://github.com/NomaDamas/RAGchain/pull/285
* Create code splitter by minsing-jin in https://github.com/NomaDamas/RAGchain/pull/288
* delete deprecated evaluate files about ko-strategyQA by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/289
* Create token_splitter and test file. by minsing-jin in https://github.com/NomaDamas/RAGchain/pull/290
* Remove inaccurate annotation. by minsing-jin in https://github.com/NomaDamas/RAGchain/pull/296
* add random_state option at qasper evaluator for constant benchmarking by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/291
* independent work between LLM and retrieval by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/292
* version update and fix langchain VectorStore location for proper use by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/294
* dump version v0.1.3 by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/297


**Full Changelog**: https://github.com/NomaDamas/RAGchain/compare/v0.1.2...v0.1.3

pypi
First version released to pypi!

What's Changed
* Korean Embedding by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/3
* change for colab demo and adjust ingest option by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/12
* HWP converter by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/13
* add repeat penalty to use RepetitionPenalty & NoRepeatNGram by bwook00 in https://github.com/NomaDamas/RAGchain/pull/16
* unfinished korean README by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/10
* [HotFix] Update Readme.md docker network connet description by Eastsidegunn in https://github.com/NomaDamas/RAGchain/pull/23
* Add ability to stop answering when encountering "!" by bwook00 in https://github.com/NomaDamas/RAGchain/pull/24
* Feature/20 by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/27
* Feature/15 by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/21
* change KuLLM model to our own ggml by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/29
* Add ability to stop answering when encountering "Question:" & "questi… by bwook00 in https://github.com/NomaDamas/RAGchain/pull/25
* upload files and ingest using embeddings at gradio by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/34
* 5 simple web ui by Eastsidegunn in https://github.com/NomaDamas/RAGchain/pull/35
* pinecone support by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/42
* done search for all files in root directory for ingest documents by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/46
* add Open AI Embedding API without load_dotenv -> so not working by Eastsidegunn in https://github.com/NomaDamas/RAGchain/pull/43
* save embedded file list to temp pickle file and check it when embed a… by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/49
* draft dockerfile for KoPrivateGPT by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/26
* delete all embeddings and files by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/52
* auto build and push dockerfile by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/54
* refactor embedding class with device_type by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/55
* Feature/40 by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/56
* Hotfix by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/58
* Update docker-image.yml by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/59
* delete constants by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/62
* ko-strategy-qa dataset evaluation by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/68
* Hot fix/70 by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/71
* refactor codes by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/74
* add HyDE embedding by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/78
* BM25 by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/82
* delete langchain dependency at vectorDB package by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/88
* add ko-sroberta-multitask by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/90
* make KoPrivateGPT library folder for better project structure. by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/92
* Feature/84 by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/93
* Feature/60 by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/97
* OpenAI API style LLM integrations by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/108
* Feature/95 by bwook00 in https://github.com/NomaDamas/RAGchain/pull/109
* building LLM Reranker with RankGPT code. At First, Feature/106 must … by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/107
* Refactor Embedding utils by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/112
* File cache system for DB by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/119
* hyper-link update by Hyunwook-Kwon in https://github.com/NomaDamas/RAGchain/pull/122
* Feature/81 by Eastsidegunn in https://github.com/NomaDamas/RAGchain/pull/98
* delete PipeConfigAlias and change it to tuple[str, Dict[str, Any]] by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/120
* Feature/44 by Hyunwook-Kwon in https://github.com/NomaDamas/RAGchain/pull/134
* readme was modified by Hyunwook-Kwon in https://github.com/NomaDamas/RAGchain/pull/137
* delete not using libraries by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/139
* add TOKENIZERS_PARALLELISM environment variable after import HuggingF… by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/125
* app.py by Hyunwook-Kwon in https://github.com/NomaDamas/RAGchain/pull/141
* add EM, F1 by Eastsidegunn in https://github.com/NomaDamas/RAGchain/pull/135
* MonoT5 reranker by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/150
* Visconde LLM module by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/149
* Auto Test by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/154
* new HyDE module by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/162
* Hot fix/164 by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/165
* modify setup.py by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/167
* evidence extractor by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/170
* Feature/100 by bwook00 in https://github.com/NomaDamas/RAGchain/pull/157
* refactor config.py by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/159
* Feature/155 by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/171
* Feature/156 by bwook00 in https://github.com/NomaDamas/RAGchain/pull/172
* add pdf link loader by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/173
* change vectordb_retrieval input to langchain vectorstore by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/174
* add legacy=False for removing warning about monoT5Reranker by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/176
* add multilingual-e5 model to embeddingfactory.py by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/177
* retry connection at hwp loader by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/175
* Feature/178 by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/179
* stream feature by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/181
* Hotfix basic_retrieval_evaluation error by Eastsidegunn in https://github.com/NomaDamas/RAGchain/pull/183
* delete no api_key in set_api_base (some server use api_key on their own) by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/186
* Hybrid Retrieval by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/188
* fix error and test if at test by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/190
* fix error by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/192
* concurrent processing at hybrid retrieval by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/196
* Feature/197 by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/198
* add *args, **kwargs to all ask function at llm classes by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/200
* add len check at generate_chat stream by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/202
* notify end of stream by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/205
* Feature/203 by bwook00 in https://github.com/NomaDamas/RAGchain/pull/206
* Feature/207 by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/208
* remove specific temperature at HyDE by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/213
* get tokenizer_name as parameter in bm25_retrieval, and set default as… by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/214
* nougat pdf loader + mathpix markdown loader by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/218
* Feature/161 by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/223
* Slim Vector Store for efficient storage usage of vector stores by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/220
* Feature/184 by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/222
* RRF algorithm at hybrid retrieval by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/226
* add contriever to embeddingfactory by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/227
* TART Reranker by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/228
* add KoPrivateGPT at import path by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/231
* Make UPR Reranker by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/229
* don't run init when RedisDBSingleton instance is already initialized by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/235
* db search with filters by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/236
* add conftest.py and flush redis db when session is finished. by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/242
* Delete ModuleSelector by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/241
* Update langchain to 0.0.307 by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/239
* Sphinx documentation for API docs by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/243
* Feature/219 by Eastsidegunn in https://github.com/NomaDamas/RAGchain/pull/245
* Add annotation for api pec by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/246
* delete useless utils and requirements by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/249
* change framework name to RAGchain by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/252
* Feature/102 by minsing-jin in https://github.com/NomaDamas/RAGchain/pull/253
* delete load_dotenv() function at library files by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/266
* bump version 0.1.1 by vkehfdl1 in https://github.com/NomaDamas/RAGchain/pull/267

New Contributors
* vkehfdl1 made their first contribution in https://github.com/NomaDamas/RAGchain/pull/3
* bwook00 made their first contribution in https://github.com/NomaDamas/RAGchain/pull/16
* Eastsidegunn made their first contribution in https://github.com/NomaDamas/RAGchain/pull/23
* Hyunwook-Kwon made their first contribution in https://github.com/NomaDamas/RAGchain/pull/122
* minsing-jin made their first contribution in https://github.com/NomaDamas/RAGchain/pull/253

**Full Changelog**: https://github.com/NomaDamas/RAGchain/commits/pypi

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.