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/libs/partners/mistralai/langchain_mistralai
David c323742f4f
mistralai[minor]: Add embeddings (#15282)
- **Description:** Adds MistralAIEmbeddings class for embeddings, using
the new official API.
- **Dependencies:** mistralai
- **Tag maintainer**: @efriis, @hwchase17
- **Twitter handle:** @LMS_David_RS

Create `integrations/text_embedding/mistralai.ipynb`: an example
notebook for MistralAIEmbeddings class
Modify `embeddings/__init__.py`: Import the class
Create `embeddings/mistralai.py`: The embedding class
Create `integration_tests/embeddings/test_mistralai.py`: The test file.

---------

Co-authored-by: Erick Friis <erick@langchain.dev>
7 months ago
..
__init__.py mistralai[minor]: Add embeddings (#15282) 7 months ago
chat_models.py mistralai[minor]: Add embeddings (#15282) 7 months ago
embeddings.py mistralai[minor]: Add embeddings (#15282) 7 months ago
py.typed mistralai: Add langchain-mistralai partner package (#14783) 8 months ago