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 NetBird Guru on Gurubase.io #2778

Merged
merged 1 commit into from
Nov 16, 2024

Conversation

kursataktas
Copy link
Contributor

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 NetBird Guru to Gurubase. NetBird 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 "NetBird Guru", which highlights that NetBird 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 NetBird Guru in Gurubase, just let me know that's totally fine.

Copy link

@mattish91
Copy link

mattish91 commented Oct 29, 2024

Totally works, just managed to setup a ps1 script using your AI to automate the installation on Windows machines trough RMM system, works like a charm, and i can even use the same code to update it as well as it will automagically grab the latest version.

Your Guru AI is truely a Guru!

mkdir c:\TempPath
Invoke-WebRequest -Uri https://pkgs.netbird.io/windows/x64 -OutFile C:\TempPath\NetBird_Installer.exe
$installerPath = "C:\TempPath\NetBird_Installer.exe"
$setupID = "YOUR_ID_HERE"
Start-Process -FilePath $installerPath -ArgumentList "/S", "/setup-id=$setupID" -Wait
del C:\TempPath\NetBird_Installer.exe

@kursataktas
Copy link
Contributor Author

Hey everyone, have you had a chance to check this out?

@mlsmaycon mlsmaycon requested a review from braginini November 4, 2024 19:02
@mlsmaycon mlsmaycon merged commit ec543f8 into netbirdio:main Nov 16, 2024
20 checks passed
@kursataktas
Copy link
Contributor Author

Hi everyone,

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.

@kursataktas
Copy link
Contributor Author

Hello Everyone,

We recently released the embeddable "Ask AI" widget, which allows you to integrate your Guru’s Q&A capability into websites, documentation, and more.

The installation process is straightforward, as explained in this GitHub repository.

You can see it in action on the Anteon and NetAlertX websites.

@mattish91
Copy link

mattish91 commented Jan 28, 2025

Hello Everyone,

We recently released the embeddable "Ask AI" widget, which allows you to integrate your Guru’s Q&A capability into websites, documentation, and more.

The installation process is straightforward, as explained in this GitHub repository.

You can see it in action on the Anteon and NetAlertX websites.

That would be an awesome feature to have in the documentation page, this because it's so much more knowledgeable than what you could get from the documentation alone.

Like i said before, i were able to automate the entire installation of the Netbird Client using the Setup ID on Windows machines (automated trough RMM) using PowerShell alone with the Setup ID like i showed above, and it works really well. I were unable to find anything about that kind of setup using only the documentation.

By that time (not sure if it's added there still) i had no clue how the NetBird switch would turn out as i have both family members computers and servers relied on VPN configs to access my homelab that i manage from Immense/Remotely (now replaced entirely with NetBird) and updated everything to work tough NetBird configs instead.

@kursataktas
Copy link
Contributor Author

Hello @mlsmaycon,

I want to share an exciting update about Gurubase. We've recently released several great features that I think you'll find interesting.

1. Slack & Discord Integration

You can now add your Guru as a bot to Slack and Discord, allowing you to ask questions instantly. More details here: Discord Bot Integration.

2. Analytics Dashboard

Track what your users ask your Guru and gain valuable insights. This feature is available on the "My Gurus" page. If you haven’t maintained your Guru yet, I highly recommend doing so to access your analytics. More information about claiming your Guru can be found here.
image

3. API Support

All Guru functionalities are now accessible via API. You can ask questions, edit data sources, and more using our API endpoints. Here is the API Doc.

4. Codebase Indexing

We now support indexing codebases from GitHub repositories to generate answers for related queries. This feature is available for select Gurus. If you don’t see the "Codebase Indexed" label on your Guru edit page and would like access, please let me know, I’d be happy to enable it for you!
image

Let me know if you have any questions or feedback!

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.

3 participants