-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
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
Improve exclude path filesystem logic #13894
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
fe3cd70
to
40e4a12
Compare
Hey team, I wasn't able to actually run Here was the issue i filed: #13912 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pathlib's match sounds like a mess! However, I'm not sure the included logic is the best way of handling it, because it's a bit too custom.
I haven't looked too deeply into this, but given the python bug is tagged only up to python3.9, does the issue resolve on newer python versions?
If possible, I'd love to resolve this without any custom path matching logic in the langchain library to overcome issues in python.
Closing as author is unresponsive, will re-open if needed. |
FileSystemBlobLoader
See the issue above for more detail, but I don't think that the
exclude
parameter is being handled really like what the API is indicating / what we were thinking (largely due to annoyances with pathlib'sPath.match
). Let me know if you all want me to add some more unit tests and build this out a little bit more.