-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Bug]: Dimension of Ollama embedding is 1536 while the expected dimension is 4096 #2356
Comments
Hey @binhaoIsUsed, nice to see you back! Diving into another challenge, I see? Let's crack this one together. The error you're encountering is likely due to a mismatch between the vector dimensions expected by the The To resolve this issue, you need to ensure that the vectors generated by the
Unfortunately, without more information about the specific implementation of the Sources
|
Yeah sorry about that the seeding of the database makes it so it only accepts OpenAI. Could you delete all lines in the brain_vectors table on localhost:54323 ? And try again the procedure ? |
Would like to fix this bug.... |
Please go ahead :)
…On Sun, Mar 17, 2024 at 22:42:11, Mirza Ismail Baig < ***@***.*** > wrote:
Would like to fix this bug....
—
Reply to this email directly, view it on GitHub (
#2356 (comment) ) , or
unsubscribe (
https://github.com/notifications/unsubscribe-auth/AEVUW3B7QR2XPQFQNFNFHV3YYZ5DHAVCNFSM6AAAAABE2BK4ISVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBSHE3TEMJSHE
).
You are receiving this because you commented. Message ID: <QuivrHQ/quivr/issues/2356/2002972129
@ github. com>
|
Add a brain but getting this error even though the brains_vector table is empty |
here #2486 (comment) you can find about schema adjusting. fix for model properties #2690 |
Thanks for your contributions, we'll be closing this issue as it has gone stale. Feel free to reopen if you'd like to continue the discussion. |
What happened?
When I'm going to chat with newly created brain via Ollama, get an error on "different vector dimensions". The expected dimension of embedding query is 4096. (chatgpt3.5-turbo-0125 is OK.)
Relevant log output
Twitter / LinkedIn details
No response
The text was updated successfully, but these errors were encountered: