mirror of
https://github.com/open-webui/open-webui
synced 2024-11-29 07:21:01 +00:00
5 lines
126 B
Python
5 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()
|