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/docs
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>
8 months ago
..
api_reference infra: cut down on integration steps (#14785) 9 months ago
docs mistralai[minor]: Add embeddings (#15282) 8 months ago
scripts docs: fix llm/chat_model tables (#15716) 8 months ago
src docs[patch]: fix zoom (#14786) 9 months ago
static docs: fix self query diagram (#16043) 8 months ago
.local_build.sh update chain docs (#15495) 8 months ago
README.md docs: developer docs (#14776) 9 months ago
babel.config.js Restructure docs (#11620) 11 months ago
code-block-loader.js Restructure docs (#11620) 11 months ago
docusaurus.config.js docs: add changelog (#15606) 8 months ago
package-lock.json docs[patch]: search experiment (#14254) 9 months ago
package.json docs[patch]: search experiment (#14254) 9 months ago
settings.ini Restructure docs (#11620) 11 months ago
sidebars.js docs: add LangGraph (#15682) 8 months ago
vercel.json docs: fix links (#15848) 8 months ago
vercel_build.sh docs: add LangGraph (#15682) 8 months ago
vercel_requirements.txt infra: docs build install community editable (#14739) 9 months ago

README.md

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide