From e8d32e8c90956947f2702cb65dcffc89397cc436 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 12 May 2024 03:53:28 +0900 Subject: [PATCH] docs: update README.md integarions -> integrations --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5eddeebc6..8be7314b9 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ ## đź”—Integrations & Examples -There are integarions for the following libraries, making it easier to develop your APP. Integrations for semantic-kernel and kernel-memory are developed in LLamaSharp repository, while others are developed in their own repositories. +There are integrations for the following libraries, making it easier to develop your APP. Integrations for semantic-kernel and kernel-memory are developed in LLamaSharp repository, while others are developed in their own repositories. - [semantic-kernel](https://github.com/microsoft/semantic-kernel): an SDK that integrates LLM like OpenAI, Azure OpenAI, and Hugging Face. - [kernel-memory](https://github.com/microsoft/kernel-memory): a multi-modal AI Service specialized in the efficient indexing of datasets through custom continuous data hybrid pipelines, with support for RAG ([Retrieval Augmented Generation](https://en.wikipedia.org/wiki/Prompt_engineering#Retrieval-augmented_generation)), synthetic memory, prompt engineering, and custom semantic memory processing.