Semantic Document Search
This example proves how easy it is to replace complex search infrastructure (like Elasticsearch or Algolia) with Jabrod’s native vector search capabilities.Architecture
Traditional search engines match keywords. Semantic search understands intent.SDK Implementation
The core of this example is thequeryBuilder, which provides a fluent API for searching knowledge bases.
1. Ingesting Content
We upload purely text content. Jabrod automatically splits this into searchable segments.2. Searching
Instead of complex query DSLs, we just pass the natural language query.3. Displaying Results
The results contain the content snippet and the relevance score (0-1).Why it’s better
- No synonyms needed: “Billing” matches “Payment” automatically.
- No infrastructure: No vector DB to manage.
- Fast setup: Literal drag-and-drop of text.
