VisionLanguage.h File
Graph node factory for GenAI text and vision-language generation. More...
Included Headers
#include <cstdint>
#include <memory>
#include <string>
Namespaces Index
| namespace | simaai |
| namespace | neat |
| namespace | graph |
| namespace | genai |
| namespace | nodes |
Classes Index
| struct | VisionLanguageOptions |
Description
Graph node factory for GenAI text and vision-language generation.
File Listing
The file content with the documentation metadata removed is:
11namespace simaai::neat::graph {
15namespace simaai::neat::genai {
21struct VisionLanguageOptions {
22 std::string system_prompt;
23 std::uint32_t max_new_tokens = 0;
25 bool encode_images_on_input = true;
28std::shared_ptr<graph::Node> VisionLanguage(std::shared_ptr<VisionLanguageModel> model,
29 VisionLanguageOptions options = {},
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.