baseUrl
baseUrl: string = "http://localhost:11434"
caller
caller: AsyncCaller
Optional
keepAlive
keepAlive?: string | number
model
model: string = "mxbai-embed-large"
Optional
requestOptions
requestOptions?: Partial<Options>
truncate
truncate: boolean = false
The async caller should be used by subclasses to make any async calls, which will thus benefit from the concurrency and retry logic.