poma 0.1.2__py3-none-any.whl → 0.1.4__py3-none-any.whl

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.
poma/client.py CHANGED
@@ -87,7 +87,7 @@ class Poma:
87
87
  payload["base_url"] = base_url
88
88
  try:
89
89
  response = self._client.post(
90
- f"{self.base_api_url}/process",
90
+ f"{self.base_api_url}/ingest",
91
91
  data=payload,
92
92
  files={
93
93
  "file": (Path(file_path).name, Path(file_path).read_bytes()),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: poma
3
- Version: 0.1.2
3
+ Version: 0.1.4
4
4
  Summary: Official Python SDK for the Poma document-processing API
5
5
  Author-email: "POMA AI GmbH, Berlin" <sdk@poma-ai.com>
6
6
  License-Expression: MPL-2.0
@@ -1,12 +1,12 @@
1
1
  poma/__init__.py,sha256=SARVBTJw2pkIXR2_OYMPYjB7W335er_2-9j4yhzVTZI,266
2
- poma/client.py,sha256=l4folcs_vkfBoKqLQSPbSq3RnAbBFLKjvrOQ9Obhhvg,14202
2
+ poma/client.py,sha256=HOlNVfSPYzq1RjLVUtIqbObH5QSLRbi7KnbCnBjpUh4,14201
3
3
  poma/exceptions.py,sha256=5d8SdIIRFotKUJJAy9mct2q44oEmAsR15OVEmkLDfkQ,518
4
4
  poma/retrieval.py,sha256=bm68_1QscJXa76sxVuAkcwdeGsvEZaQkrY3-3uUxrIg,6730
5
5
  poma/integrations/__init__.py,sha256=xrrJluggTLtrKs4jLOZUWkFENqWSHSnhCqYQYY51kq0,405
6
6
  poma/integrations/langchain_poma.py,sha256=IL3pWWGCEK_O0JagpnKPFRwKclyNTwPcaTTdKJkYfYY,14608
7
7
  poma/integrations/llamaindex_poma.py,sha256=n3M71QXGVA2RTsUC24ZTt__VHEgsTbIW9BVwEn1Xxbg,14868
8
- poma-0.1.2.dist-info/licenses/LICENSE,sha256=YRzZ4sQOWV3ut0G4LHZJ2hT90shzZufGlXoIx4LWFEo,15254
9
- poma-0.1.2.dist-info/METADATA,sha256=FF7A16NmqxYXmOVC295s7kdHCUSEMxTLlq2CkgCKthI,3079
10
- poma-0.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
11
- poma-0.1.2.dist-info/top_level.txt,sha256=f_3c5Y6SojNnH0iiiE898fIKF6R2LqWyAw-BGi-72YI,5
12
- poma-0.1.2.dist-info/RECORD,,
8
+ poma-0.1.4.dist-info/licenses/LICENSE,sha256=YRzZ4sQOWV3ut0G4LHZJ2hT90shzZufGlXoIx4LWFEo,15254
9
+ poma-0.1.4.dist-info/METADATA,sha256=LBg2pxFEr3zGgMahJS0kQSKAwS003fvMLQfHLpiZsX0,3079
10
+ poma-0.1.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
11
+ poma-0.1.4.dist-info/top_level.txt,sha256=f_3c5Y6SojNnH0iiiE898fIKF6R2LqWyAw-BGi-72YI,5
12
+ poma-0.1.4.dist-info/RECORD,,
File without changes