-
Notifications
You must be signed in to change notification settings - Fork 114
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
feat: support bedrock embedding models #511
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@jrj5423 is attempting to deploy a commit to the pingcap Team on Vercel. A member of the Team first needs to authorize it. |
| ------------------------------- | ----------------- | ---------- | | ||
| `amazon.titan-embed-text-v2:0` | 1024 | 8192 | | ||
| `amazon.titan-embed-text-v1` | 1536 | 8192 | | ||
| `amazon.titan-embed-g1-text-02` | 1536 | 8192 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems AWS provides more models than these three?
For example cohere:xxxxx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Acknowledged, I have added all other embedding models supported by llama_index into the doc. I haven't tested those cohere models due to API key accessibility though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest to document featured models and add a view more link to provider's document page.
Close #379