-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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: Document table for storing original loaded documents #867
base: main
Are you sure you want to change the base?
Changes from 8 commits
dc26de4
dd0f0a2
40c5bea
babdb6b
97924ed
4de2584
d63b90a
04c6ec3
f832e9b
b3847c3
645d18f
049c1f9
fba595d
04fb732
ceff92f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is a bug on our end (and causing tests for fail) -- |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could you please leave a comment on why you're doing There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also, do we not need to do the same thing for loading webpages? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I do this because the SimpleDirectoryReader adds two new lines in the chunks. |
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 you need to add
TableType.DOCUMENTS
here and also forSQLLiteStorageConnector
?