Skip to content

Commit

Permalink
Update sources/platform/integrations/ai/haystack.md
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Olender <[email protected]>
  • Loading branch information
mtrunkat and TC-MO authored Aug 5, 2024
1 parent dcc4698 commit 556964f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/platform/integrations/ai/haystack.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ slug: /integrations/haystack

---

> For more information on Haystack, visit its [documentation](https://docs.haystack.deepset.ai/docs/intro).
[Haystack](https://haystack.deepset.ai/) is an open source framework for building production-ready LLM applications, agents, advanced retrieval-augmented generative pipelines, and state-of-the-art search systems that work intelligently over large document collections. For more information on Haystack, visit its [documentation](https://docs.haystack.deepset.ai/docs/intro).

In this example, we'll use the [Website Content Crawler](https://apify.com/apify/website-content-crawler) Actor, which can deeply crawl websites such as documentation sites, knowledge bases, or blogs, and extract text content from the web pages.
Then, we'll use the `OpenAIDocumentEmbedder` to compute text embeddings and the `InMemoryDocumentStore` to store documents in a temporary in-memory database.
Expand Down

0 comments on commit 556964f

Please sign in to comment.