openaivec 0.14.0__tar.gz → 0.14.1__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.
- {openaivec-0.14.0 → openaivec-0.14.1}/PKG-INFO +3 -3
- {openaivec-0.14.0 → openaivec-0.14.1}/README.md +2 -2
- openaivec-0.14.1/docs/api/main.md +19 -0
- openaivec-0.14.1/docs/api/pandas_ext.md +3 -0
- openaivec-0.14.1/docs/api/spark.md +3 -0
- openaivec-0.14.1/docs/api/task.md +3 -0
- openaivec-0.14.1/docs/api/tasks/customer_support/customer_sentiment.md +3 -0
- openaivec-0.14.1/docs/api/tasks/customer_support/inquiry_classification.md +3 -0
- openaivec-0.14.1/docs/api/tasks/customer_support/inquiry_summary.md +3 -0
- openaivec-0.14.1/docs/api/tasks/customer_support/intent_analysis.md +3 -0
- openaivec-0.14.1/docs/api/tasks/customer_support/response_suggestion.md +3 -0
- openaivec-0.14.1/docs/api/tasks/customer_support/urgency_analysis.md +3 -0
- openaivec-0.14.1/docs/api/tasks/nlp/dependency_parsing.md +3 -0
- openaivec-0.14.1/docs/api/tasks/nlp/keyword_extraction.md +3 -0
- openaivec-0.14.1/docs/api/tasks/nlp/morphological_analysis.md +3 -0
- openaivec-0.14.1/docs/api/tasks/nlp/named_entity_recognition.md +3 -0
- openaivec-0.14.1/docs/api/tasks/nlp/sentiment_analysis.md +3 -0
- openaivec-0.14.1/docs/api/tasks/nlp/translation.md +3 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/docs/index.md +2 -4
- {openaivec-0.14.0 → openaivec-0.14.1}/mkdocs.yml +19 -2
- openaivec-0.14.0/docs/api/main.md +0 -118
- openaivec-0.14.0/docs/api/pandas_ext.md +0 -15
- openaivec-0.14.0/docs/api/spark.md +0 -15
- openaivec-0.14.0/docs/api/task.md +0 -19
- openaivec-0.14.0/docs/api/tasks/customer_support/customer_sentiment.md +0 -3
- openaivec-0.14.0/docs/api/tasks/customer_support/inquiry_classification.md +0 -3
- openaivec-0.14.0/docs/api/tasks/customer_support/inquiry_summary.md +0 -3
- openaivec-0.14.0/docs/api/tasks/customer_support/intent_analysis.md +0 -3
- openaivec-0.14.0/docs/api/tasks/customer_support/response_suggestion.md +0 -3
- openaivec-0.14.0/docs/api/tasks/customer_support/urgency_analysis.md +0 -3
- openaivec-0.14.0/docs/api/tasks/nlp/dependency_parsing.md +0 -15
- openaivec-0.14.0/docs/api/tasks/nlp/keyword_extraction.md +0 -15
- openaivec-0.14.0/docs/api/tasks/nlp/morphological_analysis.md +0 -15
- openaivec-0.14.0/docs/api/tasks/nlp/named_entity_recognition.md +0 -15
- openaivec-0.14.0/docs/api/tasks/nlp/sentiment_analysis.md +0 -15
- openaivec-0.14.0/docs/api/tasks/nlp/translation.md +0 -15
- {openaivec-0.14.0 → openaivec-0.14.1}/.env.example +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/.github/copilot-instructions.md +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/.github/workflows/python-mkdocs.yml +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/.github/workflows/python-package.yml +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/.github/workflows/python-test.yml +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/.github/workflows/python-update.yml +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/.gitignore +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/CODE_OF_CONDUCT.md +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/LICENSE +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/SECURITY.md +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/SUPPORT.md +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/docs/robots.txt +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/pyproject.toml +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/__init__.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/_di.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/_embeddings.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/_log.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/_model.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/_optimize.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/_prompt.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/_provider.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/_proxy.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/_responses.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/_serialize.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/_util.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/pandas_ext.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/spark.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/task/__init__.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/task/customer_support/__init__.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/task/customer_support/customer_sentiment.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/task/customer_support/inquiry_classification.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/task/customer_support/inquiry_summary.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/task/customer_support/intent_analysis.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/task/customer_support/response_suggestion.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/task/customer_support/urgency_analysis.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/task/nlp/__init__.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/task/nlp/dependency_parsing.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/task/nlp/keyword_extraction.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/task/nlp/morphological_analysis.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/task/nlp/named_entity_recognition.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/task/nlp/sentiment_analysis.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/task/nlp/translation.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/task/table/__init__.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/task/table/fillna.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/tests/__init__.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/tests/test_di.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/tests/test_embeddings.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/tests/test_optimize.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/tests/test_pandas_ext.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/tests/test_prompt.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/tests/test_provider.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/tests/test_proxy.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/tests/test_proxy_suggester.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/tests/test_responses.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/tests/test_serialize.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/tests/test_spark.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/tests/test_task.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/tests/test_util.py +0 -0
- {openaivec-0.14.0 → openaivec-0.14.1}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openaivec
|
|
3
|
-
Version: 0.14.
|
|
3
|
+
Version: 0.14.1
|
|
4
4
|
Summary: Generative mutation for tabular calculation
|
|
5
5
|
Project-URL: Homepage, https://microsoft.github.io/openaivec/
|
|
6
6
|
Project-URL: Repository, https://github.com/microsoft/openaivec
|
|
@@ -98,7 +98,7 @@ survey_responses.assign(
|
|
|
98
98
|
).ai.extract("structured") # Auto-expands to columns
|
|
99
99
|
```
|
|
100
100
|
|
|
101
|
-
📓 **[See more examples →](https://microsoft.github.io/openaivec/examples/)**
|
|
101
|
+
📓 **[See more examples →](https://microsoft.github.io/openaivec/examples/pandas/)**
|
|
102
102
|
|
|
103
103
|
# Overview
|
|
104
104
|
|
|
@@ -746,7 +746,7 @@ uv run ruff check . --fix
|
|
|
746
746
|
📓 **[Survey data transformation →](https://microsoft.github.io/openaivec/examples/survey_transformation/)** - Unstructured to structured data
|
|
747
747
|
📓 **[Asynchronous processing examples →](https://microsoft.github.io/openaivec/examples/aio/)** - High-performance async workflows
|
|
748
748
|
📓 **[Auto-generate FAQs from documents →](https://microsoft.github.io/openaivec/examples/generate_faq/)** - Create FAQs using AI
|
|
749
|
-
📓 **[All examples →](https://microsoft.github.io/openaivec/examples/)** - Complete collection of tutorials and use cases
|
|
749
|
+
📓 **[All examples →](https://microsoft.github.io/openaivec/examples/pandas/)** - Complete collection of tutorials and use cases
|
|
750
750
|
|
|
751
751
|
## Community
|
|
752
752
|
|
|
@@ -72,7 +72,7 @@ survey_responses.assign(
|
|
|
72
72
|
).ai.extract("structured") # Auto-expands to columns
|
|
73
73
|
```
|
|
74
74
|
|
|
75
|
-
📓 **[See more examples →](https://microsoft.github.io/openaivec/examples/)**
|
|
75
|
+
📓 **[See more examples →](https://microsoft.github.io/openaivec/examples/pandas/)**
|
|
76
76
|
|
|
77
77
|
# Overview
|
|
78
78
|
|
|
@@ -720,7 +720,7 @@ uv run ruff check . --fix
|
|
|
720
720
|
📓 **[Survey data transformation →](https://microsoft.github.io/openaivec/examples/survey_transformation/)** - Unstructured to structured data
|
|
721
721
|
📓 **[Asynchronous processing examples →](https://microsoft.github.io/openaivec/examples/aio/)** - High-performance async workflows
|
|
722
722
|
📓 **[Auto-generate FAQs from documents →](https://microsoft.github.io/openaivec/examples/generate_faq/)** - Create FAQs using AI
|
|
723
|
-
📓 **[All examples →](https://microsoft.github.io/openaivec/examples/)** - Complete collection of tutorials and use cases
|
|
723
|
+
📓 **[All examples →](https://microsoft.github.io/openaivec/examples/pandas/)** - Complete collection of tutorials and use cases
|
|
724
724
|
|
|
725
725
|
## Community
|
|
726
726
|
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Main Package API
|
|
2
|
+
|
|
3
|
+
The main `openaivec` package provides the core classes for AI-powered data processing.
|
|
4
|
+
|
|
5
|
+
## Core Classes
|
|
6
|
+
|
|
7
|
+
All core functionality is accessible through the main package imports:
|
|
8
|
+
|
|
9
|
+
::: openaivec.BatchResponses
|
|
10
|
+
|
|
11
|
+
::: openaivec.AsyncBatchResponses
|
|
12
|
+
|
|
13
|
+
::: openaivec.BatchEmbeddings
|
|
14
|
+
|
|
15
|
+
::: openaivec.AsyncBatchEmbeddings
|
|
16
|
+
|
|
17
|
+
## Prompt Building
|
|
18
|
+
|
|
19
|
+
::: openaivec.FewShotPromptBuilder
|
|
@@ -67,12 +67,10 @@ Get started with these comprehensive examples:
|
|
|
67
67
|
|
|
68
68
|
Detailed documentation for all components:
|
|
69
69
|
|
|
70
|
+
🔗 **[Main Package](api/main.md)** - Core classes (BatchResponses, BatchEmbeddings, FewShotPromptBuilder)
|
|
70
71
|
🔗 **[pandas_ext](api/pandas_ext.md)** - Pandas Series and DataFrame extensions
|
|
71
72
|
🔗 **[spark](api/spark.md)** - Apache Spark UDF builders
|
|
72
|
-
🔗 **[
|
|
73
|
-
🔗 **[embeddings](api/embeddings.md)** - Batch embedding generation
|
|
74
|
-
🔗 **[prompt](api/prompt.md)** - Few-shot prompt building
|
|
75
|
-
🔗 **[util](api/util.md)** - Utility functions and helpers
|
|
73
|
+
🔗 **[task](api/task.md)** - Pre-built task modules for NLP and customer support
|
|
76
74
|
|
|
77
75
|
## Quick Start
|
|
78
76
|
|
|
@@ -131,8 +131,25 @@ plugins:
|
|
|
131
131
|
python:
|
|
132
132
|
paths:
|
|
133
133
|
- src
|
|
134
|
-
|
|
135
|
-
|
|
134
|
+
options:
|
|
135
|
+
docstring_style: google
|
|
136
|
+
show_submodules: true
|
|
137
|
+
show_source: true
|
|
138
|
+
show_root_heading: true
|
|
139
|
+
show_root_toc_entry: true
|
|
140
|
+
heading_level: 2
|
|
141
|
+
members_order: source
|
|
142
|
+
show_signature_annotations: true
|
|
143
|
+
separate_signature: true
|
|
144
|
+
show_bases: true
|
|
145
|
+
show_docstring_parameters: true
|
|
146
|
+
show_docstring_returns: true
|
|
147
|
+
show_docstring_examples: true
|
|
148
|
+
show_category_heading: true
|
|
149
|
+
group_by_category: true
|
|
150
|
+
show_if_no_docstring: false
|
|
151
|
+
inherited_members: false
|
|
152
|
+
merge_init_into_class: true
|
|
136
153
|
|
|
137
154
|
markdown_extensions:
|
|
138
155
|
- abbr
|
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
# Main Package API
|
|
2
|
-
|
|
3
|
-
The main `openaivec` package provides the core classes for AI-powered data processing.
|
|
4
|
-
|
|
5
|
-
## Core Classes
|
|
6
|
-
|
|
7
|
-
All core functionality is accessible through the main package imports:
|
|
8
|
-
|
|
9
|
-
::: openaivec.BatchResponses
|
|
10
|
-
options:
|
|
11
|
-
members:
|
|
12
|
-
- of
|
|
13
|
-
- of_task
|
|
14
|
-
- parse
|
|
15
|
-
|
|
16
|
-
::: openaivec.AsyncBatchResponses
|
|
17
|
-
options:
|
|
18
|
-
members:
|
|
19
|
-
- of
|
|
20
|
-
- of_task
|
|
21
|
-
- parse
|
|
22
|
-
|
|
23
|
-
::: openaivec.BatchEmbeddings
|
|
24
|
-
options:
|
|
25
|
-
members:
|
|
26
|
-
- of
|
|
27
|
-
- create
|
|
28
|
-
|
|
29
|
-
::: openaivec.AsyncBatchEmbeddings
|
|
30
|
-
options:
|
|
31
|
-
members:
|
|
32
|
-
- of
|
|
33
|
-
- create
|
|
34
|
-
|
|
35
|
-
## Task Configuration
|
|
36
|
-
|
|
37
|
-
::: openaivec.PreparedTask
|
|
38
|
-
|
|
39
|
-
## Prompt Building
|
|
40
|
-
|
|
41
|
-
::: openaivec.FewShotPromptBuilder
|
|
42
|
-
options:
|
|
43
|
-
members:
|
|
44
|
-
- purpose
|
|
45
|
-
- caution
|
|
46
|
-
- example
|
|
47
|
-
- improve
|
|
48
|
-
- build
|
|
49
|
-
- build_json
|
|
50
|
-
- get_object
|
|
51
|
-
|
|
52
|
-
## Usage Examples
|
|
53
|
-
|
|
54
|
-
### Basic Batch Processing
|
|
55
|
-
|
|
56
|
-
```python
|
|
57
|
-
from openaivec import BatchResponses
|
|
58
|
-
from openai import OpenAI
|
|
59
|
-
|
|
60
|
-
# Create batch client
|
|
61
|
-
client = BatchResponses.of(
|
|
62
|
-
client=OpenAI(),
|
|
63
|
-
model_name="gpt-4.1-mini"
|
|
64
|
-
)
|
|
65
|
-
|
|
66
|
-
# Process multiple inputs
|
|
67
|
-
results = client.parse([
|
|
68
|
-
"Translate 'hello' to French",
|
|
69
|
-
"What is 2+2?",
|
|
70
|
-
"Name three colors"
|
|
71
|
-
])
|
|
72
|
-
```
|
|
73
|
-
|
|
74
|
-
### Structured Outputs with Tasks
|
|
75
|
-
|
|
76
|
-
```python
|
|
77
|
-
from openaivec import BatchResponses, PreparedTask
|
|
78
|
-
from openai import OpenAI
|
|
79
|
-
from pydantic import BaseModel
|
|
80
|
-
|
|
81
|
-
class Sentiment(BaseModel):
|
|
82
|
-
sentiment: str
|
|
83
|
-
confidence: float
|
|
84
|
-
|
|
85
|
-
task = PreparedTask(
|
|
86
|
-
instructions="Analyze sentiment",
|
|
87
|
-
response_format=Sentiment,
|
|
88
|
-
temperature=0.0
|
|
89
|
-
)
|
|
90
|
-
|
|
91
|
-
client = BatchResponses.of_task(
|
|
92
|
-
client=OpenAI(),
|
|
93
|
-
model_name="gpt-4.1-mini",
|
|
94
|
-
task=task
|
|
95
|
-
)
|
|
96
|
-
|
|
97
|
-
results = client.parse([
|
|
98
|
-
"I love this product!",
|
|
99
|
-
"This is terrible quality"
|
|
100
|
-
])
|
|
101
|
-
```
|
|
102
|
-
|
|
103
|
-
### Advanced Prompt Building
|
|
104
|
-
|
|
105
|
-
```python
|
|
106
|
-
from openaivec import FewShotPromptBuilder
|
|
107
|
-
|
|
108
|
-
prompt = (
|
|
109
|
-
FewShotPromptBuilder()
|
|
110
|
-
.purpose("Classify animals by their habitat")
|
|
111
|
-
.caution("Consider both land and water animals")
|
|
112
|
-
.example("dolphin", "aquatic")
|
|
113
|
-
.example("eagle", "aerial")
|
|
114
|
-
.example("bear", "terrestrial")
|
|
115
|
-
.improve() # AI-powered improvement
|
|
116
|
-
.build()
|
|
117
|
-
)
|
|
118
|
-
```
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# Pandas Extension
|
|
2
|
-
|
|
3
|
-
::: openaivec.pandas_ext
|
|
4
|
-
options:
|
|
5
|
-
show_source: true
|
|
6
|
-
show_root_heading: true
|
|
7
|
-
show_root_toc_entry: true
|
|
8
|
-
heading_level: 2
|
|
9
|
-
members_order: source
|
|
10
|
-
show_signature_annotations: true
|
|
11
|
-
separate_signature: true
|
|
12
|
-
show_bases: true
|
|
13
|
-
show_docstring_parameters: true
|
|
14
|
-
show_docstring_returns: true
|
|
15
|
-
show_docstring_examples: true
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# Spark Extension
|
|
2
|
-
|
|
3
|
-
::: openaivec.spark
|
|
4
|
-
options:
|
|
5
|
-
show_source: true
|
|
6
|
-
show_root_heading: true
|
|
7
|
-
show_root_toc_entry: true
|
|
8
|
-
heading_level: 2
|
|
9
|
-
members_order: source
|
|
10
|
-
show_signature_annotations: true
|
|
11
|
-
separate_signature: true
|
|
12
|
-
show_bases: true
|
|
13
|
-
show_docstring_parameters: true
|
|
14
|
-
show_docstring_returns: true
|
|
15
|
-
show_docstring_examples: true
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
# Task Module
|
|
2
|
-
|
|
3
|
-
::: openaivec.task
|
|
4
|
-
options:
|
|
5
|
-
show_source: true
|
|
6
|
-
show_root_heading: true
|
|
7
|
-
show_root_toc_entry: true
|
|
8
|
-
heading_level: 2
|
|
9
|
-
members_order: source
|
|
10
|
-
show_signature_annotations: true
|
|
11
|
-
separate_signature: true
|
|
12
|
-
show_bases: true
|
|
13
|
-
show_docstring_parameters: true
|
|
14
|
-
show_docstring_returns: true
|
|
15
|
-
show_docstring_examples: true
|
|
16
|
-
group_by_category: true
|
|
17
|
-
show_category_heading: true
|
|
18
|
-
show_symbol_type_heading: true
|
|
19
|
-
show_symbol_type_toc: true
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# Dependency Parsing Task
|
|
2
|
-
|
|
3
|
-
::: openaivec.task.nlp.dependency_parsing
|
|
4
|
-
options:
|
|
5
|
-
show_source: true
|
|
6
|
-
show_root_heading: true
|
|
7
|
-
show_root_toc_entry: true
|
|
8
|
-
heading_level: 2
|
|
9
|
-
members_order: source
|
|
10
|
-
show_signature_annotations: true
|
|
11
|
-
separate_signature: true
|
|
12
|
-
show_bases: true
|
|
13
|
-
show_docstring_parameters: true
|
|
14
|
-
show_docstring_returns: true
|
|
15
|
-
show_docstring_examples: true
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# Keyword Extraction Task
|
|
2
|
-
|
|
3
|
-
::: openaivec.task.nlp.keyword_extraction
|
|
4
|
-
options:
|
|
5
|
-
show_source: true
|
|
6
|
-
show_root_heading: true
|
|
7
|
-
show_root_toc_entry: true
|
|
8
|
-
heading_level: 2
|
|
9
|
-
members_order: source
|
|
10
|
-
show_signature_annotations: true
|
|
11
|
-
separate_signature: true
|
|
12
|
-
show_bases: true
|
|
13
|
-
show_docstring_parameters: true
|
|
14
|
-
show_docstring_returns: true
|
|
15
|
-
show_docstring_examples: true
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# Morphological Analysis Task
|
|
2
|
-
|
|
3
|
-
::: openaivec.task.nlp.morphological_analysis
|
|
4
|
-
options:
|
|
5
|
-
show_source: true
|
|
6
|
-
show_root_heading: true
|
|
7
|
-
show_root_toc_entry: true
|
|
8
|
-
heading_level: 2
|
|
9
|
-
members_order: source
|
|
10
|
-
show_signature_annotations: true
|
|
11
|
-
separate_signature: true
|
|
12
|
-
show_bases: true
|
|
13
|
-
show_docstring_parameters: true
|
|
14
|
-
show_docstring_returns: true
|
|
15
|
-
show_docstring_examples: true
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# Named Entity Recognition Task
|
|
2
|
-
|
|
3
|
-
::: openaivec.task.nlp.named_entity_recognition
|
|
4
|
-
options:
|
|
5
|
-
show_source: true
|
|
6
|
-
show_root_heading: true
|
|
7
|
-
show_root_toc_entry: true
|
|
8
|
-
heading_level: 2
|
|
9
|
-
members_order: source
|
|
10
|
-
show_signature_annotations: true
|
|
11
|
-
separate_signature: true
|
|
12
|
-
show_bases: true
|
|
13
|
-
show_docstring_parameters: true
|
|
14
|
-
show_docstring_returns: true
|
|
15
|
-
show_docstring_examples: true
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# Sentiment Analysis Task
|
|
2
|
-
|
|
3
|
-
::: openaivec.task.nlp.sentiment_analysis
|
|
4
|
-
options:
|
|
5
|
-
show_source: true
|
|
6
|
-
show_root_heading: true
|
|
7
|
-
show_root_toc_entry: true
|
|
8
|
-
heading_level: 2
|
|
9
|
-
members_order: source
|
|
10
|
-
show_signature_annotations: true
|
|
11
|
-
separate_signature: true
|
|
12
|
-
show_bases: true
|
|
13
|
-
show_docstring_parameters: true
|
|
14
|
-
show_docstring_returns: true
|
|
15
|
-
show_docstring_examples: true
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# Translation Task
|
|
2
|
-
|
|
3
|
-
::: openaivec.task.nlp.translation
|
|
4
|
-
options:
|
|
5
|
-
show_source: true
|
|
6
|
-
show_root_heading: true
|
|
7
|
-
show_root_toc_entry: true
|
|
8
|
-
heading_level: 2
|
|
9
|
-
members_order: source
|
|
10
|
-
show_signature_annotations: true
|
|
11
|
-
separate_signature: true
|
|
12
|
-
show_bases: true
|
|
13
|
-
show_docstring_parameters: true
|
|
14
|
-
show_docstring_returns: true
|
|
15
|
-
show_docstring_examples: true
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
{openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/task/customer_support/customer_sentiment.py
RENAMED
|
File without changes
|
{openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/task/customer_support/inquiry_classification.py
RENAMED
|
File without changes
|
{openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/task/customer_support/inquiry_summary.py
RENAMED
|
File without changes
|
{openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/task/customer_support/intent_analysis.py
RENAMED
|
File without changes
|
{openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/task/customer_support/response_suggestion.py
RENAMED
|
File without changes
|
{openaivec-0.14.0 → openaivec-0.14.1}/src/openaivec/task/customer_support/urgency_analysis.py
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|