NebiusEmbedder
can be used to embed text data into vectors using the Nebius AI Studio API. Nebius uses the OpenAI API specification, so the NebiusEmbedder
class is similar to the OpenAIEmbedder
class, incorporating adjustments to ensure compatibility with the Nebius platform. Get your key from here.
Usage
nebius_embedder.py
Params
For a full list of parameters, see the Nebius Embedder reference.Developer Resources
- View Cookbook