Skip to content

Glossary

TermDefinition
ChunkDocument segment. During ingestion, each document is split into chunks for more precise search.
FavoriteAn answer deemed particularly useful by a user, which can be shared with all users after administrator validation.
IngestionThe process of importing and processing a document: text extraction, splitting into chunks, embedding creation and indexing.
OCROptical Character Recognition. Extracts text from images or scanned PDFs.
RAGRetrieval Augmented Generation. A technique combining document search and AI text generation to produce reliable, sourced answers.
Deep searchSearch mode using reranking to reorder results by relevance, at the cost of slightly longer processing time.
Hybrid searchSearch mode combining semantic search (by meaning) and keyword search for complementary results.
Re-ingestionReprocessing a document already in the base. Useful after a document update or to improve chunking.
RerankingTechnique of reordering search results using an AI model to improve relevance.
SourceReference to the specific document and passage used to generate an answer. Allows information verification.
Product UniverseGrouping of documents by product range or theme. Allows targeting searches to a specific scope.
VLMVision Language Model. An AI model capable of analyzing and describing image content in documents.
WidgetAn embeddable version of the RAGFab chat, designed to be inserted into external applications (intranet, portals, etc.).