Files
langchain/libs/partners
ccurme eef18dec44 unstructured[patch]: support loading URLs (#26670)
`unstructured.partition.auto.partition` supports a `url` kwarg, but
`url` in `UnstructuredLoader.__init__` is reserved for the server URL.
Here we add a `web_url` kwarg that is passed to the partition kwargs:
```python
self.unstructured_kwargs["url"] = web_url
```
2024-09-19 11:40:25 -07:00
..
2024-09-19 04:02:06 +00:00
2024-09-13 23:04:10 +00:00
2024-07-12 21:14:24 +00:00
2024-09-13 18:27:51 -04:00
2024-09-16 03:11:15 +00:00