January 2025
Intermediate to advanced
520 pages
16h 46m
English
We use the open source Apache Solr search engine as our default search engine throughout the book for consistency, but all of the algorithms in the codebase are designed to work with a wide variety of search engines and vector databases. To that end, other than cases where engine-specific syntax is required to demonstrate a point, we have implemented search functionality using a generic engine interface that allows you to easily swap in your preferred search engine or vector database. In this appendix, we’ll cover the list of supported engines, how to swap out the default engine, and how the major abstractions (engine and collection) are used throughout the book.
Read now
Unlock full access