From 7f46afc7ad9bd5148b6a12178d58b1c65c877a7d Mon Sep 17 00:00:00 2001 From: andkret Date: Thu, 28 Nov 2024 11:43:34 +0100 Subject: [PATCH] Minor text fixees --- sections/04-HandsOnCourse.md | 4 ++-- sections/10-Updates.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sections/04-HandsOnCourse.md b/sections/04-HandsOnCourse.md index 0c8d682..796c882 100644 --- a/sections/04-HandsOnCourse.md +++ b/sections/04-HandsOnCourse.md @@ -3,13 +3,13 @@ Data Engineering Course: Building A Data Platform ## Contents -- [GenAI Retrieval Augmented Generation with Ollama and ElasticSearch](04-HandsOnCourse.md#genai-retrieval-augmented-generation-with-ollama-and-elasticsearch) +- [GenAI Retrieval Augmented Generation with Ollama and Elasticsearch](04-HandsOnCourse.md#genai-retrieval-augmented-generation-with-ollama-and-elasticsearch) - [Free Data Engineering Course with AWS, TDengine, Docker and Grafana](04-HandsOnCourse.md#free-data-engineering-course-with-aws-tdengine-docker-and-grafana) - [Monitor your data in dbt & detect quality issues with Elementary](04-HandsOnCourse.md#monitor-your-data-in-dbt-and-detect-quality-issues-with-elementary) - [Solving Engineers 4 Biggest Airflow Problems](04-HandsOnCourse.md#solving-engineers-4-biggest-airflow-problems) - [The best alternative to Airlfow? Mage.ai](04-HandsOnCourse.md#the-best-alternative-to-airlfow?-mage.ai) -## GenAI Retrieval Augmented Generation with Ollama and ElasticSearch +## GenAI Retrieval Augmented Generation with Ollama and Elasticsearch - This how-to is based on this one from Elasticsearch: https://www.elastic.co/search-labs/blog/rag-with-llamaIndex-and-elasticsearch - Instead of Elasticsearch cloud we're going to run everything locally diff --git a/sections/10-Updates.md b/sections/10-Updates.md index a5f536e..57768fa 100644 --- a/sections/10-Updates.md +++ b/sections/10-Updates.md @@ -4,7 +4,7 @@ Updates What's new? Here you can find a list of all the updates with links to the sections - **2024-11-23** - - 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) + - 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) - **2024-11-23**