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 post about Web Retrieval #242

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add post about Web Retrieval #242

wants to merge 2 commits into from

Conversation

ZanSara
Copy link
Contributor

@ZanSara ZanSara commented Nov 10, 2023

The thumbnail is from Wikipedia, copyright free. Let me know if and how I should provide attribution.

Copy link

vercel bot commented Nov 10, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
haystack-home ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 22, 2023 10:38am


# Searching the Web

As we've seen [earlier](#), a Haystack RAG Pipeline is made of three components: a Retriever, a PromptBuilder, and a Generator, and looks like this:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was linking to a post that we haven't published here yet. LMK what to point it to.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just remove the first bit omi, Start with 'A Haystack RAG pipeline...'


# Processing the page

In a [previous post](#), we've seen how Haystack can convert web pages into clean Documents ready to be stored in a Document Store. We will reuse many of the components we have discussed there, so if you missed it, make sure to check it out.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was linking to a post that we haven't published here yet. LMK what to point it to.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again, same as previous comment, we will probably publish this first so we can remove this line?

@ZanSara ZanSara marked this pull request as ready for review November 10, 2023 15:03
Copy link
Contributor

@TuanaCelik TuanaCelik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added some comments, @bilgeyucel might have more. Also, do we have to change the headers to h2? Not sure.

tags: ["Haystack 2.0"]
---

In an earlier post of the Haystack 2.0 series, we've seen how to build RAG and indexing pipelines. An application that uses these two pipelines is practical if you have an extensive, private collection of documents and need to perform RAG on such data only. However, in many cases, you may want to get data from the Internet: from news outlets, documentation pages, and so on.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would rephrase because we will probably post this before the others: "An application that uses these two pipelines is practical if you have an extensive, private collection of documents and need to perform RAG on such data only. One pipeline to index documents to your own, private document store (dubbed an indexing pipeline), and another to query it with a language model (the querying pipeline). However,..."


# Searching the Web

As we've seen [earlier](#), a Haystack RAG Pipeline is made of three components: a Retriever, a PromptBuilder, and a Generator, and looks like this:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just remove the first bit omi, Start with 'A Haystack RAG pipeline...'


# Processing the page

In a [previous post](#), we've seen how Haystack can convert web pages into clean Documents ready to be stored in a Document Store. We will reuse many of the components we have discussed there, so if you missed it, make sure to check it out.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again, same as previous comment, we will probably publish this first so we can remove this line?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants