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

Search function provides too many results #213

Open
dev00 opened this issue Feb 2, 2024 · 1 comment
Open

Search function provides too many results #213

dev00 opened this issue Feb 2, 2024 · 1 comment
Assignees

Comments

@dev00
Copy link

dev00 commented Feb 2, 2024

Currently search function seems to perform full text search on the whole text, which usually generates too much output and is not usable at all.

To limit output in a more usable way, we could try to generate short summaries automatically with a ML based approach like LLama or ChatGPT. Another approach might be to switch to a simple tag based search and try generating tags automatically.

Expecting customers to write OpenSearch queries is probably a bit too much.

@SebastianGode
Copy link
Member

@dev00 Is this still relevant?
In the mean time we changed a bit of stuff on the search and also added exact matches using "value" format.

Running an AI Model on Ollama can be considered for the future.

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

3 participants