An open API service indexing awesome lists of open source software.

https://github.com/probabl-ai/sklearn-ragger-duck

A proof-of-concept for a RAG to query the scikit-learn documentation
https://github.com/probabl-ai/sklearn-ragger-duck

generative-ai machine-learning rag scikit-learn

Last synced: about 1 year ago
JSON representation

A proof-of-concept for a RAG to query the scikit-learn documentation

Awesome Lists containing this project

README

          

# Ragger Duck

![tests](https://github.com/probabl-ai/sklearn-ragger-duck/actions/workflows/python-app.yml/badge.svg)
[![codecov](https://codecov.io/gh/probabl-ai/sklearn-ragger-duck/graph/badge.svg?token=OYY9GF6B5T)](https://codecov.io/gh/probabl-ai/sklearn-ragger-duck)
![doc](https://github.com/probabl-ai/sklearn-ragger-duck/actions/workflows/deploy-gh-pages.yml/badge.svg)

A rubber duck that should answer to your scikit-learn questions. But this is just
a rubber duck, so it will only be listening to your questions and wrongly answer until
you find the solution by yourself.

This rubber duck is an implementation of a RAG model trained on the scikit-learn
documentation.

You want to refer to the following
[documentation](https://probabl-ai.github.io/sklearn-ragger-duck/install.html)
page to get started.