mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-08 16:10:09 +00:00
update
This commit is contained in:
@@ -17,5 +17,7 @@ export type EmbeddingModelOption = {
|
||||
export type EmbeddingModel = {
|
||||
id: string
|
||||
dimension: number
|
||||
supportsBatch: boolean
|
||||
getEmbedding: (text: string) => Promise<number[]>
|
||||
getBatchEmbeddings: (texts: string[]) => Promise<number[][]>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user