chore: format backend

This commit is contained in:
Timothy Jaeryang Baek
2025-01-19 11:59:07 -08:00
parent a1e33a82f0
commit bdc60e7850
5 changed files with 28 additions and 11 deletions

View File

@@ -6,7 +6,8 @@ from typing import Optional
from open_webui.retrieval.vector.main import VectorItem, SearchResult, GetResult
from open_webui.config import (
MILVUS_URI, MILVUS_DB,
MILVUS_URI,
MILVUS_DB,
)