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/docs/docs
david qiu 9fb6805be4
langchain[minor]: Add retriever for Knowledge Bases for Amazon Bedrock (#13980)
- **Description:** Adds a retriever implementation for [Knowledge Bases
for Amazon Bedrock](https://aws.amazon.com/bedrock/knowledge-bases/), a
new service announced at AWS re:Invent, shortly before this PR was
opened. This depends on the `bedrock-agent-runtime` service, which will
be included in a future version of `boto3` and of `botocore`. We will
open a follow-up PR documenting the minimum required versions of `boto3`
and `botocore` after that information is available.
  - **Issue:** N/A
  - **Dependencies:** `boto3>=1.33.2, botocore>=1.33.2`
  - **Tag maintainer:** @baskaryan
  - **Twitter handles:** `@pjain7` `@dead_letter_q`

This PR includes a documentation notebook under
`docs/docs/integrations/retrievers`, which I (@dlqqq) have verified
independently.

EDIT: `bedrock-agent-runtime` service is now included in
`boto3>=1.33.2`:
5cf793f493

---------

Co-authored-by: Piyush Jain <piyushjain@duck.com>
Co-authored-by: Erick Friis <erick@langchain.dev>
Co-authored-by: Bagatur <baskaryan@gmail.com>
10 months ago
..
_templates Restructure docs (#11620) 11 months ago
additional_resources new course on `DeepLearning.ai` (#12755) 10 months ago
expression_language FEATURE: Runnable with message history (#13418) 10 months ago
get_started DOCS: updated langchain stack img to be svg (#13540) 10 months ago
guides experimental[patch] Update prompt injection model (#13930) 10 months ago
integrations langchain[minor]: Add retriever for Knowledge Bases for Amazon Bedrock (#13980) 10 months ago
langsmith DOCS: format notebooks (#13371) 10 months ago
modules FEATURE: Add Databricks Vector Search as a new vector store (#13621) 10 months ago
use_cases DOCS: fix link to question answering (#13806) 10 months ago
.gitignore Restructure docs (#11620) 11 months ago
community.md Minor fix (#11748) 11 months ago
security.md Update security.md (#11942) 11 months ago