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
* support parent mutliprocessing fan out
* Remove mention of num_processes from pinecone connector
* Create new implementation of BatchPipelineStep
* fix method signatures on fsspec connectors
* Remove --num-processes from pinecone dest ingest test
* fix tidy
* fix tidy
* fix import error
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,8 @@
1
-
## 0.0.7-dev0
1
+
## 0.0.7-dev1
2
+
3
+
### Enhancements
4
+
5
+
***support sharing parent multiprocessing for uploaders** If an uploader needs to fan out it's process using multiprocessing, support that using the parent pipeline approach rather than handling it explicitly by the connector logic.
0 commit comments