We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is an upstream issue as reported in: langchain-ai/langchain#26697
Run the following code:
from langchain_unstructured import UnstructuredLoader loader = UnstructuredLoader(web_url="https://www.example.com/") docs = loader.load() for doc in docs: print(f"{doc}\n")
Observe Exactly one of file, filename and url must be specified error
Exactly one of file, filename and url must be specified
Expected successful return from unstructured file loader
No response
macOS 15.1
1.0.19
3.12
The text was updated successfully, but these errors were encountered:
bugfix: Handle urls for unstructured #4359
343e8d2
bugfix: Handle urls for unstructured #4359 (#4360)
0fed08a
e889cc5
erichare
No branches or pull requests
Bug Description
This is an upstream issue as reported in: langchain-ai/langchain#26697
Reproduction
Run the following code:
Observe
Exactly one of file, filename and url must be specified
errorExpected behavior
Expected successful return from unstructured file loader
Who can help?
No response
Operating System
macOS 15.1
Langflow Version
1.0.19
Python Version
3.12
Screenshot
No response
Flow File
No response
The text was updated successfully, but these errors were encountered: