cat-llm 0.0.5__tar.gz → 0.0.7__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cat-llm
3
- Version: 0.0.5
3
+ Version: 0.0.7
4
4
  Summary: A tool for categorizing text data and images using LLMs and vision models
5
5
  Project-URL: Documentation, https://github.com/Christopher Soria/cat-llm#readme
6
6
  Project-URL: Issues, https://github.com/chrissoria/cat-llm/issues
@@ -1,7 +1,7 @@
1
1
  # SPDX-FileCopyrightText: 2025-present Christopher Soria <chrissoria@berkeley.edu>
2
2
  #
3
3
  # SPDX-License-Identifier: MIT
4
- __version__ = "0.0.5"
4
+ __version__ = "0.0.7"
5
5
  __author__ = "Chris Soria"
6
6
  __email__ = "chrissoria@berkeley.edu"
7
7
  __title__ = "cat-llm"
@@ -11,6 +11,4 @@ from .__about__ import (
11
11
  __license__,
12
12
  )
13
13
 
14
-
15
- from .cat_llm import *
16
- __version__ = "0.1.0"
14
+ from .cat_llm import *
@@ -867,7 +867,7 @@ def extract_image_features(
867
867
  return categorized_data
868
868
 
869
869
  #extract categories from corpus
870
- def explore_class(
870
+ def explore_corpus(
871
871
  survey_question,
872
872
  survey_input,
873
873
  api_key,
File without changes
File without changes
File without changes
File without changes
File without changes