baseUrl
baseUrl: string = "http://localhost:11434"
caller
caller: AsyncCaller
keepAlive
keepAlive: string | number = "5m"
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.