langchain/docs/modules/models/text_embedding/examples
Piyush Jain 562fdfc8f9
Bedrock llm and embeddings (#5464)
# Bedrock LLM and Embeddings
This PR adds a new LLM and an Embeddings class for the
[Bedrock](https://aws.amazon.com/bedrock) service. The PR also includes
example notebooks for using the LLM class in a conversation chain and
embeddings usage in creating an embedding for a query and document.

**Note**: AWS is doing a private release of the Bedrock service on
05/31/2023; users need to request access and added to an allowlist in
order to start using the Bedrock models and embeddings. Please use the
[Bedrock Home Page](https://aws.amazon.com/bedrock) to request access
and to learn more about the models available in Bedrock.

<!-- For a quicker response, figure out the right person to tag with @

  @hwchase17 - project lead

  Tracing / Callbacks
  - @agola11

  Async
  - @agola11

  DataLoaders
  - @eyurtsev

  Models
  - @hwchase17
  - @agola11

  Agents / Tools / Toolkits
  - @vowelparrot

  VectorStores / Retrievers / Memory
  - @dev2049

 -->
2023-05-31 07:17:01 -07:00
..
aleph_alpha.ipynb
azureopenai.ipynb Fix AzureOpenAI embeddings documentation example. model -> deployment (#4389) 2023-05-17 21:05:53 -07:00
bedrock.ipynb Bedrock llm and embeddings (#5464) 2023-05-31 07:17:01 -07:00
cohere.ipynb
elasticsearch.ipynb Allow ElasticsearchEmbeddings to create a connection with ES Client object (#5321) 2023-05-30 17:26:30 -07:00
fake.ipynb
google_vertex_ai_palm.ipynb Harrison/vertex (#5049) 2023-05-24 15:51:12 -07:00
huggingfacehub.ipynb
instruct_embeddings.ipynb
jina.ipynb
llamacpp.ipynb Fix 'embeddings is not defined' (#2468) 2023-04-06 12:45:45 -07:00
minimax.ipynb Add MiniMax embeddings (#5174) 2023-05-25 06:57:49 -07:00
modelscope_hub.ipynb Harrison/modelscope (#5156) 2023-05-24 08:06:45 -07:00
mosaicml.ipynb Add MosaicML inference endpoints (#4607) 2023-05-23 15:59:08 -07:00
openai.ipynb Added the option of specifying a proxy for the OpenAI API (#5246) 2023-05-25 09:50:25 -07:00
sagemaker-endpoint.ipynb Fix Sagemaker Batch Endpoints (#3249) 2023-04-22 08:49:51 -07:00
self-hosted.ipynb
sentence_transformers.ipynb Sentence Transformers Aliasing (#3541) 2023-04-25 23:29:20 -07:00
tensorflowhub.ipynb