langchain/libs/community/langchain_community/retrievers
Eugene Yurtsev 0e52961562
community[patch]: Patch tdidf retriever (CVE-2024-2057) (#18695)
This is a patch for `CVE-2024-2057`:
https://www.cve.org/CVERecord?id=CVE-2024-2057

This affects users that: 

* Use the  `TFIDFRetriever`
* Attempt to de-serialize it from an untrusted source that contains a
malicious payload
2024-03-06 15:49:04 -05:00
..
__init__.py
arcee.py
arxiv.py
azure_cognitive_search.py
bedrock.py
bm25.py
breebs.py
chaindesk.py
chatgpt_plugin_retriever.py
cohere_rag_retriever.py
databerry.py
docarray.py
elastic_search_bm25.py
embedchain.py
google_cloud_documentai_warehouse.py
google_vertex_ai_search.py
kay.py
kendra.py
knn.py
llama_index.py community[patch]: removing "response_mode" parameter in llama_index retriever (#18180) 2024-03-01 12:05:09 -08:00
metal.py
milvus.py
outline.py
pinecone_hybrid_search.py
pubmed.py
pupmed.py
qdrant_sparse_vector_retriever.py
remote_retriever.py
svm.py
tavily_search_api.py
tfidf.py community[patch]: Patch tdidf retriever (CVE-2024-2057) (#18695) 2024-03-06 15:49:04 -05:00
vespa_retriever.py
weaviate_hybrid_search.py
wikipedia.py
you.py community: Add you.com tool, add async to retriever, add async testing, add You tool doc (#18032) 2024-03-03 14:30:05 -08:00
zep.py
zilliz.py