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

Basic text search of all past conversations (bonus over chatgpt) #56

Open
krschacht opened this issue Jan 12, 2024 · 0 comments
Open

Basic text search of all past conversations (bonus over chatgpt) #56

krschacht opened this issue Jan 12, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@krschacht
Copy link
Contributor

krschacht commented Jan 12, 2024

A v1 of this could simply be an ILIKE query. But it would be really nice to support some fuzzy matching so people don't have to type a word exactly in order to find it in a past conversation.

Check out the pg_search gem to see if it can help? Someone suggested this.

Also, it's an open question as to where this lives in the UI. I think the basic approach would be a permanent text input below the list of assistants and above the list of conversations. As soon as you start typing and pause for more than X00 milliseconds then it executes a search and replaces the conversation list with the search results.

That's just some quick thinking off the top of my head.

@krschacht krschacht added this to the 0.8 milestone Jan 12, 2024
@krschacht krschacht added the good first issue Good for newcomers label Feb 7, 2024
@krschacht krschacht changed the title BONUS: Basic text search of all past conversations Basic text search of all past conversations (bonus over chatgpt) Feb 7, 2024
@krschacht krschacht modified the milestones: 0.8, 1.0 Feb 15, 2024
@krschacht krschacht removed the good first issue Good for newcomers label Feb 15, 2024
@krschacht krschacht modified the milestones: 1.0, 0.7 Mar 17, 2024
@krschacht krschacht modified the milestones: 0.8, 0.7 Apr 20, 2024
@krschacht krschacht added the enhancement New feature or request label Apr 30, 2024
@krschacht krschacht modified the milestones: 0.7, 0.8 Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant