mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
Initial commit
This commit is contained in:
7
api/extensions/ext_vector_store.py
Normal file
7
api/extensions/ext_vector_store.py
Normal file
@ -0,0 +1,7 @@
|
||||
from core.vector_store.vector_store import VectorStore
|
||||
|
||||
vector_store = VectorStore()
|
||||
|
||||
|
||||
def init_app(app):
|
||||
vector_store.init_app(app)
|
||||
Reference in New Issue
Block a user