Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

Vector Search Options

Embedded Object Grooper.GPT

Configures semantic (vector-based) search and retrieval-augmented generation (RAG) for a search index.

Remarks

Enables advanced AI-powered search by embedding document content into high-dimensional vectors using a selected language model. This allows for semantic similarity search, natural language question answering, and RAG workflows in Grooper.

Key Features

  • Embeds content using a configurable 'Embeddings Model' for similarity-based querying.
  • Supports 'Use Chunked Index' for breaking large documents into overlapping segments that fit within model context limits.
  • Optionally includes metadata fields in the semantic index via 'Vector Index Metadata' for more granular filtering.

When enabled on an Indexing Behavior, this object allows users to perform semantic search from the Chat Page and other RAG-enabled interfaces. The selected embeddings model determines how text is converted into vectors for storage and similarity comparisons. Vectorized fields are stored as ContentVector and queried using cosine similarity (HNSW algorithm).

Example

For best results, choose an embeddings model that matches your content and language, enable chunking for large documents, and include metadata for advanced filtering.

Properties

NameTypeDescription

Used By

Notification