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

Update RAG docs with vector db examples #4091

Closed
vga91 opened this issue May 28, 2024 · 0 comments · Fixed by #4272
Closed

Update RAG docs with vector db examples #4091

vga91 opened this issue May 28, 2024 · 0 comments · Fixed by #4272

Comments

@vga91
Copy link
Collaborator

vga91 commented May 28, 2024

Update docs (and add some tests) with something like the below one, i.e. to add examples to interface with vector db, when the issue #3971 will be merged

CALL apoc.vectordb.qdrant.query($host, $collection, [0.2, 0.1, 0.9, 0.7], {}, 5, $conf) YIELD node 
collect(node) as paths
WITH paths
CALL apoc.ml.rag(paths, [], $question, $conf) YIELD value
RETURN value
...
@vga91 vga91 moved this to Todo in APOC Extended Larus May 28, 2024
@vga91 vga91 moved this from Todo to In Progress in APOC Extended Larus Jun 26, 2024
@vga91 vga91 moved this from In Progress to Review in APOC Extended Larus Jun 27, 2024
gmarcostam pushed a commit to gmarcostam/neo4j-apoc-procedures that referenced this issue Jul 3, 2024
@github-project-automation github-project-automation bot moved this from Review to Done (to cherry-pick) in APOC Extended Larus Jul 4, 2024
vga91 added a commit that referenced this issue Dec 6, 2024
…4272)

* [NOID] Fixes #4091: Update RAG docs with vector db examples (#4116)

* [NOID] test fixes
@vga91 vga91 moved this from Done (check if cherry-pick) to Done in APOC Extended Larus Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
2 participants