themefinder 0.7.2__tar.gz → 0.7.3__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.
Potentially problematic release.
This version of themefinder might be problematic. Click here for more details.
- {themefinder-0.7.2 → themefinder-0.7.3}/PKG-INFO +1 -1
- {themefinder-0.7.2 → themefinder-0.7.3}/pyproject.toml +1 -1
- {themefinder-0.7.2 → themefinder-0.7.3}/src/themefinder/core.py +1 -1
- {themefinder-0.7.2 → themefinder-0.7.3}/src/themefinder/theme_clustering_agent.py +1 -1
- {themefinder-0.7.2 → themefinder-0.7.3}/LICENCE +0 -0
- {themefinder-0.7.2 → themefinder-0.7.3}/README.md +0 -0
- {themefinder-0.7.2 → themefinder-0.7.3}/src/themefinder/__init__.py +0 -0
- {themefinder-0.7.2 → themefinder-0.7.3}/src/themefinder/llm_batch_processor.py +0 -0
- {themefinder-0.7.2 → themefinder-0.7.3}/src/themefinder/models.py +0 -0
- {themefinder-0.7.2 → themefinder-0.7.3}/src/themefinder/prompts/agentic_theme_clustering.txt +0 -0
- {themefinder-0.7.2 → themefinder-0.7.3}/src/themefinder/prompts/consultation_system_prompt.txt +0 -0
- {themefinder-0.7.2 → themefinder-0.7.3}/src/themefinder/prompts/detail_detection.txt +0 -0
- {themefinder-0.7.2 → themefinder-0.7.3}/src/themefinder/prompts/sentiment_analysis.txt +0 -0
- {themefinder-0.7.2 → themefinder-0.7.3}/src/themefinder/prompts/theme_condensation.txt +0 -0
- {themefinder-0.7.2 → themefinder-0.7.3}/src/themefinder/prompts/theme_generation.txt +0 -0
- {themefinder-0.7.2 → themefinder-0.7.3}/src/themefinder/prompts/theme_mapping.txt +0 -0
- {themefinder-0.7.2 → themefinder-0.7.3}/src/themefinder/prompts/theme_refinement.txt +0 -0
- {themefinder-0.7.2 → themefinder-0.7.3}/src/themefinder/prompts/theme_target_alignment.txt +0 -0
- {themefinder-0.7.2 → themefinder-0.7.3}/src/themefinder/themefinder_logging.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "themefinder"
|
|
3
|
-
version = "0.7.
|
|
3
|
+
version = "0.7.3"
|
|
4
4
|
description = "A topic modelling Python package designed for analysing one-to-many question-answer data eg free-text survey responses."
|
|
5
5
|
authors = ["i.AI <packages@cabinetoffice.gov.uk>"]
|
|
6
6
|
packages = [{include = "themefinder", from = "src"}]
|
|
@@ -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
|
|
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 (
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{themefinder-0.7.2 → themefinder-0.7.3}/src/themefinder/prompts/agentic_theme_clustering.txt
RENAMED
|
File without changes
|
{themefinder-0.7.2 → themefinder-0.7.3}/src/themefinder/prompts/consultation_system_prompt.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|