langchain_mistralai 0.0.1 copy "langchain_mistralai: ^0.0.1" to clipboard
langchain_mistralai: ^0.0.1 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

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

dependencies:
  langchain_mistralai: ^0.0.1

Alternatively, your editor might support dart 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';
2
likes
0
pub points
77%
popularity

Publisher

verified publisherlangchaindart.dev

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

Homepage
Repository (GitHub)
View/report issues

Topics

#ai #nlp #llms #langchain #mistral

Documentation

Documentation

License

unknown (license)

Dependencies

collection, http, langchain, meta, mistralai_dart, tiktoken

More

Packages that depend on langchain_mistralai