Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Agent example to quickstart page #428

Open
julian-risch opened this issue Mar 27, 2025 · 0 comments
Open

Add Agent example to quickstart page #428

julian-risch opened this issue Mar 27, 2025 · 0 comments

Comments

@julian-risch
Copy link
Member

With Agents directly available in Haystack 2.12, we should add an Agent example to the quick start page on the Haystack website by updating the following file: https://github.com/deepset-ai/haystack-home/blob/main/content/overview/quick-start.md

We should align the publication of the updated page with the release of Haystack 2.12 around April 1st and I see it as a high priority issue

In addition I suggest to:

  • Split the "Basic RAG pipeline with indexing" under "Build Your First RAG Pipeline" into two because the lines of code look more than necessary.
  • We can also put the URL into an extra line of code url = "https://archive.org/stream/leonardodavinci00brocrich/leonardodavinci00brocrich_djvu.txt"
  • Replace the text converter with a MultiFileConverter maybe? Means that once people try with a non-txt file they get an error about installing another dependency but that might be okay? We can discuss. We would need to update the pipeline graphs too then.
  • The import from haystack.components.builders import PromptBuilder is wrong and it needs to be replaced with from haystack.components.builders import ChatPromptBuilder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant