Class: Langfuse::Types::EmbeddingAttributes

Inherits:
GenerationAttributes show all
Defined in:
lib/langfuse/types.rb

Overview

Attributes for Langfuse embedding observations

Embeddings are specialized observations for tracking embedding generation calls. They extend GenerationAttributes to include all generation-specific fields.

Instance Attribute Summary

Attributes inherited from GenerationAttributes

#completion_start_time, #cost_details, #model, #model_parameters, #prompt, #usage_details

Attributes inherited from SpanAttributes

#environment, #input, #level, #metadata, #output, #status_message, #version

Method Summary

Methods inherited from GenerationAttributes

#initialize, #to_h

Methods inherited from SpanAttributes

#initialize, #to_h

Constructor Details

This class inherits a constructor from Langfuse::Types::GenerationAttributes