This commit is contained in:
Timothy J. Baek
2024-09-28 01:28:45 +02:00
parent e1103305f5
commit 5b7cf88915
16 changed files with 29 additions and 29 deletions

View File

@@ -4,7 +4,7 @@ from chromadb.utils.batch_utils import create_batches
from typing import Optional
from open_webui.apps.rag.vector.main import VectorItem, SearchResult, GetResult
from open_webui.apps.retrieval.vector.main import VectorItem, SearchResult, GetResult
from open_webui.config import (
CHROMA_DATA_PATH,
CHROMA_HTTP_HOST,