Skip to main content

EmbeddingResult

Defined in the result module.
AI Agent Result from embedding generation. Attributes: embeddings: List of embedding vectors (each is a list of floats) model: The model used for embedding (optional) usage: Token usage information (optional) metadata: Additional metadata (optional)

Properties

List
No description available.
Optional[str]
No description available.
Optional
No description available.
Dict[str, Any]
No description available.

Usage

Source

View on GitHub

praisonaiagents/embedding/result.py at line 13