Document
type represents text-based content that can be processed, embedded, and retrieved by the GenAI system.
DocumentChunk
type represents segments of a document that are processed and embedded individually for more precise retrieval.
Embedding
type represents vector representations of text that capture semantic meaning.
PromptTemplate
type represents reusable templates for generating prompts for LLMs.
ChatSession
type represents a conversation between a user and the GenAI system.
ChatMessage
type represents individual messages in a chat session.
LLMModel
type represents a large language model configuration.