langchain_mistralai 0.2.3+2 copy "langchain_mistralai: ^0.2.3+2" to clipboard
langchain_mistralai: ^0.2.3+2 copied to clipboard

LangChain.dart integration module for Mistral AI (Mistral-7B, Mixtral 8x7B, embeddings, etc.).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add langchain_mistralai
copied to clipboard

With Flutter:

 $ flutter pub add langchain_mistralai
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  langchain_mistralai: ^0.2.3+2
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:langchain_mistralai/langchain_mistralai.dart';
copied to clipboard
4
likes
150
points
46
downloads

Publisher

verified publisherlangchaindart.dev

Weekly Downloads

2024.08.26 - 2025.03.10

LangChain.dart integration module for Mistral AI (Mistral-7B, Mixtral 8x7B, embeddings, etc.).

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#ai #nlp #llms #langchain #mistral

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

collection, http, langchain_core, langchain_tiktoken, meta, mistralai_dart

More

Packages that depend on langchain_mistralai