File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
sdks/python/apache_beam/ml/rag/enrichment Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727from typing import Union
2828
2929from 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
3034from pymilvus import AnnSearchRequest
3135from pymilvus import Hit
3236from pymilvus import Hits
3337from pymilvus import MilvusClient
3438from pymilvus import SearchResult
3539
36- from apache_beam .ml .rag .types import Chunk
37- from apache_beam .ml .rag .types import Embedding
38- from apache_beam .transforms .enrichment import EnrichmentSourceHandler
39-
4040
4141class SearchStrategy (Enum ):
4242 """Search strategies for information retrieval.
You can’t perform that action at this time.
0 commit comments