Skip to content

hugotp-ui/Cohere-on-AWS

 
 

Repository files navigation

Cohere on AWS examples

cohereaws

Welcome to the repository hosting example use of Cohere models on AWS! You will find a few folders within this repository that give various examples. Open a PR if you would like to contribute! 🔀

What's Available

command-model: This folder contains information and resources related to Cohere's command models, which are a type of large language model (LLM) designed to execute commands and perform specific tasks. It may include model architectures, training data, and documentation for developing and deploying command-based models.

embed-model: The embed-model stores resources and documentation for Cohere's embedding models. Embedding models are used to convert text into numerical representations, which can then be used for various natural language processing (NLP) tasks like text similarity, clustering, and more. This folder includes different methods to access the embedding models via AWS Bedrock and SageMaker.

rerank-model: Reranking models are essential for improving the relevance and quality of search results. The rerank-model folder contains resources and code for developing use cases that require improvement of the initial search results.

tool-use: Tool-use is an important aspect of large language models, especially in the context of Cohere's Command models. This folder contains information and resources related to integrating and utilizing external tools within Cohere's models. It could include details on how to connect and interact with various APIs, databases, and other external resources to enhance the capabilities of Cohere's models.

rag-receipes: RAG, or Retrieval-Augmented Generation, is a technique where an LLM is augmented with the ability to retrieve and incorporate external information during the generation process. The rag-receipes folder contains different recipes or configurations for RAG, including various retrieval techniques, document stores, and methods for integrating external knowledge into the model's responses.

workshop: The workshop folder is a central hub for collaborative projects between AWS and Cohere. It includes resources, documentation, and code for ongoing projects, as well as a knowledge base for best practices, guidelines, and tutorials for various AWS+Cohere architectures.

Extra Resources

Cohere cookbooks and training

Cohere has consolidated and created a "cookbook" providing examples of using their models. Cohere's Cookbooks can be found here https://docs.cohere.com/page/cookbooks! This folder represents these cookbooks leveraging Bedrock APIs (Converse and Invoke_Model) to help customers become familiar with Bedrock APIs.

Learn more on Cohere's LLM university

AWS and Cohere blogs

AWS Annoucements

Security

See CONTRIBUTING for more information.

Distributors

  • AWS
  • Cohere

License

This library is licensed under the MIT-0 License. See the LICENSE file.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 97.4%
  • Python 1.4%
  • Other 1.2%