ForestHub SDK 0.1.0
C++14 LLM SDK for PC and embedded platforms
Loading...
Searching...
No Matches
foresthub::rag::QueryRequest Struct Reference

Request parameters for a RAG similarity query. More...

#include <types.hpp>

Public Attributes

std::string collection_id
 ID of the collection to search.
std::string query
 Search query text.
int top_k = 5
 Number of results to return.

Detailed Description

Request parameters for a RAG similarity query.


The documentation for this struct was generated from the following file: