EmbeddingsStore.Create(EmbeddingClient) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates in-memory store.
public static Azure.Projects.AI.EmbeddingsStore Create(OpenAI.Embeddings.EmbeddingClient client);
static member Create : OpenAI.Embeddings.EmbeddingClient -> Azure.Projects.AI.EmbeddingsStore
Public Shared Function Create (client As EmbeddingClient) As EmbeddingsStore
Parameters
- client
- OpenAI.Embeddings.EmbeddingClient