langchain/libs/community/langchain_community/retrievers
Smit Parmar aed46cd6f2
community[patch]: Added support for filter out AWS Kendra search by score confidence (#12920)
**Description:** It will add support for filter out kendra search by
score confidence which will make result more accurate.
    For example
   ```
retriever = AmazonKendraRetriever(
        index_id=kendra_index_id, top_k=5, region_name=region,
        score_confidence="HIGH"
    )
```
Result will not include the records which has score confidence "LOW" or "MEDIUM". 
Relevant docs 
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kendra/client/query.html
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kendra/client/retrieve.html

 **Issue:** the issue # it resolve #11801 
**twitter:** [@SmitCode](https://twitter.com/SmitCode)
2024-03-07 17:28:09 -08:00
..
__init__.py community: Add you.com utility, update you retriever integration docs (#17014) 2024-02-08 13:47:50 -08:00
arcee.py community[patch]: docstrings (#16810) 2024-02-09 12:48:57 -08:00
arxiv.py
azure_cognitive_search.py
bedrock.py docs: docstrings langchain_community update (#14889) 2023-12-19 08:58:24 -05:00
bm25.py Community[Patch] Remove docs form bm25 repr (#16110) 2024-01-17 00:00:55 -08:00
breebs.py community[minor]: Breebs docs retriever (#16578) 2024-02-05 15:51:08 -08:00
chaindesk.py
chatgpt_plugin_retriever.py
cohere_rag_retriever.py community[patch]: Handle when documents are not provided in the Cohere response (#16144) 2024-01-17 09:11:00 -08:00
databerry.py
docarray.py
elastic_search_bm25.py
embedchain.py community[patch]: Fixing embedchain document mapping (#18255) 2024-02-29 14:54:37 -08:00
google_cloud_documentai_warehouse.py
google_vertex_ai_search.py infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
kay.py
kendra.py community[patch]: Added support for filter out AWS Kendra search by score confidence (#12920) 2024-03-07 17:28:09 -08:00
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 community: add collection_properties parameter to Milvus (#15788) 2024-01-10 20:29:01 -08:00
outline.py
pinecone_hybrid_search.py
pubmed.py
pupmed.py
qdrant_sparse_vector_retriever.py community[patch]: Correct the calling to collection_name in qdrant (#16920) 2024-02-04 10:45:35 -08:00
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