-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5276c28
commit eaeaebd
Showing
6 changed files
with
72 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
--- | ||
layout: blog-post | ||
title: Announcing Advent of Haystack 2024 🎄 | ||
description: Join the Festive AI Fun! | ||
featured_image: thumbnail.png | ||
images: ["blog/announcing-advent-2024/thumbnail.png"] | ||
toc: True | ||
date: 2024-12-02 | ||
last_updated: 2024-12-02 | ||
authors: | ||
- Bilge Yucel | ||
tags: ["Community"] | ||
--- | ||
The holidays are here, and so is the 2nd edition of the **Advent of Haystack**! This December, we’re inviting developers, AI enthusiasts, and Haystack users to take part in an unforgettable journey through **Generative AI use cases**. | ||
|
||
From mastering the basics of Haystack to building advanced pipelines and intelligent agents, this year’s Advent of Haystack is packed with challenges that will inspire, educate, and entertain. Whether you’re new to Haystack or a Gen AI pro, there’s something for everyone! | ||
|
||
## What is Advent of Haystack? | ||
|
||
The Advent of Haystack is a festive series of **10 engaging challenges**, inspired by [Advent of Code](https://adventofcode.com/). Every couple of days, a new challenge will be released, designed to help you enhance your AI development skills while showcasing the power of Haystack. | ||
|
||
Each challenge offers a unique task that ranges from solving beginner-friendly problems to tackling advanced AI scenarios. | ||
|
||
Here’s what you can expect: | ||
✨ **Fun Coding Challenges** – Sharpen your skills with exciting AI use cases. | ||
📖 **Festive Stories** – Learn while enjoying holiday-themed tasks. | ||
🏆 **Surprise Prizes** – Win gift cards, Haystack swag, and more! | ||
💡 **Hands-On Learning** – Explore tools like Weaviate Vector Database, AssemblyAI models, NVIDIA’s NGC, Arize Phoenix, and MongoDB Atlas to build real-world applications. | ||
|
||
## Meet Our Amazing Partners | ||
|
||
This year, we’re thrilled to team up with [Weaviate](https://weaviate.io/), [AssemblyAI](https://www.assemblyai.com/), [NVIDIA](https://www.nvidia.com/en-us/ai/), [Arize](https://arize.com/), and [MongoDB](https://www.mongodb.com/)! | ||
|
||
These incredible partners are helping us deliver hands-on learning opportunities with cutting-edge AI tools and platforms. Together, we’re creating an event filled with **fun coding challenges**, **festive stories**, and **exciting prizes**. | ||
|
||
## How to Participate | ||
|
||
1️⃣ **Access the Challenges:** Visit the [Advent of Haystack page](https://haystack.deepset.ai/advent-of-haystack) to get started. | ||
2️⃣ **Solve the Challenge:** Check out the hints and requirements on the challenge page to get started. We've included starter notebooks to make things easier. Got questions? Jump into the conversation on [GitHub Discussions](https://github.com/deepset-ai/haystack/discussions/8579) or [Discord](https://discord.gg/Dr63fr9NDS) | ||
3️⃣ **Submit Your Solution:** Submit your results using the challenge form provided for each challenge | ||
4️⃣ **Win Prizes:** Complete and submit all challenges by December 31 for a chance to win amazing prizes | ||
|
||
## 🫶 Share Your Haystack Story | ||
|
||
This holiday season, share your Haystack journey to inspire others. Whether you’re just starting or have built something remarkable, your story can motivate others to explore the possibilities of building with AI. | ||
|
||
Publish your story on your blog, website, Medium, LinkedIn, or another platform. Share the cheer and earn perks! Learn more [here](https://forms.gle/UMtRDKMq9tVCMuds5). | ||
|
||
## Get Started Today | ||
|
||
The fun starts **TODAY**, so don’t miss out! Whether you’re looking to level up your skills, explore the latest in Generative AI, or just have some holiday-themed coding fun, the Advent of Haystack is for you. | ||
|
||
💙 Join the first challenge: [Fetching Holiday Wisdom for Santa 📖](https://haystack.deepset.ai/advent-of-haystack/day-1) | ||
|
||
Share your progress on social media using the hashtag **#AdventOfHaystack** and tag [@Haystack_AI](https://x.com/Haystack_AI). | ||
|
||
Let’s code, create, and celebrate this holiday season! **Happy Hacking and Happy Holidays! 🎄✨** |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,4 +22,8 @@ | |
transform: translateX(0.25rem); | ||
} | ||
} | ||
|
||
&.green { | ||
background-color: var(--color-green); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -183,6 +183,10 @@ | |
p { | ||
color: var(--color-white); | ||
} | ||
|
||
a { | ||
color: var(--color-green); | ||
} | ||
} | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters