Skip to content
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

Fixing a few additional broken links. #177

Merged
merged 2 commits into from
Oct 3, 2024
Merged

Fixing a few additional broken links. #177

merged 2 commits into from
Oct 3, 2024

Conversation

trentfowlercohere
Copy link
Contributor

@trentfowlercohere trentfowlercohere commented Oct 2, 2024

This PR introduces several changes to the codebase, primarily focusing on updates to the multilingual text understanding model and text classification capabilities.

  • Multilingual Text Understanding Model: The co.detect_language() function is deprecated, and a new model, multilingual-22-12, is introduced. This model enables semantic search within a single language or across multiple languages using a single index, simplifying the process compared to keyword search.
  • Text Classification: The PR updates the documentation for building a text classifier using the Cohere Classify endpoint. It provides a link to the Cohere blog for content moderation with Classify and another link for fine-tuning the model on labeled data.
  • Model Specification: In the co.chat() function, the model parameter is now specified as "command-r-plus-08-2024", ensuring the correct model is used for text generation tasks.

@trentfowlercohere trentfowlercohere requested a review from a team as a code owner October 2, 2024 19:04
Copy link

github-actions bot commented Oct 2, 2024

Copy link

github-actions bot commented Oct 3, 2024

@trentfowlercohere trentfowlercohere merged commit 26a8a33 into main Oct 3, 2024
2 checks passed
@trentfowlercohere trentfowlercohere deleted the fix-typos branch October 3, 2024 16:48
billytrend-cohere pushed a commit that referenced this pull request Dec 19, 2024
agentic rag on mixed tables and text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants