Back to Typesense

Semantic + Hybrid Search on HackerNews Comments

docs-site/content/guide/reference-implementations/hn-comments-semantic-hybrid-search.md

latest1.1 KB
Original Source

Semantic + Hybrid Search on HackerNews Comments

This site indexes around 300K comments from HackerNews and let's you browse and search semantically and based on keywords and filter and facet the results.

Live Demo | Source Code

Key Highlights

  • Here's how to enable the built-in embedding generation feature of Typesense.
  • Here's how to use remote embedding services like OpenAI, PaLM API and Vertex AI API to generate embeddings from within Typesense.
  • Here's how to configure Instantsearch.js to do semantic / keyword / hybrid searches.