class Multiwoven::Integrations::Core::VectorSourceConnector

def search(_vector_search_config)

that will be used in RAG workflows
for all vector database sources
This needs to be implemented
def search(_vector_search_config)
  raise "Not implemented"
end