Skip to content

Commit 2e25e32

Browse files
committed
descriptions
1 parent 31b89e3 commit 2e25e32

31 files changed

+62
-25
lines changed

content/about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Earlier in my career I've been Lead AI Engineer for [Kwal](https://www.kwal.ai/)
1111
I've been NLP Engineer at [deepset](https://www.deepset.ai/), a German startup working on NLP [since "before it was cool"](https://www.deepset.ai/about), where I was the [main contributor](https://github.com/deepset-ai/haystack/graphs/contributors) of [Haystack](https://haystack.deepset.ai/), their open-source framework for building highly customizable, production-ready NLP and LLM applications.
1212
I started my career at [CERN](https://home.cern/), where I had the privilege of driving one [major decision](/publications/tucpr03/) to migrate the graphical interface's software of the accelerator's control systems from Java to PyQt, and then of helping a client department [migrate](/publications/thpv014/) to this stack. I have also worked on other infrastructure and data pipelines, some of which resulted in [publication](/publications/thpv042/).
1313

14-
Outside of work I have too many [pet projects](/projects) to follow up with than the free time I can dedicate to them. I love science fiction and space exploration, I enjoy challenging hikes in nature and learning languages, as much as such process can be enjoyed.
14+
Outside of work I have more [pet projects](/projects) than free time to dedicate to them, just as everyone else; I love science fiction and space exploration, I enjoy hiking and learning languages, as much as such process can be enjoyed.
1515

16-
I speak native Italian and fluent English, but I've also learned French during my time at CERN, I'm studying Hungarian for family reasons, and Portuguese because I currently live there. I still can understand some Russian and I have a very basic understanding of Chinese, both from my teenage and university years.
16+
I speak native Italian and fluent English, but I've also learned French during my time at CERN, I'm studying Hungarian for family reasons, and Portuguese because I currently live there. I still can understand some Russian and I have a very basic understanding of Chinese, both from my teenage and university years.
1717

1818
You can find my latest CV [here](/me/sara_zanzottera_cv.pdf). Check out also my [projects](/projects), my [publications](/publications) and my [talks](/talks). If you prefer newsletters you can find my posts also on [Substack](https://zansara.substack.com/).
1919

content/posts/2021-12-11-dotfiles.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "My Dotfiles"
3+
description: What Linux developer would I be if I didn't also have my very own dotfiles repo?
34
date: 2021-12-11
45
author: "ZanSara"
56
featuredImage: "/posts/2021-12-11-dotfiles/cover.png"

content/posts/2023-09-10-python-verbix-sdk.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "An (unofficial) Python SDK for Verbix"
3+
description: If you need a Python SDK for a verb conjugator, try this one while it's still alive.
34
date: 2023-09-10
45
author: "ZanSara"
56
featuredImage: "/posts/2023-09-10-python-verbix-sdk/cover.png"

content/posts/2023-10-10-haystack-series-intro.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Haystack 2.0: What is it?"
3+
description: December is finally approaching, and with it the release of a Haystack 2.0.
34
date: 2023-10-10
45
author: "ZanSara"
56
series: ["Haystack 2.0 Series"]

content/posts/2023-10-11-haystack-series-why.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Why rewriting Haystack?!"
3+
description: "Before even diving into what Haystack 2.0 is, how it was built, and how it works, let’s spend a few words about the whats and the whys."
34
date: 2023-10-11
45
author: "ZanSara"
56
series: ["Haystack 2.0 Series"]

content/posts/2023-10-15-haystack-series-pipeline.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Haystack's Pipeline - A Deep Dive"
3+
description: What are Haystack's pipelines and how do they work?
34
date: 2023-10-15
45
author: "ZanSara"
56
series: ["Haystack 2.0 Series"]

content/posts/2023-10-26-haystack-series-canals.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "A New Approach to Haystack Pipelines"
3+
description: "Haystack 2.0 comes with a brand new pipeline concept. Let's discover it!"
34
date: 2023-10-26
45
author: "ZanSara"
56
series: ["Haystack 2.0 Series"]

content/posts/2023-10-27-haystack-series-rag.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
22
title: "RAG Pipelines from scratch"
3+
description: "Let's build a simple RAG Pipeline with Haystack 2.0 by just connecting three components: a Retriever, a PromptBuilder and a Generator."
34
date: 2023-10-27
45
author: "ZanSara"
56
series: ["Haystack 2.0 Series"]
67
featuredImage: "/posts/2023-10-27-haystack-series-rag/cover.png"
78
---
89

9-
*Last updated: 18/01/2023 - Read it on the [Haystack Blog](https://haystack.deepset.ai/blog/rag-pipelines-from-scratch).*
10+
*Last updated: 18/01/2024 - Read it on the [Haystack Blog](https://haystack.deepset.ai/blog/rag-pipelines-from-scratch).*
1011

1112
---
1213

content/posts/2023-11-05-haystack-series-minimal-indexing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
22
title: "Indexing data for RAG applications"
3+
description: RAG apps need data to work. Let's see how to pre-process our data to make our Haystack 2.0 RAG pipeline perform even better.
34
date: 2023-11-05
45
author: "ZanSara"
56
series: ["Haystack 2.0 Series"]
67
featuredImage: "/posts/2023-11-05-haystack-series-minimal-indexing/cover.png"
78
---
89

9-
*Last updated: 18/01/2023*
10+
*Last updated: 18/01/2024*
1011

1112
---
1213

content/posts/2023-11-09-haystack-series-simple-web-rag.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
22
title: "The World of Web RAG"
3+
description: What if our RAG application could fetch data directly from the web, live? Let's build this pipeline with Haystack 2.0.
34
date: 2023-11-09
45
author: "ZanSara"
56
series: ["Haystack 2.0 Series"]
67
featuredImage: "/posts/2023-11-09-haystack-series-simple-web-rag/cover.jpeg"
78
---
89

9-
*Last updated: 18/01/2023*
10+
*Last updated: 18/01/2024*
1011

1112
---
1213

0 commit comments

Comments
 (0)