etalab-ia / albert

Backend ressources for Albert. Albert is a conversational agent that uses official French data sources to answer administrative agents questions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project icon

Albert

| Etalab | Documentation | HuggingFace |

English version below

À propos

Albert est un projet d'agents conversationnels (large language models, LLM) pour l'administration française, développé par les équipes du Datalab d'Etalab de la Direction Interministérielle du Numérique (DINUM). Pour toutes questions relatives à Albert, vous pouvez contacter l'équipe à l'adresse etalab@modernisation.gouv.fr.

Ce dépôt permet de déployer deux services :

  • les modèles Albert et leur API "LLM"

    💡 Les différents modèles sont disponibles dans le dépôt HuggingFace AgentPublic.

  • une API permettant d'interroger l'API du modèle à l'aide d'une base de connaissance (Retrivial Augmented Generated, RAG)

Vous trouverez également d'autres dépôts liés à Albert :

  • albert-frontend (bientôt disponible) : une interface web pour interagir avec l'API Albert sous forme de chatbot

  • albert-tchapbot : un chatbot Albert pour l'application Tchap (Messagerie instantanée de l'État)

Documentation

Vous trouverez l'ensemble de la documentation en français dans le dossier /docs/fr :

Wiki

Vous trouverez également des informations complémentaires telles que :

Code source

Pour récupérer la dernière version du code :

git clone https://github.com/etalab-ia/albert.git

Contribuer au projet

Consulter la documentation dédiée.


English version

English version

About

Albert is a project of conversational agents (large language models, LLM) for the French administration, developed by the Datalab teams of Etalab from the Direction Interministérielle du Numérique (DINUM). For any questions regarding Albert, you can contact the team at etalab@modernisation.gouv.fr.

This repository allows the deployment of two services:

You will also find other repositories related to Albert:

  • albert-frontend (soon available): a web interface to interact with the Albert API as a chatbot

  • albert-tchapbot: a chatbot Albert for the Tchap application (Instant messaging app of the French State)

Documentation

You will find all the documentation in Engligh in the folder /docs/en:

Wiki

You will also find additional information such as:

Clone source code

To get the latest version of the code:

git clone https://github.com/etalab-ia/albert.git

Contributing

Follow the dedicated documentation.

About

Backend ressources for Albert. Albert is a conversational agent that uses official French data sources to answer administrative agents questions.

License:MIT License


Languages

Language:Python 95.7%Language:Shell 2.0%Language:Makefile 1.3%Language:Jinja 0.5%Language:Dockerfile 0.4%Language:Mako 0.2%