Class: Rogalik::Configuration::VectorStore

Inherits:
BaseConfig
  • Object
show all
Defined in:
lib/rogalik/configuration.rb

Overview

Configuration for the vector store backend.

Examples:

config.vector_store.adapter = :pgvector
config.vector_store.options = { connection_string: "postgres://..." }

Method Summary

Methods inherited from BaseConfig

#initialize, #inspect, #method_missing, #respond_to_missing?, #to_h, #to_json, #to_s

Constructor Details

This class inherits a constructor from Rogalik::Configuration::BaseConfig

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Rogalik::Configuration::BaseConfig