Skip to content

Commit c8aefb2

Browse files
v0.2.0 (#700)
* v0.2.0 * Update 0.2.0.json * Update CHANGELOG.md
1 parent ac6f240 commit c8aefb2

25 files changed

+127
-90
lines changed

.semversioner/0.2.0.json

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
{
2+
"changes": [
3+
{
4+
"description": "Add content-based KNN for selecting prompt tune few shot examples",
5+
"type": "minor"
6+
},
7+
{
8+
"description": "Add dynamic community report rating to the prompt tuning engine",
9+
"type": "minor"
10+
},
11+
{
12+
"description": "Add Minute-based Rate Limiting and fix rpm, tpm settings",
13+
"type": "patch"
14+
},
15+
{
16+
"description": "Add N parameter support",
17+
"type": "patch"
18+
},
19+
{
20+
"description": "Add cli flag to overlay default values onto a provided config.",
21+
"type": "patch"
22+
},
23+
{
24+
"description": "Add exception handling on file load",
25+
"type": "patch"
26+
},
27+
{
28+
"description": "Add language support to prompt tuning",
29+
"type": "patch"
30+
},
31+
{
32+
"description": "Add llm params to local and global search",
33+
"type": "patch"
34+
},
35+
{
36+
"description": "Fix broken prompt tuning link on docs",
37+
"type": "patch"
38+
},
39+
{
40+
"description": "Fix delta none on query calls",
41+
"type": "patch"
42+
},
43+
{
44+
"description": "Fix docsite base url",
45+
"type": "patch"
46+
},
47+
{
48+
"description": "Fix encoding model parameter on prompt tune",
49+
"type": "patch"
50+
},
51+
{
52+
"description": "Fix for --limit exceeding the dataframe length",
53+
"type": "patch"
54+
},
55+
{
56+
"description": "Fix for Ruff 0.5.2",
57+
"type": "patch"
58+
},
59+
{
60+
"description": "Fixed an issue where base OpenAI embeddings can't work with Azure OpenAI LLM",
61+
"type": "patch"
62+
},
63+
{
64+
"description": "Modify defaults for CHUNK_SIZE, CHUNK_OVERLAP and GLEANINGS to reduce time and LLM calls",
65+
"type": "patch"
66+
},
67+
{
68+
"description": "fix community_report doesn't work in settings.yaml",
69+
"type": "patch"
70+
},
71+
{
72+
"description": "fix llm response content is None in query",
73+
"type": "patch"
74+
},
75+
{
76+
"description": "fix the organization parameter is ineffective during queries",
77+
"type": "patch"
78+
},
79+
{
80+
"description": "remove duplicate file read",
81+
"type": "patch"
82+
},
83+
{
84+
"description": "support non-open ai model config to prompt tune",
85+
"type": "patch"
86+
},
87+
{
88+
"description": "use binary io processing for all file io operations",
89+
"type": "patch"
90+
}
91+
],
92+
"created_at": "2024-07-25T02:01:38+00:00",
93+
"version": "0.2.0"
94+
}

.semversioner/next-release/minor-20240710183748086411.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/minor-20240712152937651350.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20240701233152787373.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20240703152422358587.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20240703182750529114.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20240704181236015699.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20240705184142723331.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20240705235656897489.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.semversioner/next-release/patch-20240707063053679262.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)