FlowiseAI / Flowise

Drag & drop UI to build your customized LLM flow
https://flowiseai.com
Apache License 2.0
31.71k stars 16.55k forks source link

Flowise: Facing below issue while using Upsert documentStoreServices._insertIntoVectorStoreWorkerThread - AggregateError #3523

Closed santhosh-hu-tfs closed 3 days ago

santhosh-hu-tfs commented 6 days ago

Flowise: Facing below issue when I try to enable Record Manager

Status: 500 Error: documentStoreServices.insertIntoVectorStore - Error: documentStoreServices._insertIntoVectorStoreWorkerThread - AggregateError

image

@ocflowiseai

HenryHengZJ commented 5 days ago

Is your Pinecone Dimension compatible with OpenAI Embedding?

i.e: if you have 1536 on Pinecone, you have to use text-ada-002

embedding 3 large has 3072 dimension. https://openai.com/index/new-embedding-models-and-api-updates/

santhosh-hu-tfs commented 4 days ago

Hi,

I tried using text-embedding-ada-002 but still facing the same issue. Open AI + Pinecone were working fine before configuring the Record Manager but issue started once after adding Postgres Record Manager.

Below is my pinecone configuration

image

And my Open AI embedding configuration.

image

Regards, Santhosh

From: Henry Heng @.> Sent: Saturday, November 16, 2024 1:11 PM To: FlowiseAI/Flowise @.> Cc: Hadikere Umamaheswarappa, Santhosh Kumar @.>; Author @.> Subject: Re: [FlowiseAI/Flowise] Flowise: Facing below issue while using Upsert documentStoreServices._insertIntoVectorStoreWorkerThread - AggregateError (Issue #3523)

CAUTION: This email originated from outside of Thermo Fisher Scientific. If you believe it to be suspicious, report using the Report Phish button in Outlook or send to @.***

Is your Pinecone Dimension compatible with OpenAI Embedding?

i.e: if you have 1536 on Pinecone, you have to use text-ada-002

embedding 3 large has 3072 dimension. https://openai.com/index/new-embedding-models-and-api-updates/https://urldefense.com/v3/__https:/openai.com/index/new-embedding-models-and-api-updates/__;!!HLrAl2XzZ3iCLg!DeMSiSO7MjEZ3UXh_6NsgVvZ8Ff7LuUPvRBmBVi6OsnxDTULQ2-KRT9knWJvamR_-RRvmgiTJIzNpmpuUStLtgrazoUe6tE$

— Reply to this email directly, view it on GitHubhttps://urldefense.com/v3/__https:/github.com/FlowiseAI/Flowise/issues/3523*issuecomment-2480694715__;Iw!!HLrAl2XzZ3iCLg!DeMSiSO7MjEZ3UXh_6NsgVvZ8Ff7LuUPvRBmBVi6OsnxDTULQ2-KRT9knWJvamR_-RRvmgiTJIzNpmpuUStLtgraU0_9oIw$, or unsubscribehttps://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AVVQTOLSVXEEBCSNHI2YS2L2A6DDNAVCNFSM6AAAAABR36PZSCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBQGY4TINZRGU__;!!HLrAl2XzZ3iCLg!DeMSiSO7MjEZ3UXh_6NsgVvZ8Ff7LuUPvRBmBVi6OsnxDTULQ2-KRT9knWJvamR_-RRvmgiTJIzNpmpuUStLtgraeqTTzVo$. You are receiving this because you authored the thread.Message ID: @.**@.>>

santhosh-hu-tfs commented 3 days ago

This is resolved now, the issue was with the incorrect port being used for Record Manager Database. image