Omlouváme se, informace na této stránce jsou k dispozici pouze anglicky. Použít překladač Přepnout do angličtiny


Semantic Search on the Web


The goal was to improve the accuracy of search results on a website providing access to a wide range of educational content, including paid videos. Traditional full-text search had limitations—it couldn’t understand query meaning and required exact phrasing. We focused on building user-friendly semantic search that lets users ask questions in natural language while still receiving the most relevant results.

Example of website semantic search in natural language

We redesigned the search to work based on meaning rather than wording. Into a vector database, we integrated not only video transcripts but also full website content, which is regularly processed by a custom crawler. That crawler is part of the app and after every page update sends content via REST API and Cron to a Linux-based machine, where it’s ready for AI semantic queries.

Diagram of semantic search system with crawler, API and Linux backend

The user types in any natural language query. A Python script calls the semantic model (LaBSE), which returns semantically similar results. The system supports multilingual queries and detects the language, correctly sorting results even from mixed-language datasets. We selected technology that fully supports Czech including diacritics.

Used technologies

Zaujalo Vás toto řešení?
Kontaktujte nás se svými požadavky a my jej přizpůsobíme přesně Vašim potřebám.

Call us Volejte
nám

+420 608 301 880

Obvykle jsme dostupní v pracovní dny mezi 8. a 18. hodinou

Pokud budete volat z viditelného čísla a nedovoláte se, zavoláme vám zpátky

Let us call you Voláme
zpět

Vyplněním a odesláním tohoto formuláře udělujete 24U s.r.o., IČ: 26152584, se sídlem Zvole u Prahy, Skochovická 88, PSČ 252 45, zapsané v obchodním rejstříku vedeném Městským soudem v Praze, oddíl C, vložka 74920 souhlas s využitím Vašich osobních údajů, které jsou obsaženy ve formuláři, k zasílání obchodních sdělení o nabídkách a novinkách 24U s.r.o. Poskytnutí osobních údajů je dobrovolné. Svůj souhlas můžete kdykoli odvolat. Podrobnosti o nakládání s Vašimi osobními údaji a Vašich právech s tím souvisejících jsou obsaženy v zásadách zpracovávání a ochrany osobních údajů.

Loader Image