RestEmbedder: { apiKey?: string; binaryQuantized?: boolean; dimensions?: number; distribution?: Distribution; documentTemplate?: string; documentTemplateMaxBytes?: number; headers?: Record<string, string>; request: Record<string, any>; response: Record<string, any>; source: "rest"; url: string;} Type declaration
Optional
apiKey?: string
Optional
binaryQuantized?: boolean
Optional
dimensions?: number
Optional
documentTemplate?: string
Optional
documentTemplateMaxBytes?: number
Optional
headers?: Record<string, string>
request: Record<string, any>
response: Record<string, any>
source: "rest"
url: string