Exception: Boxcars::VectorStore::Pgvector::PgvectorNotAvailableError
- Inherits:
-
StandardError
- Object
- StandardError
- Boxcars::VectorStore::Pgvector::PgvectorNotAvailableError
- Defined in:
- lib/boxcars/vector_store/pgvector/search.rb,
lib/boxcars/vector_store/pgvector/build_from_array.rb,
lib/boxcars/vector_store/pgvector/build_from_files.rb,
lib/boxcars/vector_store/pgvector/save_to_database.rb
Instance Method Summary collapse
-
#initialize(message = "The 'pgvector' and 'pg' gems are required. Please add them to your Gemfile.") ⇒ PgvectorNotAvailableError
constructor
A new instance of PgvectorNotAvailableError.
Constructor Details
#initialize(message = "The 'pgvector' and 'pg' gems are required. Please add them to your Gemfile.") ⇒ PgvectorNotAvailableError
Returns a new instance of PgvectorNotAvailableError.
170 171 172 |
# File 'lib/boxcars/vector_store/pgvector/search.rb', line 170 def initialize( = "The 'pgvector' and 'pg' gems are required. Please add them to your Gemfile.") super end |