You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/community/langchain_community/document_compressors
Charlie Marsh 8f38b7a725
multiple: Remove unnecessary Ruff suppression comments (#21050)
## Summary

I ran `ruff check --extend-select RUF100 -n` to identify `# noqa`
comments that weren't having any effect in Ruff, and then `ruff check
--extend-select RUF100 -n --fix` on select files to remove all of the
unnecessary `# noqa: F401` violations. It's possible that these were
needed at some point in the past, but they're not necessary in Ruff
v0.1.15 (used by LangChain) or in the latest release.

Co-authored-by: Erick Friis <erick@langchain.dev>
4 months ago
..
__init__.py multiple: Remove unnecessary Ruff suppression comments (#21050) 4 months ago
jina_rerank.py community[mionr]: add Jina Reranker in retrievers module (#19406) 5 months ago
llmlingua_filter.py community[feat]: Adds LLMLingua as a document compressor (#17711) 6 months ago
openvino_rerank.py community[minor]: import fix (#20995) 4 months ago