Skip to content

Commit

Permalink
Sections copied from master to documentation branch!
Browse files Browse the repository at this point in the history
  • Loading branch information
andkret committed Nov 28, 2024
1 parent d3ea5a5 commit 0b0de2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/04-HandsOnCourse.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/10-Updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down

0 comments on commit 0b0de2e

Please sign in to comment.