Skip to content

Commit

Permalink
add demos section
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanSara committed Nov 28, 2024
1 parent ce50d0f commit 035fc91
Show file tree
Hide file tree
Showing 10 changed files with 61 additions and 3 deletions.
10 changes: 7 additions & 3 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,18 @@ style = "github-dark"
weight = 3
url = "projects/"
[[menu.main]]
name = "Publications"
name = "Demos"
weight = 4
url = "demos/"
[[menu.main]]
name = "Publications"
weight = 5
url = "publications/"
[[menu.main]]
name = "Talks"
weight = 5
weight = 6
url = "talks/"
[[menu.main]]
name = "Stats"
weight = 6
weight = 7
url = "https://zansaradev.goatcounter.com"
6 changes: 6 additions & 0 deletions content/demos/2023-10-07-multimodal-retriever.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Multimodal Retriever: a live coding demo"
date: 2023-10-07
author: "ZanSara"
externalLink: https://gist.github.com/ZanSara/9e8557830cc866fcf43a2c5623688c74
---
6 changes: 6 additions & 0 deletions content/demos/2023-10-25-haystack-2.0-rag-pipelines.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Haystack 2.0: RAG Pipelines"
date: 2023-10-25
author: "ZanSara"
externalLink: https://gist.github.com/ZanSara/5975901eea972c126f8e1c2341686dfb
---
6 changes: 6 additions & 0 deletions content/demos/2023-10-27-rag-pipelines-from-scratch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Haystack 2.0: RAG Pipelines from scratch"
date: 2023-10-27
author: "ZanSara"
externalLink: https://gist.github.com/ZanSara/0af1c2ac6c71d0a723c179cc6ec1ac41
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Haystack 2.0: Indexing data for RAG applications"
date: 2023-11-05
author: "ZanSara"
externalLink: https://gist.github.com/ZanSara/ba7efd241c61ccfd12ed48195e23bb34
---
6 changes: 6 additions & 0 deletions content/demos/2023-11-09-the-world-of-web-rag.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Haystack 2.0: The World of Web RAG"
date: 2023-11-09
author: "ZanSara"
externalLink: https://gist.github.com/ZanSara/0907a8f3ae19f62998cc061ed6e8ce53
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Optimizing LLMs with Retrieval Augmented Generation and Haystack 2.0"
date: 2023-12-15
author: "ZanSara"
externalLink: https://gist.github.com/ZanSara/6075d418c1494e780f7098db32bc6cf6
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Controlling LLM Translations of Invariant Elements with RAG"
date: 2024-09-18
author: "ZanSara"
externalLink: https://colab.research.google.com/drive/1VMgK3DcVny_zTtAG_V3QSSdfSFBWAgmb?usp=sharing
---
6 changes: 6 additions & 0 deletions content/demos/2024-10-01-who-has-the-best-rag.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Who has the best RAG?"
date: 2024-10-01
author: "ZanSara"
externalLink: https://colab.research.google.com/drive/11aOq-43wEWhSlxtkdXEAwPEarC0IQ3eN?usp=sharing
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "How to Build a Reliable Voice Bot"
date: 2024-10-29
author: "ZanSara"
externalLink: https://colab.research.google.com/drive/1CUX7JRYMU1MEJBZ6lWMg5EThPew19Zjs?usp=sharing
---

0 comments on commit 035fc91

Please sign in to comment.