Class EmbeddingsService
Inheritance
EmbeddingsService
Assembly: Glitch9.AIDevKit.Provider.Ollama.dll
Syntax
public class EmbeddingsService : CrudServiceBase<OllamaClient>, ICrudService
Constructors
|
Edit this page
View Source
EmbeddingsService(OllamaClient)
Declaration
public EmbeddingsService(OllamaClient client)
Parameters
Methods
|
Edit this page
View Source
CreateAsync(EmbedRequest, RequestOptions)
Declaration
public UniTask<EmbedResponse> CreateAsync(EmbedRequest request, RequestOptions options = null)
Parameters
Returns
Implements
Extension Methods