Prof Izbiki we discussed before in OH how I should return the best results by using the SQLite FTS feature. I implemented this in my code but now I am having some issues searching. I reasserted online that FTS uses tokenization to break down text into searchable terms. Also that FTS struggles with multiword questions. As now the search performs poorly for a question like "What happened to Alan's elbow". But if I just searched "elbow" I will get a relevant response.
Ask a question about the memoir (or type 'exit' to quit): where was alan born
Response:
I couldn't find relevant information in the memoir.
Ask a question about the memoir (or type 'exit' to quit): born
Response:
According to the memoir, Alan Plush, the author, was born on February 22, 1960.
Prof Izbiki we discussed before in OH how I should return the best results by using the SQLite FTS feature. I implemented this in my code but now I am having some issues searching. I reasserted online that FTS uses tokenization to break down text into searchable terms. Also that FTS struggles with multiword questions. As now the search performs poorly for a question like "What happened to Alan's elbow". But if I just searched "elbow" I will get a relevant response.