themefinder 0.7.2__py3-none-any.whl → 0.7.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.

Potentially problematic release.


This version of themefinder might be problematic. Click here for more details.

themefinder/core.py CHANGED
@@ -3,7 +3,7 @@ from pathlib import Path
3
3
 
4
4
  import pandas as pd
5
5
  from langchain_core.prompts import PromptTemplate
6
- from langchain.schema.runnable import RunnableWithFallbacks
6
+ from langchain_core.runnables import RunnableWithFallbacks
7
7
 
8
8
  from themefinder.llm_batch_processor import batch_and_run, load_prompt_from_file
9
9
  from themefinder.models import (
@@ -9,7 +9,7 @@ import logging
9
9
  from typing import Dict, List, Any
10
10
 
11
11
  import pandas as pd
12
- from langchain.schema.runnable import Runnable
12
+ from langchain_core.runnables import Runnable
13
13
  from tenacity import (
14
14
  before,
15
15
  before_sleep_log,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: themefinder
3
- Version: 0.7.2
3
+ Version: 0.7.3
4
4
  Summary: A topic modelling Python package designed for analysing one-to-many question-answer data eg free-text survey responses.
5
5
  License: MIT
6
6
  License-File: LICENCE
@@ -1,5 +1,5 @@
1
1
  themefinder/__init__.py,sha256=k3D3TpAvRdcXXZbHc_Lb7DsB53JwoGA0S4Ap5iX7PEw,477
2
- themefinder/core.py,sha256=k-kkfWLz35Z2vyQwp50Cz6rVELq2eRWcHfRKNZGaaQ8,27186
2
+ themefinder/core.py,sha256=kgk39jbKbiWdAtc0nbUPb579Nb5datFQ8WKRC60h1NA,27185
3
3
  themefinder/llm_batch_processor.py,sha256=Z9jm9Kr-6GD8g8kLkgdW97onjUbLLQ2M1YKwok39Q6Y,17652
4
4
  themefinder/models.py,sha256=ZYtx1vvTcrFjhNG6yTej5nnwUcLnWakpS8GW7CmvbJM,13723
5
5
  themefinder/prompts/agentic_theme_clustering.txt,sha256=FuvHD4jjCDBQ1ptTKYg0W9Bpsbwy7VeK1l-NzRoEmNM,2155
@@ -11,9 +11,9 @@ themefinder/prompts/theme_generation.txt,sha256=QRKW7DtcMSb2olT6j5jmdEPcXPMeZgog
11
11
  themefinder/prompts/theme_mapping.txt,sha256=0z6ddfYxRn1Ew4W3Su-16qTbWn2C6J2LMnK7Biu1tno,1621
12
12
  themefinder/prompts/theme_refinement.txt,sha256=JDSYs2sdXqN-Yw9OWjfbmsl9x4Bn1J3oNVSsb_PQ5Ik,2433
13
13
  themefinder/prompts/theme_target_alignment.txt,sha256=g7AVZLiP_xIH010X5SIZyG3q7gA6OBAplPv3xvmstOY,855
14
- themefinder/theme_clustering_agent.py,sha256=L_IOjbfy41V7UE5Vd935KaCMlVOTCpHP2gF1Yl2trY0,13702
14
+ themefinder/theme_clustering_agent.py,sha256=sjXj7pFh85pOKG3CNM1WIviTukL0-PjxMl3jjSKDMi0,13701
15
15
  themefinder/themefinder_logging.py,sha256=n5SUQovEZLC4skEbxicjz_fOGF9mOk3S-Wpj5uXsaL8,314
16
- themefinder-0.7.2.dist-info/METADATA,sha256=dK_IoZkCpuBZqZJYrPIy_x2HfATWCf0dmNh7bX6DOuQ,6748
17
- themefinder-0.7.2.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
18
- themefinder-0.7.2.dist-info/licenses/LICENCE,sha256=C9ULIN0ctF60ZxUWH_hw1H434bDLg49Z-Qzn6BUHgqs,1060
19
- themefinder-0.7.2.dist-info/RECORD,,
16
+ themefinder-0.7.3.dist-info/METADATA,sha256=ozFi3Z4L7GxsKch_54EN7dm2T-24JPMcUOabkRm_R1s,6748
17
+ themefinder-0.7.3.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
18
+ themefinder-0.7.3.dist-info/licenses/LICENCE,sha256=C9ULIN0ctF60ZxUWH_hw1H434bDLg49Z-Qzn6BUHgqs,1060
19
+ themefinder-0.7.3.dist-info/RECORD,,