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

Investigate keyword search inaccurate results #59

Open
kevindharmawan opened this issue Sep 13, 2023 · 0 comments
Open

Investigate keyword search inaccurate results #59

kevindharmawan opened this issue Sep 13, 2023 · 0 comments

Comments

@kevindharmawan
Copy link
Collaborator

Run the quick_start_cli.md then ver_quick_start.py. The current version of keyword search or full text search (FTS) still missing some columns. The current investigation results are:

  1. Results from the fts_query function in dindex_store/fulltext_index_duckdb.py with conjunctive := 1 is incomplete. For example, it wasn't able to find any column that contains "University of Chicago - Woodlawn".
  2. I can confirm that the index builder runs correctly, at least for the case in number 1. I checked semi-manually by querying the raw data (in DuckDB) used by the FTS.
  3. When conjunctive := 1 is removed, the results are not sorted from the best to worst.
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

1 participant