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

bug: remove leading dashes and numbering in suggested queries #33

Open
danielsgriffin opened this issue Sep 4, 2024 · 1 comment
Open

Comments

@danielsgriffin
Copy link
Contributor

Depending on the LLM used in the backend, the suggested queries route may sometimes return queries with a leading dash and space. Like - fun games with cats instead of fun games with cats.
image

One approach is to change the LLM model used for the dataset. Another is to replace with a simply regex.

@danielsgriffin
Copy link
Contributor Author

Sometimes they are returned as though in an ordered list:
image
And clicking retains the numbering in the query:
image

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