-
Notifications
You must be signed in to change notification settings - Fork 11
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
Brainstorming: chat with the whole trilium database using some kind of vectors #9
Comments
Thank you for your attention and suggestions. I have looked into it before, but found it to be quite complicated, so I haven't delved into it further for now. |
This is actually quite trivial to do, you don't need a vectordb for that stuff, you can just write all of that(text & embeddings) into a single json file and it will still scale to 100.000's of notes easily. I'll give it a shot if the contribution part of the readme works. Edit: Doesn't work, I'm out.
|
That |
I am not sure if this fits here, but i thought before opening a new discussion, i'll ask here. |
I like your approach. Having at least an openai interface within trilium and save stuff is useful.
Did you think about maybe do some knowledge retrieval with a vector database in the background? maybe we could create one vector for every note and save it as an attribute. so we could then actually chat with trilium.
There are some tools already like:
The text was updated successfully, but these errors were encountered: