feat: Add technical documentation for SpotterCopilot#1
Conversation
This commit introduces a comprehensive technical documentation file (`DOCUMENTATION.md`) that details the project's architecture, backend and frontend components, data flow, and configuration. It also updates the .gitignore file to properly exclude Python cache files.
There was a problem hiding this comment.
Pull Request Overview
This PR adds comprehensive technical documentation for the SpotterCopilot project. The documentation provides detailed insights into the project's architecture, components, and data flow, making it easier for developers to understand and contribute to the codebase.
- Introduces a new technical documentation file (
DOCUMENTATION.md) written in French - Documents the RAG (Retrieval-Augmented Generation) architecture and Azure service integrations
- Explains backend processing flow, frontend structure, and configuration requirements
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
|
||
| ## 4. Données du Projet | ||
|
|
||
| - **`ressources/Large_Exercises_CSV.csv`** : La source de connaissance principale de l'agent. Ce fichier CSV contient une liste d'exercices avec des descriptions, des groupes musculaires ciblés, etc. Il est importé dans Azure AI Foundry (ou Azure AI Studio) pour créer l'index de recherche. |
There was a problem hiding this comment.
Corrected spelling of 'ressources' to 'resources'.
| - **`ressources/Large_Exercises_CSV.csv`** : La source de connaissance principale de l'agent. Ce fichier CSV contient une liste d'exercices avec des descriptions, des groupes musculaires ciblés, etc. Il est importé dans Azure AI Foundry (ou Azure AI Studio) pour créer l'index de recherche. | |
| - **`resources/Large_Exercises_CSV.csv`** : La source de connaissance principale de l'agent. Ce fichier CSV contient une liste d'exercices avec des descriptions, des groupes musculaires ciblés, etc. Il est importé dans Azure AI Foundry (ou Azure AI Studio) pour créer l'index de recherche. |
|
@copilot What's wrong ? For further information, please visit the Azure Static Web Apps documentation at https://docs.microsoft.com/en-us/azure/static-web-apps/ |
This commit introduces a comprehensive technical documentation file (
DOCUMENTATION.md) that details the project's architecture, backend and frontend components, data flow, and configuration.It also updates the .gitignore file to properly exclude Python cache files.