-
Notifications
You must be signed in to change notification settings - Fork 494
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
Sending empty batch to OpenAI returns 400 #4156
Labels
Comments
vga91
pushed a commit
that referenced
this issue
Nov 15, 2024
vga91
pushed a commit
that referenced
this issue
Nov 15, 2024
vga91
added a commit
that referenced
this issue
Nov 15, 2024
vga91
added a commit
that referenced
this issue
Nov 29, 2024
RobertoSannino
pushed a commit
that referenced
this issue
Dec 6, 2024
vga91
added a commit
that referenced
this issue
Dec 10, 2024
vga91
added a commit
that referenced
this issue
Dec 10, 2024
vga91
added a commit
that referenced
this issue
Dec 10, 2024
github-project-automation
bot
moved this from Review
to Done (check if cherry-pick)
in APOC Extended Larus
Dec 11, 2024
vga91
added a commit
that referenced
this issue
Dec 18, 2024
vga91
added a commit
that referenced
this issue
Dec 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior (Mandatory)
We're asking the DB to add embeddings to all nodes that don't have
p.embeddings
yet. That way, we don't recompute embeddings. However if they all have embeddings, the API still gets called once with an empty batch. That feels undesired since the API then returns a 400. Now we did bend the Neo4J setup a bit to actually explicitly fail when there's errors (before it would just fail sometimes and continue which meant we got partial embeddings) but IMO the way this DB should work isActual Behavior (Mandatory)
How to Reproduce the Problem
Screenshots (where it's possibile)
Specifications (Mandatory)
Currently used versions
Versions
The text was updated successfully, but these errors were encountered: