sparckles / Robyn

Robyn is a Super Fast Async Python Web Framework with a Rust runtime.
https://robyn.tech/
BSD 2-Clause "Simplified" License
4.46k stars 231 forks source link

Introducing Robyn Guru on Gurubase.io #1016

Closed kursataktas closed 2 weeks ago

kursataktas commented 2 weeks ago

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

vercel[bot] commented 2 weeks ago

The latest updates on your projects. Learn more about Vercel for Git โ†—๏ธŽ

Name Status Preview Comments Updated (UTC)
robyn โœ… Ready (Inspect) Visit Preview ๐Ÿ’ฌ Add feedback Nov 7, 2024 9:29am
sansyrox commented 2 weeks ago

I like it a lot @kursataktas ๐Ÿ˜„

codspeed-hq[bot] commented 2 weeks ago

CodSpeed Performance Report

Merging #1016 will not alter performance

Comparing kursataktas:robyn-guru (bf8eb63) with main (e598e91)

Summary

โœ… 146 untouched benchmarks

sansyrox commented 2 weeks ago

Hey @kursataktas ๐Ÿ‘‹

I like it a lot ๐Ÿ˜„ Can you also create an embeddable widget for the docs page as well?

kursataktas commented 2 weeks ago

Hey @sansyrox

Happy to hear you like it! ๐ŸŽŠ

Currently, we don't have an embeddable search widget, but we use a widget on the Anteon docs to link users to Anteon Guru. What do you think of this? image

The only thing is that we need to import the script below:

    <script src="https://guru-widget.pages.dev/guru_widget.latest.min.js" 
        data-text="Ask AI" 
        data-link="https://gurubase.io/g/robyn" 
        data-bg-color="#F1C311" 
        data-icon-url="https://gurubase.io/_next/image?url=https%3A%2F%2Fuser-images.githubusercontent.com%2F29942790%2F140995889-5d91dcff-3aa7-4cfb-8a90-2cddf1337dca.png&w=96&q=75">
    </script>

If you consider, I can open a PR for this.

kursataktas commented 3 hours ago

Hi @sansyrox,

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.