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 am using embedjs in an app where users are supposed to upload and interact with their files. In order to do that I have to add an id and a userId as metadata to each point in qDrant.
I customised the original loader to do just that but that forces me to do a lot of weird things like initialising the ragAppClient.setVectorDb in each method I use to persist these. Is there a way to add custom metadata for qdrant points that the query method could take as params and therefore filters?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I am using embedjs in an app where users are supposed to upload and interact with their files. In order to do that I have to add an id and a userId as metadata to each point in qDrant.
I customised the original loader to do just that but that forces me to do a lot of weird things like initialising the ragAppClient.setVectorDb in each method I use to persist these. Is there a way to add custom metadata for qdrant points that the query method could take as params and therefore filters?
Thank you very much, I hope I am making sense!
Beta Was this translation helpful? Give feedback.
All reactions