mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-06 21:43:44 +00:00
docs: integrations
reference updates 13 (#25711)
Added missed provider pages and links. Fixed inconsistent formatting. Added arxiv references to docstirngs. --------- Co-authored-by: Harrison Chase <hw.chase.17@gmail.com> Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
# RAG - AWS Bedrock
|
||||
# RAG - AWS Bedrock, FAISS
|
||||
|
||||
This template is designed to connect with the `AWS Bedrock` service, a managed server that offers a set of foundation models.
|
||||
|
||||
It primarily uses the `Anthropic Claude` for text generation and `Amazon Titan` for text embedding, and utilizes FAISS as the vectorstore.
|
||||
|
||||
For additional context on the RAG pipeline, refer to [this notebook](https://github.com/aws-samples/amazon-bedrock-workshop/blob/main/03_QuestionAnswering/01_qa_w_rag_claude.ipynb).
|
||||
For additional context on the RAG pipeline, refer to [these notebooks](https://github.com/aws-samples/amazon-bedrock-workshop/tree/main/02_KnowledgeBases_and_RAG).
|
||||
|
||||
See [The FAISS Library](https://arxiv.org/pdf/2401.08281) paper for more details.
|
||||
|
||||
## Environment Setup
|
||||
|
||||
|
Reference in New Issue
Block a user