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
I have searched both the documentation and discord for an answer.
Question
Hi,
I noticed an additional attribute in the metadata column (node_content), being generated and store together with the metadata.
From what I understand this attribute is used during search for simplicity purposes.
Could this be moved outside the metadata column to avoid storing duplicate data.
We are updating the metadata from our ORM framework, which requires updating the embedded object as well, can the update happen from the store directly without having to delete and regenerate the embedding?