beautyyuyanli / multilingual-e5-large

multilingual-e5-large: A multi-language text embedding model

  • Public
  • 16.7M runs
  • L40S
  • GitHub

Run beautyyuyanli/multilingual-e5-large with an API

Use one of our client libraries to get started quickly.

Set the REPLICATE_API_TOKEN environment variable

export REPLICATE_API_TOKEN=<paste-your-token-here>

Learn more about authentication

Install Replicate’s Node.js client library

npm install replicate
Learn more about setup

Run beautyyuyanli/multilingual-e5-large using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.

import Replicate from "replicate";
const replicate = new Replicate();

const input = {};

const output = await replicate.run("beautyyuyanli/multilingual-e5-large:a06276a89f1a902d5fc225a9ca32b6e8e6292b7f3b136518878da97c458e2bad", { input });
console.log(output)
//=> [[-0.002027130452916026,-0.016385013237595558,-0.02084994...
Learn more