poma 0.1.0__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.0
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
@@ -24,8 +24,6 @@ Requires-Dist: langchain_openai==0.3.28; extra == "integration-examples"
24
24
  Requires-Dist: langchain_community==0.3.27; extra == "integration-examples"
25
25
  Requires-Dist: llama-index-embeddings-langchain==0.4.0; extra == "integration-examples"
26
26
  Requires-Dist: dotenv; extra == "integration-examples"
27
- Provides-Extra: examples
28
- Requires-Dist: dotenv; extra == "examples"
29
27
  Dynamic: license-file
30
28
 
31
29
  ![POMA AI Logo](https://raw.githubusercontent.com/poma-ai/.github/main/assets/POMA_AI_Logo_Pink.svg)
@@ -53,7 +51,7 @@ pip install poma[integration-examples]
53
51
  - **To request a POMA_API_KEY, please contact us at api@poma-ai.com**
54
52
 
55
53
 
56
- ### Example Implementations — all examples, integrations, and additional information can be found in our GitHub repository: [poma-ai/poma](https://github.com/poma-ai/poma)
54
+ ### Example Implementations — all examples, integrations, and additional information can be found in our GitHub repository: [poma-ai/poma](https://github.com/poma-ai/)
57
55
 
58
56
  We provide four example implementations to help you get started with POMA AI:
59
57
  - example.py — A standalone implementation for documents, showing the basic POMA AI workflow with simple keyword-based retrieval
@@ -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.0.dist-info/licenses/LICENSE,sha256=YRzZ4sQOWV3ut0G4LHZJ2hT90shzZufGlXoIx4LWFEo,15254
9
- poma-0.1.0.dist-info/METADATA,sha256=_UxHkGjIOLccTV73nPZKJ6Qmv4zyM0yGA1qxrTsIy8U,3151
10
- poma-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
11
- poma-0.1.0.dist-info/top_level.txt,sha256=f_3c5Y6SojNnH0iiiE898fIKF6R2LqWyAw-BGi-72YI,5
12
- poma-0.1.0.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