embeddings-js
Version:
A NodeJS RAG framework to easily work with LLMs and custom datasets
17 lines (11 loc) • 484 B
Markdown
# EmbedJS
<a href="https://www.npmjs.com/package/@llm-tools/embedjs" target="_blank">
<img alt="License" src="https://img.shields.io/npm/l/%40llm-tools%2Fembedjs">
</a>
</p>
This package has been permanent moved to [`@llm-tools/embedJs`](https://www.npmjs.com/package/@llm-tools/embedjs). New releases will not be published here. Sorry for the inconvinience this may cause.
## Installation
You can install the latest library via NPM or Yarn
```bash
npm i @llm-tools/embedjs
```