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

A single document chunk returned from a RAG query. More...

#include <types.hpp>

Public Attributes

std::string chunk_id
 Unique identifier of the chunk.
std::string document_id
 ID of the source document.
std::string content
 Text content of the chunk.
double score = 0.0
 Similarity score (higher = more relevant).

Detailed Description

A single document chunk returned from a RAG query.


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