Package-level declarations
Types
A default implementation of the EmbeddingClient.
The default properties for the EmbeddingClient.
The default embedding response.
The default implementation of the VectorSearchClient and VectorSeedClient.
The default properties for the VectorClient.
The default vector document.
An interface for a client that can embed text.
An exception thrown by the EmbeddingClient.
An embedding client which uses the OpenAI API to embed text.
An implementation of the EmbeddingClient that uses OpenAI embeddings.
Data class for the embedding response from the OpenAI API.
Request to embed text using the OpenAI API.
Response from the OpenAI API for embedding text.
Usage class for the embedding response from the OpenAI API.
An implementation of AgentSpecResolver that resolves agent specs using a vector similarity search.
An exception thrown by the VectorClient.
Constants for the VectorRoute.
A client for searching similar vectors.
A class representing a request to the VectorSearchClient.
A class representing a response from the VectorSearchClient.
A client for seeding vectors.
A class representing a request to the VectorSeedClient.