-
Notifications
You must be signed in to change notification settings - Fork 503
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
[DOC] Update Cohere Connector documentation (v3 and PQ guidance) #6648
Comments
Cohere embed blueprint (v2 and v3): |
Thanks, @dylan-tong-aws and @ylwu-amzn ! Is this connected to a release? |
This part is not for 2.13 release. It's just a doc for released feature. |
Addresses #1 in #6648 Signed-off-by: Heather Halter <[email protected]>
This PR addresses the first item above: #6671 |
* Updates Cohere connector info in connectors.md Addresses #1 in #6648 Signed-off-by: Heather Halter <[email protected]> * Added link to github Signed-off-by: Heather Halter <[email protected]> * Update _ml-commons-plugin/remote-models/connectors.md Co-authored-by: Yaliang Wu <[email protected]> Signed-off-by: Heather Halter <[email protected]> * Fixed link formatting Signed-off-by: Heather Halter <[email protected]> * Update _ml-commons-plugin/remote-models/connectors.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Heather Halter <[email protected]> --------- Signed-off-by: Heather Halter <[email protected]> Co-authored-by: Yaliang Wu <[email protected]> Co-authored-by: kolchfa-aws <[email protected]>
* Updates Cohere connector info in connectors.md Addresses #1 in #6648 Signed-off-by: Heather Halter <[email protected]> * Added link to github Signed-off-by: Heather Halter <[email protected]> * Update _ml-commons-plugin/remote-models/connectors.md Co-authored-by: Yaliang Wu <[email protected]> Signed-off-by: Heather Halter <[email protected]> * Fixed link formatting Signed-off-by: Heather Halter <[email protected]> * Update _ml-commons-plugin/remote-models/connectors.md Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Heather Halter <[email protected]> --------- Signed-off-by: Heather Halter <[email protected]> Co-authored-by: Yaliang Wu <[email protected]> Co-authored-by: kolchfa-aws <[email protected]> (cherry picked from commit a772802) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Updates Cohere connector info in connectors.md Addresses #1 in #6648 * Added link to github * Update _ml-commons-plugin/remote-models/connectors.md * Fixed link formatting * Update _ml-commons-plugin/remote-models/connectors.md --------- (cherry picked from commit a772802) Signed-off-by: Heather Halter <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Yaliang Wu <[email protected]> Co-authored-by: kolchfa-aws <[email protected]>
The first item is merged. I'm working with jmazane on the second item. |
@jmazanec15 - Did we address #2 above? |
What do you want to do?
Tell us about your request. Provide a summary of the request and all versions that are affected.
Update the Cohere connector documentation:
https://opensearch.org/docs/latest/ml-commons-plugin/remote-models/connectors/#cohere-connector
Update the blueprint to use the latest version for cohere embed v3. Please work with @ylwu-amzn to obtain the latest blueprint. I can't find it in Github, and there are no examples in the documentation.
Add a section for PQ support guidance:
Cohere embed v3 has been tuned for IVF PQ index support (https://opensearch.org/docs/latest/search-plugins/knn/knn-index/#supported-faiss-encoders). The following default parameters should work well:
code_size=8
Cohere recommend m=256 (for a 16x compression) or m=128 (for a 32x compression).
As similarity_metric, cohere has tested and tuned the model inner product
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
The text was updated successfully, but these errors were encountered: