Skip to main content

GraphFragments.h File

Public Graph fragments for GenAI / LLiMa stages. More...

Included Headers

#include "genai/GenAIOptions.h" #include "pipeline/Graph.h" #include <memory> #include <string>

Namespaces Index

namespacesimaai
namespaceneat
namespacegenai
namespacegraphs

Description

Public Graph fragments for GenAI / LLiMa stages.

File Listing

The file content with the documentation metadata removed is:

1
5#pragma once
6
8#include "pipeline/Graph.h"
9
10#include <memory>
11#include <string>
12
13namespace simaai::neat::genai {
14
15class ASRModel;
16class VisionLanguageModel;
17
18namespace graphs {
19
21Graph VisionLanguage(std::shared_ptr<VisionLanguageModel> model, VisionLanguageOptions options = {},
22 std::string name = "vision_language");
23
25Graph SpeechTranscriber(std::shared_ptr<ASRModel> model, SpeechTranscriberOptions options = {},
26 std::string name = "speech_transcriber");
27
28} // namespace graphs
29} // namespace simaai::neat::genai

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.