Skip to content

Commit 122915e

Browse files
committed
TW review: concepts-index
1 parent f60287a commit 122915e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • content/en/docs/marketplace/genai/concepts

content/en/docs/marketplace/genai/concepts/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For example, you can use an LLM to do:
3232
* Develop interactive AI chatbots and virtual assistants that can carry out conversations naturally and engagingly.
3333
* By using text generation models, you can build applications with features such as:
3434

35-
* Draft documents (e.g. content creation: Assist in writing articles, stories, and marketing copy)
35+
* Draft documents (for example, content creation: Assist in writing articles, stories, and marketing copy)
3636
* Write computer code
3737
* Answer questions about a knowledge base or (large) texts
3838
* Analyze texts
@@ -67,7 +67,6 @@ Knowledge bases are often used for:
6767
1. [Retrieval Augmented Generation (RAG)](/appstore/modules/genai/rag/) retrieves relevant knowledge from the knowledge base, incorporates it into a prompt, and sends it to the model to generate a response.
6868
2. Semantic search enables advanced search capabilities by considering the semantic meaning of the text, going beyond exact and approximate matching. It allows the knowledge base to be searched for similar chunks effectively.
6969

70-
7170
### What is an LLM Not?
7271

7372
While LLMs are powerful, they are not without limitations. Remember they are:

0 commit comments

Comments
 (0)