View Source AI.Agent.Embeddings (fnord v0.4.23)
This module provides an agent that generates embeddings for text data.
Summary
Functions
Get embeddings for the given text. The text is split into chunks of 8192 tokens to avoid exceeding the model's input limit. Returns a list of embeddings for each chunk.
Functions
Get embeddings for the given text. The text is split into chunks of 8192 tokens to avoid exceeding the model's input limit. Returns a list of embeddings for each chunk.