|
1 | | -## 0.1.0-dev0 |
2 | | - |
3 | | -### Fixes |
4 | | - |
5 | | -* **Fix Notion Pagination** Iterate on Notion paginated results using the `next_cursor` and `start_cursor` properties. |
6 | | - |
7 | 1 | ## 0.1.0 |
8 | 2 |
|
9 | 3 | ### Enhancements |
|
52 | 46 |
|
53 | 47 | * **Leverage `uv` for pip compile** |
54 | 48 |
|
55 | | -* **Use incoming fsspec data to populate metadata** Rather than make additional calls to collect metadata after initial file list, use connector-specific data to populate the metadata. |
| 49 | +* **Use incoming fsspec data to populate metadata** Rather than make additional calls to collect metadata after initial file list, use connector-specific data to populate the metadata. |
56 | 50 |
|
57 | 51 | * **Drop langchain as dependency for embedders** |
58 | 52 |
|
|
90 | 84 |
|
91 | 85 | * **Drop use of unstructued in embed** Remove remnant import from unstructured dependency in embed implementations. |
92 | 86 |
|
| 87 | + |
93 | 88 | ## 0.0.16 |
94 | 89 |
|
95 | 90 | ### Fixes |
|
102 | 97 |
|
103 | 98 | * **Model serialization with nested models** Logic updated to properly handle serializing pydantic models that have nested configs with secret values. |
104 | 99 | * **Sharepoint permission config requirement** The sharepoint connector was expecting the permission config, even though it should have been optional. |
105 | | -* \*\*Sharepoint CLI permission params made optional |
| 100 | +* **Sharepoint CLI permission params made optional |
106 | 101 |
|
107 | 102 | ### Enhancements |
108 | 103 |
|
|
152 | 147 |
|
153 | 148 | * **Chroma dict settings should allow string inputs** |
154 | 149 | * **Move opensearch non-secret fields out of access config** |
155 | | -* **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. |
156 | | -* \*\*Move opensearch non-secret fields out of access config |
| 150 | +* **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. |
| 151 | +* **Move opensearch non-secret fields out of access config |
157 | 152 |
|
158 | 153 | ### Fixes |
159 | 154 |
|
160 | | -**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. |
| 155 | +**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. |
| 156 | + |
161 | 157 |
|
162 | 158 | ## 0.0.8 |
163 | 159 |
|
|
170 | 166 |
|
171 | 167 | ### Enhancements |
172 | 168 |
|
173 | | -* **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. |
174 | | -* **OTEL support** If endpoint supplied, publish all traces to an otel collector. |
| 169 | +* **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. |
| 170 | +* **OTEL support** If endpoint supplied, publish all traces to an otel collector. |
175 | 171 |
|
176 | 172 | ### Fixes |
177 | 173 |
|
178 | | -* **Weaviate access configs access** Weaviate access config uses pydantic Secret and it needs to be resolved to the secret value when being used. This was fixed. |
| 174 | +* **Weaviate access configs access** Weaviate access config uses pydantic Secret and it needs to be resolved to the secret value when being used. This was fixed. |
179 | 175 | * **unstructured-client compatibility fix** Fix an error when accessing the fields on `PartitionParameters` in the new 0.26.0 Python client. |
180 | 176 |
|
181 | 177 | ## 0.0.6 |
|
194 | 190 |
|
195 | 191 | ### Fixes |
196 | 192 |
|
197 | | -* **AstraDB connector configs** Configs had dataclass annotation removed since they're now pydantic data models. |
| 193 | +* **AstraDB connector configs** Configs had dataclass annotation removed since they're now pydantic data models. |
198 | 194 | * **Local indexer recursive behavior** Local indexer was indexing directories as well as files. This was filtered out. |
199 | 195 |
|
200 | 196 | ## 0.0.4 |
|
212 | 208 | ### Enhancements |
213 | 209 |
|
214 | 210 | * **Improve documentation** Update the README's. |
215 | | -* **Explicit Opensearch classes** For the connector registry entries for opensearch, use only opensearch specific classes rather than any elasticsearch ones. |
| 211 | +* **Explicit Opensearch classes** For the connector registry entries for opensearch, use only opensearch specific classes rather than any elasticsearch ones. |
216 | 212 | * **Add missing fsspec destination precheck** check connection in precheck for all fsspec-based destination connectors |
217 | 213 |
|
218 | 214 | ## 0.0.2 |
219 | 215 |
|
220 | 216 | ### Enhancements |
221 | 217 |
|
222 | 218 | * **Use uuid for s3 identifiers** Update unique id to use uuid derived from file path rather than the filepath itself. |
223 | | -* **V2 connectors precheck support** All steps in the v2 pipeline support an optional precheck call, which encompasses the previous check connection functionality. |
| 219 | +* **V2 connectors precheck support** All steps in the v2 pipeline support an optional precheck call, which encompasses the previous check connection functionality. |
224 | 220 | * **Filter Step** Support dedicated step as part of the pipeline to filter documents. |
225 | 221 |
|
226 | 222 | ## 0.0.1 |
|
233 | 229 |
|
234 | 230 | ### Fixes |
235 | 231 |
|
236 | | -* **Remove old repo references** Any mention of the repo this project came from was removed. |
| 232 | +* **Remove old repo references** Any mention of the repo this project came from was removed. |
237 | 233 |
|
238 | 234 | ## 0.0.0 |
239 | 235 |
|
|
0 commit comments