Updated default embedder
This commit is contained in:
@@ -10,6 +10,8 @@ export type AbortablePromise<T> = Promise<T> & {
|
||||
export type AiOptions = {
|
||||
/** Path to models */
|
||||
path?: string;
|
||||
/** Embedding model */
|
||||
embedder?: string; // all-MiniLM-L6-v2, bge-small-en-v1.5, bge-large-en-v1.5
|
||||
/** Large language models, first is default */
|
||||
llm?: Omit<LLMRequest, 'model'> & {
|
||||
models: {[model: string]: AnthropicConfig | OllamaConfig | OpenAiConfig};
|
||||
|
||||
Reference in New Issue
Block a user