langchain/docs/modules/models/llms/integrations
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
..
ai21.ipynb
aleph_alpha.ipynb
anyscale.ipynb Fix a typo in langchain/docs/modules/models/llms/integrations/anyscale.ipynb (#4526) 2023-05-11 09:03:04 -07:00
azure_openai_example.ipynb docs for azure (#4238) 2023-05-06 10:16:00 -07:00
banana.ipynb
beam.ipynb Beam (#4996) 2023-05-24 01:25:18 -07:00
bedrock.ipynb Bedrock llm and embeddings (#5464) 2023-05-31 07:17:01 -07:00
cerebriumai_example.ipynb Fix broken Cerebrium link in documentation (#3554) 2023-04-26 08:11:58 -07:00
cohere.ipynb docs retriever improvements (#4430) 2023-05-17 15:29:22 -07:00
ctransformers.ipynb Add C Transformers for GGML Models (#5218) 2023-05-25 13:42:44 -07:00
databricks.ipynb LLM wrapper for Databricks (#5142) 2023-05-25 19:19:37 -07:00
deepinfra_example.ipynb Harrison/deep infra (#5403) 2023-05-29 07:10:50 -07:00
forefrontai_example.ipynb
google_vertex_ai_palm.ipynb Harrison/vertex (#5049) 2023-05-24 15:51:12 -07:00
gooseai_example.ipynb
gpt4all.ipynb Update GPT4ALL integration (#4567) 2023-05-18 09:38:54 -07:00
huggingface_hub.ipynb Add HuggingFace Examples (#3187) 2023-04-19 17:08:10 -07:00
huggingface_pipelines.ipynb Fixed typo for HuggingFaceHub (#3612) 2023-04-26 14:33:31 -07:00
huggingface_textgen_inference.ipynb feat: Added class to support huggingface text generation inference server (#4447) 2023-05-12 07:32:37 -07:00
jsonformer_experimental.ipynb Add RELLM and JSONFormer experimental LLM decoding (#4185) 2023-05-14 22:40:03 +00:00
llamacpp.ipynb Update llamacpp demonstration notebook (#5344) 2023-05-29 06:43:26 -07:00
manifest.ipynb
modal.ipynb
mosaicml.ipynb Add MosaicML inference endpoints (#4607) 2023-05-23 15:59:08 -07:00
nlpcloud.ipynb
openai.ipynb Reformat openai proxy setting as code (#5330) 2023-05-29 07:02:47 -07:00
openlm.ipynb Add OpenLM LLM multi-provider (#4993) 2023-05-22 18:09:53 -07:00
petals_example.ipynb
pipelineai_example.ipynb Add PipelineAI LLM integration (#3644) 2023-04-27 08:22:26 -07:00
predictionguard.ipynb Harrison/prediction guard update (#5404) 2023-05-29 07:14:59 -07:00
promptlayer_openai.ipynb
rellm_experimental.ipynb Update rellm_experimental.ipynb (#5189) 2023-05-24 11:41:00 +00:00
replicate.ipynb Fix Replicate llm response to handle iterator / multiple outputs (#3614) 2023-04-26 14:26:33 -07:00
runhouse.ipynb
sagemaker.ipynb DOC: Fix SageMaker example (#4598) 2023-05-16 17:28:16 -07:00
stochasticai.ipynb
writer.ipynb