-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create 2024-07-27-apache-solr-neural-search-tutorial.md (#117)
Apache Solr neural search tutorial post
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
content/pages/blogposts/2024-07-27-apache-solr-neural-search-tutorial.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Title: Apache Solr Neural Search Tutorial | ||
category: solr/blogposts | ||
summary: In this blog post, we show in practice how you can use Apache Solr to index and search vectors and then run a full end-to-end neural search. Written by Ilaria Petreti, Information Retrieval/Machine Learning Engineer at Sease. | ||
slug: apache-solr-neural-search-tutorial | ||
URL: blogposts/apache-solr-neural-search-tutorial.html | ||
save_as: blogposts/apache-solr-neural-search-tutorial.html | ||
|
||
# Apache Solr Neural Search Tutorial | ||
|
||
In this blog post, we will explore Sease's Neural Search contribution to Apache Solr, providing a detailed description of what is already available through an end-to-end tutorial. | ||
The purpose of this post is not to go into implementation details but to show in practice how you can use this new Apache Solr feature to index and search vectors and then run a full end-to-end neural search. | ||
Through practical examples we will see how: | ||
|
||
- Apache Solr implementation works, with the new field type and query parser introduced | ||
- To generate vectors from text and integrate large language models with Apache Solr | ||
- To run KNN queries (with and without filters) and how to use them for reranking | ||
|
||
Learn how you can start using neural search in Apache Solr today - the complete post can be read here: [Apache Solr Neural Search Tutorial](https://sease.io/2023/01/apache-solr-neural-search-tutorial.html) |