mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-15 03:57:19 +00:00
## Description Replaces [Kendra Retriever](https://github.com/hwchase17/langchain/blob/master/langchain/retrievers/aws_kendra_index_retriever.py) with an updated version that uses the new [retriever API](https://docs.aws.amazon.com/kendra/latest/dg/searching-retrieve.html) which is better suited for retrieval augmented generation (RAG) systems. **Note**: This change requires the latest version (1.26.159) of boto3 to work. `pip install -U boto3` to upgrade the boto3 version. cc @hupe1980 cc @dev2049 |
||
---|---|---|
.. | ||
amazon_kendra_retriever.ipynb | ||
arxiv.ipynb | ||
azure_cognitive_search.ipynb | ||
chatgpt-plugin.ipynb | ||
cohere-reranker.ipynb | ||
databerry.ipynb | ||
docarray_retriever.ipynb | ||
elastic_search_bm25.ipynb | ||
knn.ipynb | ||
merger_retriever.ipynb | ||
metal.ipynb | ||
pinecone_hybrid_search.ipynb | ||
pubmed.ipynb | ||
svm.ipynb | ||
tf_idf.ipynb | ||
vespa.ipynb | ||
weaviate-hybrid.ipynb | ||
wikipedia.ipynb | ||
zep_memorystore.ipynb |