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

Cohere llm api: Retrieval Augmented Generation (RAG) #553

Open
1 task
irthomasthomas opened this issue Feb 18, 2024 · 0 comments
Open
1 task

Cohere llm api: Retrieval Augmented Generation (RAG) #553

irthomasthomas opened this issue Feb 18, 2024 · 0 comments
Labels
AI-Agents Autonomous AI agents using LLMs AI-Chatbots Topics related to advanced chatbot platforms integrating multiple AI models ai-platform model hosts and APIs Algorithms Sorting, Learning or Classifying. All algorithms go here. code-generation code generation models and tools like copilot and aider RAG Retrieval Augmented Generation for LLMs Research personal research notes for a topic

Comments

@irthomasthomas
Copy link
Owner

Retrieval Augmented Generation (RAG)

Retrieval Augmented Generation (RAG) is a method for generating text using additional information fetched from an external data source. Providing relevant documents to the model can greatly increase the accuracy of the response. The Chat API in combination with the Command model makes it easy to generate text that is grounded on supplementary information.

For example, the code snippet below will produce an answer to "Where do the tallest penguins live?" along with inline citations based on the provided documents.

More about Retrieval Augmented Generation (RAG)

Suggested labels

{'label-name': 'text-generation-method', 'label-description': 'Method for generating text using external information', 'confidence': 54.99}

@irthomasthomas irthomasthomas added Algorithms Sorting, Learning or Classifying. All algorithms go here. chat-templates llm prompt templates for chat models code-generation code generation models and tools like copilot and aider New-Label Choose this option if the existing labels are insufficient to describe the content accurately RAG Retrieval Augmented Generation for LLMs Research personal research notes for a topic AI-Agents Autonomous AI agents using LLMs ai-platform model hosts and APIs AI-Chatbots Topics related to advanced chatbot platforms integrating multiple AI models and removed New-Label Choose this option if the existing labels are insufficient to describe the content accurately chat-templates llm prompt templates for chat models labels Feb 18, 2024
@irthomasthomas irthomasthomas changed the title Retrieval Augmented Generation (RAG) Cohere llm api: Retrieval Augmented Generation (RAG) Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AI-Agents Autonomous AI agents using LLMs AI-Chatbots Topics related to advanced chatbot platforms integrating multiple AI models ai-platform model hosts and APIs Algorithms Sorting, Learning or Classifying. All algorithms go here. code-generation code generation models and tools like copilot and aider RAG Retrieval Augmented Generation for LLMs Research personal research notes for a topic
Projects
None yet
Development

No branches or pull requests

1 participant