Error in Upsert Config
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:
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 i take same a bug To fix: don't using _, - (special characters) for db, table name.
i think its the same problem as this: https://github.com/FlowiseAI/Flowise/issues/3004