Skip to content

Commit

Permalink
Add hybrid tutorial (#217)
Browse files Browse the repository at this point in the history
* add tutorial to hybrid retrieval blog post

* fix title and subtitle for SEO

---------

Co-authored-by: izzbizz <[email protected]>
  • Loading branch information
izzbizz and izzbizz authored Oct 17, 2023
1 parent 4db171b commit c5b0033
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions content/blog/hybrid-retrieval/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ Unlike the embedding model used for retrieval, the ranker can only feasibly proc

## Superior search with Haystack

For a hands-on experience with hybrid retrieval, check out this [tutorial from Nicola](https://haystack.deepset.ai/tutorials/26_hybrid_retrieval), one of our community members. Follow along in Colab or in your IDE to see how you can build a hybrid retrieval pipeline in just a few lines of code!

[Haystack](https://github.com/deepset-ai/haystack/tree/main) is the framework of choice for developers looking to build powerful, yet easily customizable natural language search systems that leverage state-of-the-art language models from any source.


Expand Down
4 changes: 2 additions & 2 deletions content/blog/what-is-an-llm/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: blog-post
title: What Is an LLM?
description: An introduction to large language models and how to use them
title: What Is a Large Language Model (LLM)?
description: An introduction to LLMs and how you can use them in your own applications with Haystack
featured_image: thumbnail.png
featured_image_caption: Photo by [Luis Ascenso](https://commons.wikimedia.org/wiki/File:Praia_do_Norte_beach_-_High_waves_-_Nazar%C3%A9_-_Portugal_(27553300758).jpg)
images: ["blog/what-is-an-llm/thumbnail.png"]
Expand Down

1 comment on commit c5b0033

@vercel
Copy link

@vercel vercel bot commented on c5b0033 Oct 17, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.