Class: Vapi::TrieveKnowledgeBaseSearchPlanSearchType

Inherits:
Object
  • Object
show all
Defined in:
lib/vapi_server_sdk/types/trieve_knowledge_base_search_plan_search_type.rb

Overview

This is the search method used when searching for relevant chunks from the

vector store.

Constant Summary collapse

FULLTEXT =
"fulltext"
SEMANTIC =
"semantic"
HYBRID =
"hybrid"
BM_25 =
"bm25"