From d8634618812e910b7b1741cdc988f7057c3806c1 Mon Sep 17 00:00:00 2001 From: andkret Date: Thu, 28 Nov 2024 11:44:22 +0100 Subject: [PATCH] Added correct date --- sections/10-Updates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/10-Updates.md b/sections/10-Updates.md index 57768fa..ec1eba6 100644 --- a/sections/10-Updates.md +++ b/sections/10-Updates.md @@ -3,7 +3,7 @@ Updates What's new? Here you can find a list of all the updates with links to the sections -- **2024-11-23** +- **2024-11-28** - Prepared a GenAI RAG example project that you can run on your own computer without internet. It uses Ollama with Mistral model and Elasticsearch. Working on a way of creating embeddings from pdf files and inserting them into Elsaticsearch for queries [click here](04-HandsOnCourse.md#genai-retrieval-augmented-generation-with-ollama-and-elasticsearch)