Hi. Queries don’t do insertions. You can have payload in the document metadata when inserting.
If this was not the response you were looking for, could you clarify your use case?
Thanks, it absolutely clarifies ! So, while inserting the Payload, you also set the filters inside the Payload.
While searching for a document, you should then create an additional node based on code to filter the payload after the query to Qdrant.
I guess it would be better to add some filter variables directly to select more accurately what you are looking into Qdrant…?
I suppose a json would like in Collection filter would be ok ? Maybe multiple JSON to prepare bigger results from different perspective. Then, variables into some (don’t know what use case it would open yet, but sounds fun )
Hi @Anush. Would you please provide a screenshot example of adding “payload” (additional text information along with vectors) when inserting documents in the Qdrant node? All I see is “Collection Config” under Options.
The context of “payload” in this case is text metadata that gets store along with a point in the Qdrant vector DB.
Based on the earlier part of this thread, it looks like there is currently not a way to add variables to filter by the metadata in the “Retrieve Documents” mode. I understand that better now.
However, The documentation mentions that “Metadata Filter” is available in the “Get Many” mode. Do you know where to enter in the metadata for filtering? Do I put it in the “Prompt”? Or does everything in the prompt get embedded for vector search only, bypassing the metadata? It would be helpful to understand how to utilize everything described in the documentation. Thanks again.