This repo is based on the javascript library made by Mistral AI
npm i @ai-utils/mistral
- link the library (run in root directory)
npm link
- install in examples library
cd examples && npm link @ai-utils/mistral
- run the example files
npx ts-node embeddings.ts
pnpm run build
Build the library for publishing on npm
pnpm changeset
Based on the changeset github will automatically create a PR with the new release of the library.