We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 475289f commit ad4cc0cCopy full SHA for ad4cc0c
1 file changed
sdks/python/apache_beam/ml/rag/enrichment/milvus_search.py
@@ -27,16 +27,15 @@
27
from typing import Union
28
29
from google.protobuf.json_format import MessageToDict
30
-
31
-from apache_beam.ml.rag.types import Chunk
32
-from apache_beam.ml.rag.types import Embedding
33
-from apache_beam.transforms.enrichment import EnrichmentSourceHandler
34
from pymilvus import AnnSearchRequest
35
from pymilvus import Hit
36
from pymilvus import Hits
37
from pymilvus import MilvusClient
38
from pymilvus import SearchResult
39
+from apache_beam.ml.rag.types import Chunk
+from apache_beam.ml.rag.types import Embedding
+from apache_beam.transforms.enrichment import EnrichmentSourceHandler
40
41
class SearchStrategy(Enum):
42
"""Search strategies for information retrieval.
0 commit comments