xparse-client 0.2.6__tar.gz → 0.2.7__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.6
3
+ Version: 0.2.7
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.6"
7
+ version = "0.2.7"
8
8
  description = "面向Agent和RAG的新一代文档处理 AI Infra"
9
9
  readme = "README.md"
10
10
  license = "MIT"
@@ -228,7 +228,6 @@ class Pipeline:
228
228
  print(f" → 读取文件...")
229
229
  file_bytes, data_source = self.source.read_file(file_path)
230
230
  data_source = data_source or {}
231
- print(f" data_source: {data_source}")
232
231
  # 转换为毫秒时间戳字符串
233
232
  timestamp_ms = int(datetime.now(timezone.utc).timestamp() * 1000)
234
233
  data_source['date_processed'] = str(timestamp_ms)
@@ -103,7 +103,6 @@ class S3Source(Source):
103
103
  params['Delimiter'] = '/'
104
104
 
105
105
  for page in paginator.paginate(**params):
106
- print(page)
107
106
  if 'Contents' in page:
108
107
  for obj in page['Contents']:
109
108
  key = obj['Key']
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xparse-client
3
- Version: 0.2.6
3
+ Version: 0.2.7
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