You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/tests/integration_tests
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>
1 year ago
..
agent power bi api wrapper integration tests & bug fix (#4983) 1 year ago
cache Optimize the initialization method of GPTCache (#4522) 1 year ago
callbacks add tracing v2 env var (#4465) 1 year ago
chains Harrison/neo4j (#5078) 1 year ago
chat_models add alias for model (#4553) 1 year ago
document_loaders Add Mastodon toots loader (#5036) 1 year ago
embeddings Add MosaicML inference endpoints (#4607) 1 year ago
examples fix(document_loaders/telegram): fix pandas calls + add tests (#4806) 1 year ago
llms Add MosaicML inference endpoints (#4607) 1 year ago
memory Cassandra support for chat history (#4378) (#4764) 1 year ago
prompts Cleanup integration test dir (#3308) 1 year ago
retrievers Remove unnecessary comment (#4845) 1 year ago
utilities Fix graphql tool (#4984) 1 year ago
vectorstores Fixes issue #5072 - adds additional support to Weaviate (#5085) 1 year ago
.env.example power bi api wrapper integration tests & bug fix (#4983) 1 year ago
__init__.py initial commit 2 years ago
conftest.py feat: improve pinecone tests (#2806) 1 year ago
test_document_transformers.py Contextual compression retriever (#2915) 1 year ago
test_nlp_text_splitters.py OptimizedPrompt -- k-shot example choice backed by semantic search (#91) 2 years ago
test_pdf_pagesplitter.py cleanup: unify 3 different pdf loaders, rename PagedPDFSplitter (#1615) 2 years ago
test_schema.py Add 'get_token_ids' method (#4784) 1 year ago
test_text_splitter.py Fix TextSplitter.from_tiktoken(#4361) 1 year ago