ForestHub SDK 0.1.0
C++14 LLM SDK for PC and embedded platforms
Loading...
Searching...
No Matches
retriever.hpp File Reference

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.

Detailed Description

RemoteRetriever that queries the ForestHub backend via HTTP.