langchain/docs/modules/indexes
Philipp Schmid 064be93edf
[Embeddings] Add SageMaker Endpoint Embedding class (#1859)
# What does this PR do? 

This PR adds similar to `llms` a SageMaker-powered `embeddings` class.
This is helpful if you want to leverage Hugging Face models on SageMaker
for creating your indexes.

I added a example into the
[docs/modules/indexes/examples/embeddings.ipynb](https://github.com/hwchase17/langchain/compare/master...philschmid:add-sm-embeddings?expand=1#diff-e82629e2894974ec87856aedd769d4bdfe400314b03734f32bee5990bc7e8062)
document. The example currently includes some `_### TEMPORARY: Showing
how to deploy a SageMaker Endpoint from a Hugging Face model ###_ ` code
showing how you can deploy a sentence-transformers to SageMaker and then
run the methods of the embeddings class.

@hwchase17 please let me know if/when i should remove the `_###
TEMPORARY: Showing how to deploy a SageMaker Endpoint from a Hugging
Face model ###_` in the description i linked to a detail blog on how to
deploy a Sentence Transformers so i think we don't need to include those
steps here.

I also reused the `ContentHandlerBase` from
`langchain.llms.sagemaker_endpoint` and changed the output type to `any`
since it is depending on the implementation.
2023-03-21 21:51:48 -07:00
..
chain_examples Fixes the import typo in the vector db text generator notebook (#1874) 2023-03-21 21:48:26 -07:00
examples [Embeddings] Add SageMaker Endpoint Embedding class (#1859) 2023-03-21 21:51:48 -07:00
vectorstore_examples Harrison/faiss merge (#1843) 2023-03-20 22:54:08 -07:00
combine_docs.md Fixed typo, clarified language (#1682) 2023-03-15 08:00:11 -07:00
getting_started.ipynb Add setup instruction in Getting Started for Indexing (#1847) 2023-03-21 09:06:35 -07:00
how_to_guides.rst Harrison/pgvector (#1679) 2023-03-14 21:13:58 -07:00
key_concepts.md improve docs for indexes (#1146) 2023-02-19 23:14:50 -08:00