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
asked a month ago158 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions