Files
langchain/docs
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-02 11:14:35 -07:00
2024-09-19 17:12:59 +00:00
2024-09-01 16:51:12 +00:00
2024-05-01 17:34:05 -07:00
2024-09-13 22:20:24 +00:00
2024-09-18 14:28:56 -07:00

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide