Skip to content

Commit

Permalink
mionr update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacksonxhx committed Jul 16, 2024
1 parent adf1adb commit 7d83cde
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ def __init__(self, settings: Settings) -> None:

case "milvus":
try:
from llama_index.vector_stores.milvus import MilvusVectorStore # type: ignore
from llama_index.vector_stores.milvus import ( # type: ignore
MilvusVectorStore,
)
except ImportError as e:
raise ImportError(
"Milvus dependencies not found, install with `poetry install --extras vector-stores-milvus`"
Expand Down

0 comments on commit 7d83cde

Please sign in to comment.