mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
vector_store_config.get_all() always includes a "dimension" key, so forwarding it via **config into VectorIndexer(dimension=dimension, **config) raised "got multiple values for keyword argument 'dimension'" any time the default index-creation path ran with the default config — including `semantica embed index`, which is exactly the second half of the #994 quick-start pipeline this PR fixes.