Skip to content

Commit ac83342

Browse files
committed
Merge branch 'main' into joshbradley/refactor-storage-factory
2 parents 83492dc + fb4fe72 commit ac83342

File tree

96 files changed

+2362
-1539
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+2362
-1539
lines changed

.semversioner/2.2.0.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"changes": [
3+
{
4+
"description": "Support OpenAI reasoning models.",
5+
"type": "minor"
6+
},
7+
{
8+
"description": "Add option to snapshot raw extracted graph tables.",
9+
"type": "patch"
10+
},
11+
{
12+
"description": "Added batching logic to the prompt tuning autoselection embeddings workflow",
13+
"type": "patch"
14+
},
15+
{
16+
"description": "Align config classes and docs better.",
17+
"type": "patch"
18+
},
19+
{
20+
"description": "Align embeddings table loading with configured fields.",
21+
"type": "patch"
22+
},
23+
{
24+
"description": "Brings parity with our latest NLP extraction approaches.",
25+
"type": "patch"
26+
},
27+
{
28+
"description": "Fix fnllm to 0.2.3",
29+
"type": "patch"
30+
},
31+
{
32+
"description": "Fixes to basic search.",
33+
"type": "patch"
34+
},
35+
{
36+
"description": "Update llm args for consistency.",
37+
"type": "patch"
38+
},
39+
{
40+
"description": "add vector store integration tests",
41+
"type": "patch"
42+
}
43+
],
44+
"created_at": "2025-04-25T23:30:57+00:00",
45+
"version": "2.2.0"
46+
}

.semversioner/2.2.1.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"changes": [
3+
{
4+
"description": "Fix Community Report prompt tuning response",
5+
"type": "patch"
6+
},
7+
{
8+
"description": "Fix graph creation missing edge weights.",
9+
"type": "patch"
10+
},
11+
{
12+
"description": "Update as workflows",
13+
"type": "patch"
14+
}
15+
],
16+
"created_at": "2025-04-30T23:50:31+00:00",
17+
"version": "2.2.1"
18+
}

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

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "minor",
3+
"description": "Update fnllm to latest. Update default graphrag configuration"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "minor",
3+
"description": "Remove Dynamic Max Retries support. Refactor typer typing in cli interface"
4+
}

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

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

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)