Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The apoc.vectordb.*.get/query procedures should search for nodes/relationships with mapping config #4090

Closed
vga91 opened this issue May 28, 2024 · 0 comments

Comments

@vga91
Copy link
Collaborator

vga91 commented May 28, 2024

For example the following procedure should return for a node (:Test {myId: '<metadata foo result returned by qdrant API>'}):

CALL apoc.vectordb.qdrant.query($hostOrKey, 'test_collection',
    [0.2, 0.1, 0.9, 0.7],
    {},
    5, 
    { mapping: {
            nodeLabel: "Test", 
            entityKey: "myId", 
            metadataKey: "foo" 
        }
    })
vga91 added a commit that referenced this issue May 29, 2024
vga91 added a commit that referenced this issue May 29, 2024
vga91 added a commit that referenced this issue May 29, 2024
@vga91 vga91 changed the title The apoc.vectordb.*.query procedures should search for nodes/relationships with mapping config The apoc.vectordb.*.get/query procedures should search for nodes/relationships with mapping config May 29, 2024
vga91 added a commit that referenced this issue May 29, 2024
…or nodes/relationships with mapping config
vga91 added a commit that referenced this issue May 29, 2024
…or nodes/relationships with mapping config
vga91 added a commit that referenced this issue May 29, 2024
…or nodes/relationships with mapping config
vga91 added a commit that referenced this issue May 29, 2024
…or nodes/relationships with mapping config
vga91 added a commit that referenced this issue May 29, 2024
…or nodes/relationships with mapping config (#4092)

* Fixes #4090: The apoc.vectordb.*.get/query procedures should search for nodes/relationships with mapping config

* changed create mode from boolean to enum
vga91 added a commit that referenced this issue May 29, 2024
…or nodes/relationships with mapping config (#4096)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done (to cherry-pick)
Development

No branches or pull requests

2 participants