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

Introducing Darts Guru on Gurubase.io #2578

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kursataktas
Copy link

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.

Copy link

codecov bot commented Nov 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.88%. Comparing base (395efc8) to head (82a1d99).

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.
📢 Have feedback on the report? Share it here.

@madtoinou
Copy link
Collaborator

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?

@kursataktas
Copy link
Author

Thanks for the review @madtoinou

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?

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 would appreciate more transparency on the tool; are the conversation are saved/exploited in any ways? Which LLM is used?

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.

@kursataktas
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants