-
R2RException: {'message': "Error getting embeddings: litellm.UnsupportedParamsError: Setting {'dimensions': 1024} is not supported by cohere. To drop it from the call, set |
Beta Was this translation helpful? Give feedback.
Answered by
NolanTrem
Feb 18, 2025
Replies: 1 comment
-
You should set dimension equal to 'nan' in your config. I'll try to make this more clear in the docs, anywhere that you would suggest it be added? See the LM Studio implementation section here for an example: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
NolanTrem
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should set dimension equal to 'nan' in your config. I'll try to make this more clear in the docs, anywhere that you would suggest it be added?
See the LM Studio implementation section here for an example:
https://r2r-docs.sciphi.ai/self-hosting/local-rag#local-configuration-details-1