Files
wehub-resource-sync 6b7e6b44f1
gh-pages / build (push) Waiting to run
Python Publish (pypi) / Upload release to PyPI (push) Waiting to run
Spellcheck / spellcheck (push) Waiting to run
Python Build and Type Check / python-ci (ubuntu-latest, 3.11) (push) Has been cancelled
Python Build and Type Check / python-ci (ubuntu-latest, 3.13) (push) Has been cancelled
Python Build and Type Check / python-ci (windows-latest, 3.11) (push) Has been cancelled
Python Build and Type Check / python-ci (windows-latest, 3.13) (push) Has been cancelled
Python Integration Tests / python-ci (ubuntu-latest, 3.13) (push) Has been cancelled
Python Integration Tests / python-ci (windows-latest, 3.13) (push) Has been cancelled
Python Notebook Tests / python-ci (ubuntu-latest, 3.13) (push) Has been cancelled
Python Notebook Tests / python-ci (windows-latest, 3.13) (push) Has been cancelled
Python Smoke Tests / python-ci (ubuntu-latest, 3.13) (push) Has been cancelled
Python Smoke Tests / python-ci (windows-latest, 3.13) (push) Has been cancelled
Python Unit Tests / python-ci (ubuntu-latest, 3.13) (push) Has been cancelled
Python Unit Tests / python-ci (windows-latest, 3.13) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:37:31 +08:00

95 lines
2.4 KiB
JSON

{
"changes": [
{
"description": "Add content-based KNN for selecting prompt tune few shot examples",
"type": "minor"
},
{
"description": "Add dynamic community report rating to the prompt tuning engine",
"type": "minor"
},
{
"description": "Add Minute-based Rate Limiting and fix rpm, tpm settings",
"type": "patch"
},
{
"description": "Add N parameter support",
"type": "patch"
},
{
"description": "Add cli flag to overlay default values onto a provided config.",
"type": "patch"
},
{
"description": "Add exception handling on file load",
"type": "patch"
},
{
"description": "Add language support to prompt tuning",
"type": "patch"
},
{
"description": "Add llm params to local and global search",
"type": "patch"
},
{
"description": "Fix broken prompt tuning link on docs",
"type": "patch"
},
{
"description": "Fix delta none on query calls",
"type": "patch"
},
{
"description": "Fix docsite base url",
"type": "patch"
},
{
"description": "Fix encoding model parameter on prompt tune",
"type": "patch"
},
{
"description": "Fix for --limit exceeding the dataframe length",
"type": "patch"
},
{
"description": "Fix for Ruff 0.5.2",
"type": "patch"
},
{
"description": "Fixed an issue where base OpenAI embeddings can't work with Azure OpenAI LLM",
"type": "patch"
},
{
"description": "Modify defaults for CHUNK_SIZE, CHUNK_OVERLAP and GLEANINGS to reduce time and LLM calls",
"type": "patch"
},
{
"description": "fix community_report doesn't work in settings.yaml",
"type": "patch"
},
{
"description": "fix llm response content is None in query",
"type": "patch"
},
{
"description": "fix the organization parameter is ineffective during queries",
"type": "patch"
},
{
"description": "remove duplicate file read",
"type": "patch"
},
{
"description": "support non-open ai model config to prompt tune",
"type": "patch"
},
{
"description": "use binary io processing for all file io operations",
"type": "patch"
}
],
"created_at": "2024-07-25T02:01:38+00:00",
"version": "0.2.0"
}