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: filter empty value in xlsx to improve vector similarity hit #422

Merged
merged 3 commits into from
Jun 21, 2023

Conversation

saifeiLee
Copy link
Contributor

@saifeiLee saifeiLee commented Jun 20, 2023

Exclude empty value during xlsx parsing, to make hit-test result more accurate.
By the way, we should exclude any redundant text in original dataset, so that the indexing and query result can be more accurate.

Fix: #388

@takatost
Copy link
Collaborator

Btw, How much of an impact does None have on dataset retrieval? Is there any comparison that we can refer to?

@JohnJyong JohnJyong merged commit 23ef226 into langgenius:main Jun 21, 2023
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.

The hit-test result is not right
3 participants