pop-python 1.0.2__py3-none-any.whl → 1.0.3__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.
- POP/POP.py +1 -1
- {pop_python-1.0.2.dist-info → pop_python-1.0.3.dist-info}/METADATA +1 -1
- {pop_python-1.0.2.dist-info → pop_python-1.0.3.dist-info}/RECORD +6 -6
- {pop_python-1.0.2.dist-info → pop_python-1.0.3.dist-info}/WHEEL +0 -0
- {pop_python-1.0.2.dist-info → pop_python-1.0.3.dist-info}/licenses/LICENSE +0 -0
- {pop_python-1.0.2.dist-info → pop_python-1.0.3.dist-info}/top_level.txt +0 -0
POP/POP.py
CHANGED
|
@@ -3,7 +3,7 @@ import json
|
|
|
3
3
|
import requests
|
|
4
4
|
from dotenv import load_dotenv
|
|
5
5
|
from os import getenv, path
|
|
6
|
-
from LLMClient import LLMClient, OpenAIClient, GeminiClient, DeepseekClient, LocalPyTorchClient, DoubaoClient, OllamaClient
|
|
6
|
+
from .LLMClient import LLMClient, OpenAIClient, GeminiClient, DeepseekClient, LocalPyTorchClient, DoubaoClient, OllamaClient
|
|
7
7
|
|
|
8
8
|
# Load environment variables
|
|
9
9
|
load_dotenv()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
POP/Embedder.py,sha256=KSqneJNdpkE5_b82AHhpXRXAD9DYt9bads6oMcvDIoM,10165
|
|
2
2
|
POP/LLMClient.py,sha256=gFEDUaLba_G0nlpS9qj-ajDhryDuBDztPPF3qhQG7Vg,15449
|
|
3
|
-
POP/POP.py,sha256=
|
|
3
|
+
POP/POP.py,sha256=b99m3kq298QldMm-Zv09ov2LoJL6n-aG3Z0CRC8dQps,15936
|
|
4
4
|
POP/__init__.py,sha256=aHsN8USyF18G_8Pr3h49SClWywy0y1h5-63u_OSXBQM,429
|
|
5
5
|
POP/prompts/2024-11-19-content_finder.md,sha256=ncMkvL6xUgYDhSXEPGTw5rnYF3b2Gq1nRyAVdaLaNGA,2238
|
|
6
6
|
POP/prompts/2024-11-19-get_content.md,sha256=vQhkGBX5Doj4vsCIfAmGyLwl0f7wHw0TkEJE3wFBdxY,3530
|
|
@@ -19,8 +19,8 @@ POP/prompts/openai-json_schema_generator.md,sha256=5N8D3qm5UPqjZNqLYmDhwlCc1GeYH
|
|
|
19
19
|
POP/prompts/openai-prompt_generator.md,sha256=drMW9fSZUN8ldwNrvc_YsHDiSbwB58jonVSxdgydDro,3645
|
|
20
20
|
POP/schemas/biomedical_ner_extractor.json,sha256=WbWWWypvDdrHLvoFcEaCXa8Mx_FvmKLqUtYs2GWZujQ,929
|
|
21
21
|
POP/schemas/entity_extraction_per_sentence.json,sha256=S9g4pL_LOc36fNM-PA33kRNGEvKQYPe3GpHBrozwbdc,2149
|
|
22
|
-
pop_python-1.0.
|
|
23
|
-
pop_python-1.0.
|
|
24
|
-
pop_python-1.0.
|
|
25
|
-
pop_python-1.0.
|
|
26
|
-
pop_python-1.0.
|
|
22
|
+
pop_python-1.0.3.dist-info/licenses/LICENSE,sha256=zm0TNFsVPrnSK7IDoO504aeYMnO69QrL9IY9P5jRHHg,1064
|
|
23
|
+
pop_python-1.0.3.dist-info/METADATA,sha256=nE8u_YyUZWRFWoGGNh66wj1Nm48WtvAQG9ZSmyEbbiI,7033
|
|
24
|
+
pop_python-1.0.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
25
|
+
pop_python-1.0.3.dist-info/top_level.txt,sha256=n_VDHKZJpAKLhVprDjVofH0AgoRlb1y_uO3aRHNmNyo,4
|
|
26
|
+
pop_python-1.0.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|