Skip to content

Commit

Permalink
add data pipeline in the main
Browse files Browse the repository at this point in the history
  • Loading branch information
liyin2015 committed Dec 5, 2024
1 parent 2cc4196 commit 4e58f9a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions adalflow/adalflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@
BedrockAPIClient,
)

# data pipeline
from adalflow.components.data_process.text_splitter import TextSplitter
from adalflow.components.data_process.data_components import ToEmbeddings

__all__ = [
"Component",
"fun_to_component",
Expand Down Expand Up @@ -102,6 +106,9 @@
"JsonOutputParser",
"ListOutputParser",
"DataClassParser",
# Data Pipeline
"TextSplitter",
"ToEmbeddings",
# Types
"GeneratorOutput",
"EmbedderOutput",
Expand Down

0 comments on commit 4e58f9a

Please sign in to comment.