mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
ac1d7d9de8
**Description**: This PR adds support for using the [LLMLingua project ](https://github.com/microsoft/LLMLingua) especially the LongLLMLingua (Enhancing Large Language Model Inference via Prompt Compression) as a document compressor / transformer. The LLMLingua project is an interesting project that can greatly improve RAG system by compressing prompts and contexts while keeping their semantic relevance. **Issue**: https://github.com/microsoft/LLMLingua/issues/31 **Dependencies**: [llmlingua](https://pypi.org/project/llmlingua/) @baskaryan --------- Co-authored-by: Ayodeji Ayibiowu <ayodeji.ayibiowu@getinge.com> Co-authored-by: Harrison Chase <hw.chase.17@gmail.com> |
||
---|---|---|
.. | ||
document_compressors | ||
__init__.py | ||
test_base.py | ||
test_bm25.py | ||
test_imports.py | ||
test_knn.py | ||
test_remote_retriever.py | ||
test_svm.py | ||
test_tfidf.py | ||
test_you.py |