Skip to content
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

make document loaders a standalone crate in repo #187

Open
cs50victor opened this issue Jul 18, 2024 · 2 comments
Open

make document loaders a standalone crate in repo #187

cs50victor opened this issue Jul 18, 2024 · 2 comments

Comments

@cs50victor
Copy link
Contributor

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when I want to use document loaders for a simple task but I have to import the entire langchain crate

Describe the solution you'd like
A clear and concise description of what you want to happen.
I would love to import document_loaders from the langchain repo directly in my toml file.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@prabirshrestha
Copy link
Collaborator

Is feature flag not enough? We can add more if needed. Do you mean each document loader becomes its own crate or just have all document loaders in one crate behind feature flags is enough?

@cs50victor
Copy link
Contributor Author

ideally i would love if i could import all document loaders in one crate

document_loaders = { git = "https://github.com/Abraxas-365/langchain-rust" }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants