|
ForestHub SDK 0.1.0
C++14 LLM SDK for PC and embedded platforms
|
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. | |
Request parameters for a RAG similarity query.