PremEmbeddings
class uses the Prem AI API to generate embeddings for a given text.
Setup
In order to use the Prem API you’ll need an API key. You can sign up for a Prem account and create an API key here. You’ll first need to install the@langchain/community
package:
npm
Usage
Related
- Embedding model conceptual guide
- Embedding model how-to guides