Sha256: e7945a5cd0f882d7e25d9e2d0f02b0e31082f017dd3db14d33245f1cb4650f38
Contents?: true
Size: 302 Bytes
Versions: 1
Compression:
Stored size: 302 Bytes
Contents
# frozen_string_literal: true # Boxcars is a framework for running a series of tools to get an answer to a question. module Boxcars # For Boxcars that use an engine to do their work. class VectorSearch < Boxcar Error = Class.new(StandardError) end end require "boxcars/boxcar/vector_store"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
boxcars-0.2.10 | lib/boxcars/boxcar/vector_search.rb |