You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,16 @@
1
-
## 0.0.9-dev1
1
+
## 0.0.9
2
2
3
3
### Enhancements
4
4
5
-
**Chroma dict settings should allow string inputs
6
-
**Move opensearch non-secret fields out of access config
7
-
**Support string inputs for dict type model fields** Use the `BeforeValidator` support from pydantic to map a string value to a dict if that's provided.
5
+
***Chroma dict settings should allow string inputs**
6
+
***Move opensearch non-secret fields out of access config**
7
+
***Support string inputs for dict type model fields** Use the `BeforeValidator` support from pydantic to map a string value to a dict if that's provided.
8
+
***Move opensearch non-secret fields out of access config
9
+
10
+
### Fixes
11
+
12
+
**Fix uncompress logic** Use of the uncompress process wasn't being leveraged in the pipeline correctly. Updated to use the new loca download path for where the partitioned looks for the new file.
0 commit comments