mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-14 15:25:17 +02:00
optimize qdrant models import
This commit is contained in:
parent
20adbdcf76
commit
5c51007610
1 changed files with 1 additions and 2 deletions
|
|
@ -2,8 +2,7 @@ from dataclasses import dataclass
|
|||
from typing import List
|
||||
|
||||
from qdrant_client import QdrantClient
|
||||
from qdrant_client.http.models import VectorParams
|
||||
from qdrant_client.models import Filter, PointStruct
|
||||
from qdrant_client.models import Filter, PointStruct, VectorParams
|
||||
|
||||
from metagpt.document_store.base_store import BaseStore
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue