Semantic search
Finding relevant passages by meaning and semantic proximity rather than keyword matching alone.
TL;DR
Search by meaning via embeddings rather than keywords only.
Quick facts
- Category
- AI & knowledge management
- Product tie-in
- KobiGPT RAG platform
- Related
- See compare and tools pages
- Locale
- TR and EN site
Why teams choose KobiGPT
- Understand terms before evaluating vendors.
- Link concepts to KobiGPT features (RAG, Kobi Kredi).
- Share glossary links with procurement and legal.
- Explore assistant use cases next.
Product facts
- Ücretsiz plan
- 100 doküman · 2 departman · 120 Kobi/ay(PLAN_CONFIG)
- Starter
- 1000 doküman · 5 departman · 1000 Kobi/ay(PLAN_CONFIG)
- Pro
- 12500 doküman · 25 departman · 12500 Kobi/ay(PLAN_CONFIG)
- Embedding model
- intfloat/multilingual-e5-large(packages/types/src/kobi-billing.ts → OPENROUTER_EMBED_MODEL)
How semantic search works
Semantic search turns questions and document passages into embedding vectors. Texts that are close in that vector space can share a topic or intent even when they do not use the same words.
A question about an annual-leave request can miss a document that calls the process a holiday application if search only matches words. Semantic retrieval uses contextual proximity to locate the related procedure.
The difference from lexical search
Keyword search quickly ranks exact or weighted terms and is strong for names, identifiers, and codes. Semantic search can improve recall when the question uses synonyms or a different phrasing.
The best result need not come from one method alone. KobiGPT’s hybrid Qdrant collection combines a dense embedding signal with a sparse lexical signal, bringing meaning and exact-term strengths together.
How to judge results
A retrieval score is a ranking signal, not proof. The top passage may be close to the question but miss a critical exception; read the source text and check its freshness before accepting the answer.
Clear headings, short sections, and correct department scope make retrieval easier. A large pile of unrelated files can bury the advantage of semantic search in noise.
Applying How semantic search works in a controlled workflow
A useful way to evaluate semantic-search is to follow one real question from the source document to the final answer. Record which file was selected, what context reached the model, and what a reviewer would need to verify. This turns a definition into an operational check and makes the result comparable across teams.
The same check should include ownership and change management. Decide who updates the relevant documents, how an outdated result is reported, and which access boundary applies. KobiGPT can provide the assistant and the cited document context, but the organisation still owns the source material, permissions, and the decision made from the answer.
FAQ
What is Semantic in practice?
Search by meaning via embeddings rather than keywords only.
Does KobiGPT use this?
See product docs and feature pages for implementation details.
More reading?
Visit our blog and FAQ.
Accuracy disclaimer?
Educational content; verify for compliance decisions.
Does semantic search replace keyword search?
No. Lexical signals are strong for codes and proper names; hybrid retrieval can use both.
Will two sentences with the same meaning return the same result?
Not guaranteed. The embedding model, context, and archive affect retrieval, so inspect the cited passage.
Comparison
| Feature | KobiGPT | Alternative |
|---|---|---|
| SME focus | Yes | N/A |
| Citations | When using RAG | N/A |
| Glossary depth | Growing | N/A |
| Tools | Interactive | N/A |