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
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
## 0.14.2-dev0
2
+
3
+
### Enhancements
4
+
5
+
### Features
6
+
7
+
* Add attribution to the `pinecone` connector
8
+
9
+
### Fixes
10
+
1
11
## 0.14.1
2
12
3
13
### Enhancements
@@ -13,7 +23,8 @@
13
23
* Use the python client when calling the unstructured api for partitioning or chunking
14
24
* Saving the final content is now a dedicated destination connector (local) set as the default if none are provided. Avoids adding new files locally if uploading elsewhere.
15
25
* Leverage last modified date when deciding if new files should be downloaded and reprocessed.
16
-
***Add support for Python 3.12**. `unstructured` now works with Python 3.12!
26
+
* Add attribution to the `pinecone` connector
27
+
***Add support for Python 3.12**. `unstructured` now works with Python 3.12!
17
28
18
29
### Fixes
19
30
@@ -47,7 +58,7 @@
47
58
***Fix disk-space leak in `partition_odt()`.** Remove temporary file created but not removed when `file` argument is passed to `partition_odt()`.
0 commit comments