Sha256: f47451049023a5075b2816edb3bb39e1dee89a615f63d008fbd4eedcd82c5b58
Contents?: true
Size: 601 Bytes
Versions: 79
Compression:
Stored size: 601 Bytes
Contents
=begin #Carbon #Connect external data to LLMs, no matter the source. The version of the OpenAPI document: 1.0.0 =end require 'spec_helper' require 'json' require 'date' # Unit tests for Carbon::EmbeddingsAndChunksOrderByColumns describe Carbon::EmbeddingsAndChunksOrderByColumns do let(:instance) { Carbon::EmbeddingsAndChunksOrderByColumns.new } describe 'test an instance of EmbeddingsAndChunksOrderByColumns' do it 'should create an instance of EmbeddingsAndChunksOrderByColumns' do expect(instance).to be_instance_of(Carbon::EmbeddingsAndChunksOrderByColumns) end end end
Version data entries
79 entries across 79 versions & 1 rubygems