mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
4 lines
126 B
Python
4 lines
126 B
Python
from open_webui.apps.rag.vector.dbs.chroma import Chroma
|
|
from open_webui.config import VECTOR_DB
|
|
|
|
VECTOR_DB_CLIENT = Chroma()
|