-
Notifications
You must be signed in to change notification settings - Fork 893
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
Introducing Darts Guru on Gurubase.io #2578
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Kursat Aktas <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2578 +/- ##
==========================================
- Coverage 93.89% 93.88% -0.02%
==========================================
Files 139 139
Lines 14888 14874 -14
==========================================
- Hits 13979 13964 -15
- Misses 909 910 +1 ☔ View full report in Codecov by Sentry. |
Hi @kursataktas, First of all, thank you for including Darts to the Gurubase. Before adding it to the README of Darts, we would prefer to experiment a bit with it and make sure it answer appropriately to the users questions. Also, would it be possible to know more about the information the model has access to? From what I could see, it was mostly the documentation and not the closed issues/code base. Is that correct? We would appreciate more transparency on the tool; are the conversation are saved/exploited in any ways? Which LLM is used? |
Thanks for the review @madtoinou
Yes, Darts Guru leverages the data from the documentation and the README to generate answers, but not from the source code or GH issues for now.
We may generate predefined questions after analyzing the documentation pages. However, a user's question is not visible to other users. We use different LLMs for different purposes, but mainly GPT-4 and Gemini. |
Hi @madtoinou, Have you had a chance to check this out? Additionally, I’d like to update you on the release of the Maintainer Panel feature on Gurubase. With this panel, you can add, remove, or update data sources, as well as change the logo and more. You can find the details here. In the near future, I’m planning to include analytics insights in this panel, such as the number of questions asked, the most frequently asked ones, and more. I’ll be sure to update this thread once it’s available. However, in case I miss it, I highly recommend joining our Discord channel to stay updated. If you’d prefer that I don’t update this thread anymore, please let me know. |
Hello team,
I'm the maintainer of Anteon. We have created Gurubase.io with the mission of building a centralized, open-source tool-focused knowledge base. Essentially, each "guru" is equipped with custom knowledge to answer user questions based on collected data related to that tool.
I wanted to update you that I've manually added the Darts Guru to Gurubase. Darts Guru uses the data from this repo and data from the docs to answer questions by leveraging the LLM.
In this PR, I showcased the "Darts Guru", which highlights that Darts now has an AI assistant available to help users with their questions. Please let me know your thoughts on this contribution.
Additionally, if you want me to disable Darts Guru in Gurubase, just let me know that's totally fine.