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

Index data in SQLite DB #504

Open
Victor239 opened this issue Oct 17, 2023 · 4 comments
Open

Index data in SQLite DB #504

Victor239 opened this issue Oct 17, 2023 · 4 comments
Labels
coverage Add content type to search and index

Comments

@Victor239
Copy link

Would love to see this be able to work on data stored in SQLite too.

@sabaimran
Copy link
Collaborator

Neat idea! @Victor239 , do you mind sharing more about your use case? What kind of data would you want to search on?

@Victor239
Copy link
Author

There are some smaller apps I'd like to use it with but mainly because Logseq (an app which has been mentioned elsewhere on this GitHub) is getting a database mode, so I'd love to use it with that.

@sabaimran
Copy link
Collaborator

Do you imagine you would want something that dynamically infers which (presumably text) columns to index? Or, would you want to be able to configure the column names that should be indexed?

You've also reminded me that I've been wanting to apply Khoj to my Signal sqlite database. Might be a fun place to experiment with feature development.

@sabaimran sabaimran added plugin Improvements or additions to content or UI integrations coverage Add content type to search and index and removed plugin Improvements or additions to content or UI integrations labels Oct 19, 2023
@Victor239
Copy link
Author

Dynamically infers ideally, but I can imagine a later feature to add for advanced users would allow choosing which columns to utilise.

@debanjum debanjum changed the title SQLite support Make Khoj Index Data in SQLite DB Nov 2, 2023
@debanjum debanjum changed the title Make Khoj Index Data in SQLite DB Index data in SQLite DB Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
coverage Add content type to search and index
Projects
None yet
Development

No branches or pull requests

2 participants