diff --git a/solutions/search.md b/solutions/search.md index e81a91c90..e0050397d 100644 --- a/solutions/search.md +++ b/solutions/search.md @@ -18,6 +18,8 @@ Here are a few common real-world applications: | Use case | Business goals | Technical requirements | | ------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------- | +| **Vector search/hybrid search** | Run nearest neighbour search, combine with text for hybrid results | Dense embeddings, sparse embeddings, combined with text/BM25 | + | **Ecommerce/product catalog search** | Provide fast, relevant, and up-to-date results, faceted navigation | Inventory sync, user behavior tracking, results caching | | **Workplace/knowledge base search** | Search across range of data sources, enforcing permissions | Third-party connectors, document-level security, role mapping | | **Website search** | Deliver relevant, up-to-date results | Web crawling, incremental indexing, query caching |