AiSatoshiBasilisk

Results 1 comments of AiSatoshiBasilisk

[packages/components/nodes/embeddings/GoogleGenerativeAIEmbedding/GoogleGenerativeAIEmbedding.ts] I would guess the proper code is something like this // ... existing code ... async listModels(): Promise { const models = await getModels(MODEL_TYPE.EMBEDDING, 'googleGenerativeAiEmbeddings') // Add the new...