Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
feat: structured loader #1395
feat: structured loader #1395
Changes from 16 commits
a309bc7
ea738a1
e01e108
4fcf24a
937e1b2
3d80abb
9b13192
9fa3cc5
9235a3e
a26864c
b7c8152
00aa054
89fe187
6dff13b
a25cfe5
13f3513
97ecf28
ca31672
6cc1699
5dc65d8
0339306
5d66360
578493a
e9a3b6f
baa1ca2
ab0759a
322835e
31fad63
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I think the loader is made for
agent
. We are not expect to useLLM
to ask questions here. If we do want to use achat
method. Should we have at least a wrapperchat
method if we want to useSmartDataframe
frompandasai
or we can add it into toolkit?