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
posta 2 mesi fa166 visualizzazioni
Nessuna risposta

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande