Target and documentation

#1
by bruno16 - opened

Cet espace HuggingFace pour illuster la mise en place d'un framework RAG sur la documentation de la blockchain massa.
Les embeddings sont réalisés par des appels à l'API Open AI , de même que le chat sur Gradio.
Le model est soit GPT 3.5 turbo , plus rapide et moins précis , soit GPT 4 moins rapide et plus précis , cf fichier config.py
Tout le code provient du MOOC wandb
Voir aussi https://github.com/brunosez/ChatGPT

==
This HuggingFace space to illustrate the implementation of a RAG framework on the documentation of the massa blockchain.
Embeddings are carried out by calls to the Open AI API, as is chat on Gradio.
The model is either GPT 3.5 turbo, faster and less precise, or GPT 4 slower and more precise, see config.py file
All code comes from the wandb MOOC

Sign up or log in to comment