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 查看次数
没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则