Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
embed_batch
Method
This is a method of the EmbeddingAgent class in the embedding_agent module.Generate embeddings for multiple texts.
Signature
Parameters
List of texts to embed
Override model for this call **kwargs: Additional provider-specific parameters
Returns
List of embedding vectors
Usage
Uses
embedding
Used By
Source
View on GitHub
praisonaiagents/agent/embedding_agent.py at line 224
