Embedding
A representation that turns text into a sequence of numbers where semantic closeness becomes measurable.
TL;DR
Numeric vector representation of text used for semantic similarity search.
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)
- Document embedding cost
- 0.1 Kobi(packages/types/src/plan-config.ts → TOKEN_COSTS.DOCUMENT_UPLOAD)
What an embedding vector is for
An embedding model converts text into a fixed-length sequence of numbers. The values mean nothing on their own; their value lies in the fact that similar meanings land close together in that space. "Annual leave request" and "how do I apply for holiday" share no words, yet sit as neighbours in the vector space.
This solves what keyword search cannot. Classic search looks for shared words; embedding-based search looks for shared meaning. In corporate documents the word a user asks with rarely matches the word in the document, which makes the difference decisive.
Why multilingual embedding matters
KobiGPT uses a multilingual embedding model. The practical consequence is that a question asked in Turkish can locate the relevant passage in an English-language document. In SME archives where Turkish and English content sit side by side, that is a common requirement.
The model choice is made once and binds the whole system. Embedding dimensionality is a fixed invariant on both the API and the embedding worker; changing the model requires re-indexing the entire archive. That makes the embedding model one of the hardest decisions to reverse in the architecture.
Cost and scale
Embedding happens once per document and is metered at 0.1 Kobi in KobiGPT. At query time only the question needs embedding; the archive is not reprocessed. That is the source of RAG's cost advantage.
On scale, the limit is the plan tier: the Pro plan covers indexing up to 12500 documents. Because embedding jobs run asynchronously through a queue, uploading hundreds of documents at once does not stall the system — it queues them.
FAQ
What is Embedding in practice?
Numeric vector representation of text used for semantic similarity search.
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.
What happens if the embedding model changes?
The whole archive must be re-indexed; old and new vectors cannot be compared in the same space. That is why the model choice is held as a system-wide invariant.
Does quality drop on Turkish content?
A multilingual model is used, so Turkish is supported and cross-language retrieval is possible.
Comparison
| Feature | KobiGPT | Alternative |
|---|---|---|
| SME focus | Yes | N/A |
| Citations | When using RAG | N/A |
| Glossary depth | Growing | N/A |
| Tools | Interactive | N/A |