xparse-client 0.2.0__tar.gz → 0.2.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xparse-client
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: 面向Agent和RAG的新一代文档处理 AI Infra
5
5
  License-Expression: MIT
6
6
  Project-URL: Homepage, https://gitlab.intsig.net/xparse1/xparse-pipeline
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "xparse-client"
7
- version = "0.2.0"
7
+ version = "0.2.1"
8
8
  description = "面向Agent和RAG的新一代文档处理 AI Infra"
9
9
  readme = "README.md"
10
10
  license = "MIT"
@@ -6,7 +6,7 @@ logging.basicConfig(
6
6
  encoding='utf-8'
7
7
  )
8
8
 
9
- from .pipeline.config import ParseConfig, ChunkConfig, EmbedConfig, PipelineStats
9
+ from .pipeline.config import ParseConfig, ChunkConfig, EmbedConfig, Stage, PipelineStats, PipelineConfig
10
10
  from .pipeline.sources import Source, S3Source, LocalSource, FtpSource, SmbSource
11
11
  from .pipeline.destinations import Destination, MilvusDestination, LocalDestination, S3Destination
12
12
  from .pipeline.pipeline import Pipeline, create_pipeline_from_config
@@ -15,7 +15,9 @@ __all__ = [
15
15
  'ParseConfig',
16
16
  'ChunkConfig',
17
17
  'EmbedConfig',
18
+ 'Stage',
18
19
  'PipelineStats',
20
+ 'PipelineConfig',
19
21
  'Source',
20
22
  'S3Source',
21
23
  'LocalSource',
@@ -29,4 +31,4 @@ __all__ = [
29
31
  'create_pipeline_from_config',
30
32
  ]
31
33
 
32
- __version__ = '0.2.0'
34
+ __version__ = '0.2.1'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xparse-client
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: 面向Agent和RAG的新一代文档处理 AI Infra
5
5
  License-Expression: MIT
6
6
  Project-URL: Homepage, https://gitlab.intsig.net/xparse1/xparse-pipeline
File without changes
File without changes
File without changes