i want to do a embedding search with filter on aws Documents db.

0

i want to do a embedding search with filter on aws Documents db. eg

MATCH (u:User {{user_id: 'user'}})-[:Has_chunk]->(n:Text) CALL neptune.algo.vectors.topKByEmbedding( {embedding}, {{ topK: 2, concurrency: 1 }} ) YIELD node, score RETURN n.text, score

lalit
已提問 2 個月前檢視次數 166 次
沒有答案

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南