You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ext_vector_store.py 137B

1234567
  1. from core.vector_store.vector_store import VectorStore
  2. vector_store = VectorStore()
  3. def init_app(app):
  4. vector_store.init_app(app)