GreenFluxblog.greenflux.us·Sep 6, 2024Talk To Your SpreadSheet: Apps Script + Cohere AIAI can be a huge productivity boost, but it can also become a new bottleneck if it doesn't have existing access to your data. Bouncing back and forth between tabs and pasting sheets data into ChatGPT might solve one problem, but it creates another. I...Discuss·1 like·162 readsllm
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Jul 1, 2024Build an OCI Generative AI Chatbot with PyCharm & RAGNote this blog builds on concepts found in the OCI 2024 Generative AI Professional Certification and Course. I added additional steps to resolve issues I encountered following the guides. This course is fantastic & Oracle offer a free certificationpr...Discuss·2 likes·164 readschatbot
Mathew PregasenforFern Blogblog.buildwithfern.com·Feb 5, 2024From handwritten to generated—Cohere's SDK journeyCohere is one of the leading companies in today’s AI rush. Cohere is known for its Retrieval Augmented Generation (RAG) toolkit that allows LLMs to accurately answer questions and perform tasks. Developers use Cohere’s API to accomplish this—and, oft...Discusssdk
Aazam Thakuralcadeus.hashnode.dev·Feb 2, 2024The Hashnode-PR Github ActionIntroduction 👋🏻 Please update the documentation! Come on it is so tedious! In the modern world of software development, continuous integration and deployment (CI/CD) pipelines have become an integral part of the development process. They automate...Discuss·12 likes·51 readsAPIHackathon
DataOps Labsblog.dataopslabs.com·Dec 10, 2023AWS BedRock - Boto3 Demo - Cohere ModelCohere offers a range of text generation and representation models designed for diverse business applications. The Command model, with 52 billion parameters, excels in tasks such as chat, text generation, and summarization. A lighter version, Command...DiscussAWS Bedrock Learning SeriesAWS
Priti SolankiProcuriousmind.hashnode.dev·Oct 26, 2023Ensuring API_KEY Security in Google Colab NotebooksIn the Cohere Google Colab notebook, you will notice that the API key is hardcoded. # Setup the Cohere client api_key = 'api_key' # Paste your API key here. Remember to not share it publicly co = cohere.Client(api_key) When I saved this on GitHub, I...Discuss·208 readsGoogle Colab
Aniz Bin Nowshadaniz.hashnode.dev·Oct 11, 2023Chatbot developed using RAG enabled chat endpoint from Cohere AII'm a builder at heart. I love reading documentation and getting my hands dirty to create something new. So, when I heard about Cohere's new chat endpoint with built-in RAG functionality, I was excited to give it a try. Cohere AI recently dropped a n...Discuss·423 readsAI / LLMscohereAI
Aniz Bin Nowshadaniz.hashnode.dev·Sep 24, 2023Chatbot with RAG + Memory - Cohere AI, Streamlit, Langchain, QdrantTo be honest, I'm not the type of person who blogs every week, but when I decided to dive into the world of chatbots with Langchain, I encountered some interesting challenges. Most of the content out there seemed to revolve around OpenAI (GPT ) and L...Discuss·2 likes·1.9K readsAI / LLMslangchain