You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
As Flowise Postgres VectorStore node uses TypeORMVectorStore, it doesn't deals with 0x00 characters from documents, leading to au postgres insert error.
It also enforce content column name to be pageContent (while PGVectorStore default is text, but allows to change it)
Describe the bug
As Flowise Postgres VectorStore node uses TypeORMVectorStore, it doesn't deals with 0x00 characters from documents, leading to au postgres insert error.
It also enforce content column name to be
pageContent
(while PGVectorStore default istext
, but allows to change it)To Reproduce
Steps to reproduce the behavior:
Expected behavior
The text was updated successfully, but these errors were encountered: