langchain/tests/integration_tests/embeddings
Daniel King de6e6c764e
Add MosaicML inference endpoints (#4607)
# Add MosaicML inference endpoints
This PR adds support in langchain for MosaicML inference endpoints. We
both serve a select few open source models, and allow customers to
deploy their own models using our inference service. Docs are here
(https://docs.mosaicml.com/en/latest/inference.html), and sign up form
is here (https://forms.mosaicml.com/demo?utm_source=langchain). I'm not
intimately familiar with the details of langchain, or the contribution
process, so please let me know if there is anything that needs fixing or
this is the wrong way to submit a new integration, thanks!

I'm also not sure what the procedure is for integration tests. I have
tested locally with my api key.

## Who can review?
@hwchase17

---------

Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
2023-05-23 15:59:08 -07:00
..
__init__.py
test_cohere.py
test_elasticsearch.py Add ElasticsearchEmbeddings class for generating embeddings using Elasticsearch models (#3401) 2023-05-23 14:50:33 -07:00
test_google_palm.py Add ChatModel, LLM, and Embeddings for Google's PaLM APIs (#3575) 2023-05-01 15:23:16 -07:00
test_huggingface_hub.py
test_huggingface.py Dev2049/hf emb encode kwargs (#3925) 2023-05-01 20:27:41 -07:00
test_jina.py Harrison/jina (#2043) 2023-03-28 08:16:17 -07:00
test_llamacpp.py Harrison/llama (#2314) 2023-04-02 14:57:45 -07:00
test_mosaicml.py Add MosaicML inference endpoints (#4607) 2023-05-23 15:59:08 -07:00
test_openai.py openai embeddings (#3488) 2023-04-24 22:19:47 -07:00
test_self_hosted.py Harrison/self hosted runhouse (#1154) 2023-02-19 09:53:45 -08:00
test_sentence_transformer.py Add Sentence Transformers Embeddings (#3409) 2023-04-23 18:25:20 -07:00
test_tensorflow_hub.py