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

fix: try to adapt unstrict csv as much as possible #705

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

Abirdcfly
Copy link
Collaborator

@Abirdcfly Abirdcfly commented Feb 1, 2024

  • When querying pgvector, query the data every 100 entries to avoid too large data causing sql failure

  • When parsing csv, use unstrict mode; update testdata

What type of PR is this?

/kind bug

What this PR does / why we need it

Which issue(s) this PR fixes

Fixes #

Special notes for your reviewer

- When querying pgvector, query the data every 100 entries to avoid too large data causing sql failure

- When parsing csv, use unstrict mode; update testdata

Signed-off-by: Abirdcfly <fp544037857@gmail.com>
@bjwswang bjwswang merged commit 43d0a40 into kubeagi:main Feb 1, 2024
9 checks passed
@Abirdcfly Abirdcfly deleted the 2m branch February 2, 2024 02:17
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

Successfully merging this pull request may close these issues.

2 participants