-
Notifications
You must be signed in to change notification settings - Fork 25
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
feat: Display RAG results #108
Comments
Yes, also showing the semantic search results like in plug-in "smart connection" and in other rag apps, say MSTY, is very useful too. |
@3-ark Do you mean something like this? https://github.com/brianpetro/obsidian-smart-connections?tab=readme-ov-file#smart-chat-ai-conversations-based-on-your-notes |
Yes, the results will give a number, like "0.79", "0.61" to indicate the similarity. My screenshots are more clear. The first one shows the similarity between the current opening note with others in the vault. The second shows the semantic search function of that plug-in. Msty has a similar function. I find it much better than the "outgoing links". |
@3-ark So the key difference is showing similarity scores, right? |
Difference? If you are referring to the sources (searching results), then, yes. It helps to see the relevance, sometimes model shows irrelevant result in low similarity. But the basic idea of showing the semantic searching results is the core, it let me find all the relevant notes in minutes, for me it's more useful than the generated answer itself. |
Man, it would be another killer! Can't wait to use. |
It has been released as version 1.0.6! |
I toyed with it a little bit, looks promising. I will get some feedback after using it more later for actual note-taking. |
Thanks for your great work! |
So far so good for me. I just tried and make a new exercise plan using new implemented Gemini 1.5 pro. my only concern is the available model list, I don't know if it could be made in a flexible way. I mean, API providers have more nodes, maybe you guys want to make the list clean but it's a little catching for you when they have new models. But if it can fetch the list automatically, then you don't have to worry about this issue anymore. The only trouble would be too many models in the list. Maybe we can solve it by whitelist in setting. Another issue is not for me, I just want to provide one possible useful feedback. The rag searching results, now you set it to 15 in default and unchangeable. I am totally happy with this, but maybe someone wants to make it less for a better coherence (because sometimes the similarities are too low for over 10 items) or more (to check more related notes in general, or maybe this could be done by a separated searching function) Anyway, working perfectly. I love the editing function, it's so smooth. |
Ah, forget to mention. Maybe when you have more users, they will ask for some popular API providers. You guys can check Jan.Ai if you want to add. Those guys are doing a great job in this part. |
Thanks for your suggestions!
|
It seems my mind was still in the last update. So, I guess it's perfect! Thanks. |
Allow users to see the sources contributing to the model's output.
The text was updated successfully, but these errors were encountered: