Skip to content

Commit

Permalink
pydata
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanSara committed Nov 26, 2024
1 parent fbf4d5c commit ce50d0f
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 6 deletions.
1 change: 1 addition & 0 deletions content/projects/ebisu-flashcards.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ date: 2021-06-01
author: "ZanSara"
featuredImage: "/projects/ebisu-flashcards.png"
externalLink: https://github.com/ebisu-flashcards
draft: true
---
10 changes: 10 additions & 0 deletions content/projects/haystack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Haystack"
description: A stable, powerful and flexible LLM framework written in Python for RAG and Agent application
date: 2023-12-31
featuredImage: "/projects/haystack-2.0.png"
---

[Haystack](https://haystack.deepset.ai/) is an [open-source](https://github.com/deepset-ai/haystack) end-to-end framework that allows you to build applications powered by LLMs, Transformer models, vector search and more. Whether you want to perform retrieval-augmented generation (RAG), document search, question answering, or build agent-based workflows, Haystack can orchestrate state-of-the-art embedding models and LLMs into pipelines to build end-to-end NLP applications and solve your use case. Haystack has also an active [Discord](https://discord.com/invite/xYvH6drSmA) community you can join to learn more about the framework and get help if you face problems.

In early 2024 Haystack published a [major release (2.0)](https://haystack.deepset.ai/release-notes/2.0.0), which was a full redesign of the framework. During my time at [deepset](https://www.deepset.ai/) leading this redesign has been one of my major accomplishments.
14 changes: 14 additions & 0 deletions content/projects/intentional.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "Intentional"
description: Easy to control, multimodal chatbots that scale.
date: 2024-12-01
featuredImage: "/projects/intentional.png"
---

[Intentional](https://github.com/intentional-ai/intentional/) is an open-source framework to build reliable chatbots that actually do what you expect from them.

Pure LLM-based chatbots are very hard to control: when a lot of very specific instructions are pushed into their system prompt, their performance will get worse and worse the more instructions you add. These bots will work very well on small demos, but don't scale to real use cases, where you may need the bot to follow a very specific set of workflows depending on the situation it find itself in, without improvising.

Intentional introduces a new way of prompting the LLM in a way that gives the developer full control on the conversation at scale while retaining the smooth conversational skills of the LLM.

Intentional is still in its very early stages: [get in touch](https://github.com/intentional-ai/intentional/issues) if you want to give any feedback or contribute!
7 changes: 7 additions & 0 deletions content/talks/2024-12-03-pydata-global-voice-bots.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "PyData Global: Building LLM Voice Bots with Open Source Tools"
date: 2024-12-03
author: "ZanSara"
featuredImage: "/talks/2024-12-03-pydata-global-voice-bots.png"
externalLink: https://global2024.pydata.org/cfp/talk/T3YDBP/
---
Binary file modified static/projects/haystack-2.0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/projects/intentional.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 1 addition & 5 deletions themes/hugo-coder/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@
{{ .Site.Params.since }} -
{{ end }}
{{ now.Year }}
{{ with .Site.Params.author }} {{ . }} {{ end }}
<a href="/">Sara Zan</a>
·
{{ if (and .Site.Params.license) }}
{{ i18n "licensed_under" }} {{ .Site.Params.license | safeHTML }}
·
{{ end }}
{{ i18n "powered_by" }} <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
{{ if (and .Site.Params.commit .GitInfo) }}
[<a href="{{ .Site.Params.commit }}/{{ .GitInfo.Hash }}" target="_blank" rel="noopener">{{ .GitInfo.AbbreviatedHash }}</a>]
Expand Down
2 changes: 1 addition & 1 deletion themes/hugo-coder/layouts/partials/share.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{{ $title := .Title }}
{{ $url := printf "%s" .Permalink | absLangURL }}
<div id="sharing" style="font-style: italic; display: flex; gap: 5px; align-items: center;">
<p>Share on: </p>
<p>Share this post on: </p>
<a href="https://twitter.com/intent/post?{{ $title }}, by @zansara_dev=test&url={{ $url }}" aria-label="share on Twitter">
<div style="height:40px;width:40px;background:#ffffff;padding:5px;border-radius: 3px;">{{ partial "assets/twitter-x.svg" }}</div>
</a>
Expand Down

0 comments on commit ce50d0f

Please sign in to comment.