Module: Rogalik::Plugins::Core::VectorStoreMethods
- Defined in:
- lib/rogalik/plugins/core/vector_store_methods.rb
Overview
Instance methods mixed into Rogalik::Pipeline::VectorStore.
Instance Method Summary collapse
-
#add_documents ⇒ void
Persists embedded documents to the vector store.
Instance Method Details
#add_documents ⇒ void
This method returns an undefined value.
Persists embedded documents to the vector store.
11 12 13 |
# File 'lib/rogalik/plugins/core/vector_store_methods.rb', line 11 def add_documents print("VectorStore...") end |