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

sonarcloud bot commented Oct 24, 2024

@mattish91
Copy link

Totally works, just managed to setup a ps1 script using your AI to automate the installation on Windows machines trough MDM 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 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.

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