mirror of
https://gitee.com/dify_ai/dify.git
synced 2024-12-02 19:27:48 +08:00
8 lines
137 B
Python
8 lines
137 B
Python
from core.vector_store.vector_store import VectorStore
|
|
|
|
vector_store = VectorStore()
|
|
|
|
|
|
def init_app(app):
|
|
vector_store.init_app(app)
|