|
ForestHub SDK 0.1.0
C++14 LLM SDK for PC and embedded platforms
|
RemoteRetriever that queries the ForestHub backend via HTTP. More...
#include <memory>#include <string>#include "foresthub/config/config.hpp"#include "foresthub/core/http_client.hpp"#include "foresthub/rag/retriever.hpp"Go to the source code of this file.
Classes | |
| class | foresthub::rag::remote::RemoteRetriever |
| Retriever implementation that queries the ForestHub backend via HTTP. More... | |
Namespaces | |
| namespace | foresthub |
| Top-level namespace for the ForestHub SDK. | |
| namespace | foresthub::rag |
| Retrieval-augmented generation: retriever interface and query types. | |
| namespace | foresthub::rag::remote |
| HTTP-based RAG retriever implementation. | |
RemoteRetriever that queries the ForestHub backend via HTTP.