Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
Didier Durand committed Feb 24, 2024
1 parent 7633f7f commit 3eabde3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,16 @@ like jq, sed, awk, etc.
Amazon Q is a fully managed, generative-AI powered assistant that can be configured to answer questions,
provide summaries, generate content, and complete tasks based on data in your enterprise. Amazon Q
provides immediate and relevant information to its users, and helps streamline tasks and
accelerate problem solving.
accelerate problem-solving.

An Amazon Q application relies on a corpus of documents to build its specific Q index. This corpus of documents is
stored in one or more document repositories (S3, Jira, Quip, etc.) called Q data sources. The answers to user questions
by the assistant will be prepared through the leverage of RAG technology.

[Retrieval-Augmented Generation](https://www.promptingguide.ai/techniques/rag)(RAG) is a natural language processing (NLP) technique. It is composed of a
language model-based system, usually a [Large Language Model](https://en.wikipedia.org/wiki/Large_language_model) (LLM), that accesses external knowledge sources
to complete tasks. This enables more factual consistency, improves reliability of the generated responses, and helps
to mitigate the problem of "hallucinations".

### Security

Expand Down

0 comments on commit 3eabde3

Please sign in to comment.