0.1.2 • Published 5 months ago

@ai-utils/mistral v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

TS Mistral AI Library

This repo is based on the javascript library made by Mistral AI

 Installing the library

npm i @ai-utils/mistral

Run the example files locally and test the library

  1. link the library (run in root directory)
npm link
  1. install in examples library
cd examples && npm link @ai-utils/mistral
  1. run the example files
npx ts-node embeddings.ts

 Build the library

pnpm run build

Build the library for publishing on npm

Add a changeset

pnpm changeset

Based on the changeset github will automatically create a PR with the new release of the library.

0.1.2

5 months ago

0.1.0

5 months ago

0.1.1

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago