Flowise icon indicating copy to clipboard operation
Flowise copied to clipboard

Error in Upsert Config

Open mdlmarkham opened this issue 1 year ago • 2 comments

Describe the bug I have configured a Document Store with a couple of sample PDF files. I have set up a Postgres database in my local lab environment, and I would like to use it for both the vector store and the record manager:

image

When I press "Upsert" I get this error:

_Status: 500 Error: documentStoreServices.insertIntoVectorStore - Error: documentStoreServices._insertIntoVectorStoreWorkerThread - Error: Not implemented.

Am I doing something wrong... or have I found the Daily Double? - Thanks.

mdlmarkham avatar Sep 06 '24 16:09 mdlmarkham

@mdlmarkham i take same a bug To fix: don't using _, - (special characters) for db, table name.

haimojo avatar Sep 09 '24 04:09 haimojo

i think its the same problem as this: https://github.com/FlowiseAI/Flowise/issues/3004

HenryHengZJ avatar Sep 09 '24 19:09 HenryHengZJ