rag.store ========= Backward-compatibility re-export shim. The VectorStore class now lives in :mod:`ffai.rag.stores.chroma`. This module re-exports it under the old name so that existing imports continue to work. .. automodule:: ffai.rag.store :members: :undoc-members: :show-inheritance: