diff --git a/README.md b/README.md index a45e13fb1e4a..f91b9ca555ff 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,8 @@ chaining, [intelligent planning](docs/PLANNERS.md) capabilities out of the box. -![image](https://user-images.githubusercontent.com/371009/221739773-cf43522f-c1e4-42f2-b73d-5ba84e21febb.png) - Semantic Kernel supports and encapsulates several design patterns from the latest -in AI research, such that developers can infuse their applications with complex -[skills](docs/SKILLS.md) like [prompt](docs/PROMPT_TEMPLATE_LANGUAGE.md) +in AI research, such that developers can infuse their applications with [plugins](https://learn.microsoft.com/semantic-kernel/howto/) like [prompt](docs/PROMPT_TEMPLATE_LANGUAGE.md) chaining, recursive reasoning, summarization, zero/few-shot learning, contextual memory, long-term memory, [embeddings](docs/EMBEDDINGS.md), semantic indexing, [planning](docs/PLANNERS.md), retrieval-augmented generation and accessing external @@ -87,7 +84,7 @@ Follow the links for more information and instructions about running these apps. | | | | ----------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | -| [Simple chat summary](samples/apps/chat-summary-webapp-react/README.md) | Use ready-to-use skills and get those skills into your app easily. | +| [Simple chat summary](samples/apps/chat-summary-webapp-react/README.md) | Use ready-to-use plugins and get plugins into your app easily. | | [Book creator](samples/apps/book-creator-webapp-react/README.md) | Use planner to deconstruct a complex goal and envision using the planner in your app. | | [Authentication and APIs](samples/apps/auth-api-webapp-react/README.md) | Use a basic connector pattern to authenticate and connect to an API and imagine integrating external data into your app's LLM AI. | | [GitHub repository Q&A](samples/apps/github-qna-webapp-react/README.md) | Use embeddings and memory to store recent data and allow you to query against it. |