From 9d0292e9e1016e518259e409f01de6712dace52e Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 1 Aug 2023 00:42:56 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7946099e..e670d8b6 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ In a nutshell: - 🔈 [Audio to Text](https://localai.io/features/audio-to-text/) (Audio transcription with `whisper.cpp`) - 🎨 [Image generation with stable diffusion](https://localai.io/features/image-generation) - 🔥 [OpenAI functions](https://localai.io/features/openai-functions/) 🆕 + - 🧠 [Embeddings generation for vector databases](https://localai.io/features/embeddings/) - 🏃 Once loaded the first time, it keep models loaded in memory for faster inference - ⚡ Doesn't shell-out, but uses C++ bindings for a faster inference and better performance.