openaivec 0.99.1__tar.gz → 0.99.2__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.99.2/.github/dependabot.yml +15 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/.gitignore +1 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/PKG-INFO +1 -1
- openaivec-0.99.1/.github/workflows/python-update.yml +0 -36
- openaivec-0.99.1/.github/workflows/scorecard.yml +0 -41
- {openaivec-0.99.1 → openaivec-0.99.2}/.env.example +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/.github/copilot-instructions.md +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/.github/workflows/python-mkdocs.yml +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/.github/workflows/python-package.yml +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/.github/workflows/python-test.yml +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/AGENTS.md +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/CODE_OF_CONDUCT.md +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/LICENSE +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/README.md +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/SECURITY.md +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/SUPPORT.md +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/docs/api/main.md +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/docs/api/pandas_ext.md +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/docs/api/spark.md +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/docs/api/task.md +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/docs/api/tasks/customer_support/customer_sentiment.md +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/docs/api/tasks/customer_support/inquiry_classification.md +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/docs/api/tasks/customer_support/inquiry_summary.md +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/docs/api/tasks/customer_support/intent_analysis.md +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/docs/api/tasks/customer_support/response_suggestion.md +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/docs/api/tasks/customer_support/urgency_analysis.md +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/docs/api/tasks/nlp/dependency_parsing.md +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/docs/api/tasks/nlp/keyword_extraction.md +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/docs/api/tasks/nlp/morphological_analysis.md +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/docs/api/tasks/nlp/named_entity_recognition.md +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/docs/api/tasks/nlp/sentiment_analysis.md +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/docs/api/tasks/nlp/translation.md +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/docs/contributor-guide.md +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/docs/index.md +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/docs/robots.txt +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/mkdocs.yml +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/pyproject.toml +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/pytest.ini +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/__init__.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/_di.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/_dynamic.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/_embeddings.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/_log.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/_model.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/_optimize.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/_prompt.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/_provider.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/_proxy.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/_responses.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/_schema.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/_serialize.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/_util.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/pandas_ext.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/spark.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/task/__init__.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/task/customer_support/__init__.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/task/customer_support/customer_sentiment.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/task/customer_support/inquiry_classification.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/task/customer_support/inquiry_summary.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/task/customer_support/intent_analysis.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/task/customer_support/response_suggestion.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/task/customer_support/urgency_analysis.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/task/nlp/__init__.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/task/nlp/dependency_parsing.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/task/nlp/keyword_extraction.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/task/nlp/morphological_analysis.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/task/nlp/named_entity_recognition.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/task/nlp/sentiment_analysis.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/task/nlp/translation.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/task/table/__init__.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/task/table/fillna.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/tests/__init__.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/tests/conftest.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/tests/test_di.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/tests/test_dynamic.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/tests/test_embeddings.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/tests/test_optimize.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/tests/test_pandas_ext.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/tests/test_prompt.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/tests/test_provider.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/tests/test_proxy.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/tests/test_proxy_suggester.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/tests/test_responses.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/tests/test_schema.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/tests/test_serialize.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/tests/test_serialize_pydantic_v2_compliance.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/tests/test_spark.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/tests/test_task.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/tests/test_util.py +0 -0
- {openaivec-0.99.1 → openaivec-0.99.2}/uv.lock +0 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
version: 2
|
|
2
|
+
|
|
3
|
+
updates:
|
|
4
|
+
- package-ecosystem: "pip"
|
|
5
|
+
directory: "/"
|
|
6
|
+
schedule:
|
|
7
|
+
interval: "weekly"
|
|
8
|
+
day: "monday"
|
|
9
|
+
time: "01:00"
|
|
10
|
+
open-pull-requests-limit: 5
|
|
11
|
+
commit-message:
|
|
12
|
+
prefix: "chore"
|
|
13
|
+
include: "scope"
|
|
14
|
+
labels:
|
|
15
|
+
- dependencies
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
name: Update uv lock file
|
|
2
|
-
|
|
3
|
-
on:
|
|
4
|
-
schedule:
|
|
5
|
-
- cron: "0 1 * * 1"
|
|
6
|
-
workflow_dispatch:
|
|
7
|
-
|
|
8
|
-
permissions:
|
|
9
|
-
contents: write
|
|
10
|
-
pull-requests: write
|
|
11
|
-
|
|
12
|
-
jobs:
|
|
13
|
-
update-uv-lock:
|
|
14
|
-
runs-on: ubuntu-latest
|
|
15
|
-
steps:
|
|
16
|
-
- name: Checkout repository
|
|
17
|
-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
18
|
-
|
|
19
|
-
- name: Install uv
|
|
20
|
-
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
|
|
21
|
-
with:
|
|
22
|
-
python-version: "3.10"
|
|
23
|
-
|
|
24
|
-
- name: Update uv.lock
|
|
25
|
-
run: uv lock -U
|
|
26
|
-
|
|
27
|
-
- name: Create pull request
|
|
28
|
-
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5
|
|
29
|
-
with:
|
|
30
|
-
commit-message: "chore(deps): update uv.lock file"
|
|
31
|
-
title: "chore(deps): update uv.lock"
|
|
32
|
-
body: |
|
|
33
|
-
This PR updates the `uv.lock` file by running `uv lock -U`.
|
|
34
|
-
branch: "chore/update-uv-lock"
|
|
35
|
-
delete-branch: true
|
|
36
|
-
labels: dependencies
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
name: Security Scorecards
|
|
2
|
-
|
|
3
|
-
on:
|
|
4
|
-
schedule:
|
|
5
|
-
- cron: "30 1 * * 1"
|
|
6
|
-
push:
|
|
7
|
-
branches:
|
|
8
|
-
- main
|
|
9
|
-
workflow_dispatch:
|
|
10
|
-
|
|
11
|
-
permissions:
|
|
12
|
-
contents: read
|
|
13
|
-
id-token: write
|
|
14
|
-
security-events: write
|
|
15
|
-
|
|
16
|
-
jobs:
|
|
17
|
-
analysis:
|
|
18
|
-
runs-on: ubuntu-latest
|
|
19
|
-
steps:
|
|
20
|
-
- name: Checkout repository
|
|
21
|
-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
22
|
-
with:
|
|
23
|
-
persist-credentials: false
|
|
24
|
-
|
|
25
|
-
- name: Run Scorecard analysis
|
|
26
|
-
uses: ossf/scorecard-action@e4c423540e964e15ccadc56558705ba15136265c # v2.3.3
|
|
27
|
-
with:
|
|
28
|
-
results_file: results.sarif
|
|
29
|
-
results_format: sarif
|
|
30
|
-
publish_results: true
|
|
31
|
-
|
|
32
|
-
- name: Upload Scorecard results to GitHub Security tab
|
|
33
|
-
uses: github/codeql-action/upload-sarif@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
|
|
34
|
-
with:
|
|
35
|
-
sarif_file: results.sarif
|
|
36
|
-
|
|
37
|
-
- name: Upload Scorecard artifact
|
|
38
|
-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
|
|
39
|
-
with:
|
|
40
|
-
name: scorecard-results
|
|
41
|
-
path: results.sarif
|
|
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.99.1 → openaivec-0.99.2}/docs/api/tasks/customer_support/inquiry_classification.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openaivec-0.99.1 → openaivec-0.99.2}/docs/api/tasks/customer_support/response_suggestion.md
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/task/customer_support/customer_sentiment.py
RENAMED
|
File without changes
|
{openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/task/customer_support/inquiry_classification.py
RENAMED
|
File without changes
|
{openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/task/customer_support/inquiry_summary.py
RENAMED
|
File without changes
|
{openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/task/customer_support/intent_analysis.py
RENAMED
|
File without changes
|
{openaivec-0.99.1 → openaivec-0.99.2}/src/openaivec/task/customer_support/response_suggestion.py
RENAMED
|
File without changes
|
{openaivec-0.99.1 → openaivec-0.99.2}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|