-
Notifications
You must be signed in to change notification settings - Fork 15
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
Feedback fixes round 1 #333
Conversation
🌿 Preview your docs: https://cohere-preview-027cf779-8c2e-4886-b679-c5642af1daf1.docs.buildwithfern.com |
🌿 Preview your docs: https://cohere-preview-a241880f-d9f4-477d-8577-1c9588e4a485.docs.buildwithfern.com |
🌿 Preview your docs: https://cohere-preview-9bf6c349-f427-4b02-a0b3-5b31de49ff33.docs.buildwithfern.com |
🌿 Preview your docs: https://cohere-preview-53ed7ccc-51a2-4d48-97b9-ffb180bbc40b.docs.buildwithfern.com |
🌿 Preview your docs: https://cohere-preview-4eed777e-6a43-458e-a4fd-912c1ac9751e.docs.buildwithfern.com |
Co-authored-by: billytrend-cohere <[email protected]> Signed-off-by: trentfowlercohere <[email protected]>
Signed-off-by: trentfowlercohere <[email protected]>
🌿 Preview your docs: https://cohere-preview-6ff21901-dcdb-4a9d-bdd0-d02fbc41c118.docs.buildwithfern.com |
This PR introduces several changes to the documentation of Cohere's models and their applications. The updates aim to provide a more comprehensive and accurate overview of the models' capabilities and usage.
rerank-v3.5
andrerank-v3.0
models, specifying that these models consider both the query and the document when calculating against the context length limit. It also clarifies that the query can account for up to half of the full context length, and if it exceeds 2048 tokens, it will be truncated to that length, leaving the remaining space for the document(s).prompt_truncation
parameter of the Chat API, which automatically breaks up documents into smaller chunks, reranks them based on relevance, and drops the least relevant documents to stay within the model's context length limit.