Multilingual RAG for Git is a tool designed to enhance your Git commits with multilingual sentiment analysis. It utilizes the RAG (Red-Amber-Green) rating system to evaluate the sentiment of your commit messages across multiple languages.
To install Multilingual RAG for Git, follow these steps:
-
Clone this repository to your local machine:
git clone https://github.com/multilingual-rag.git -
Navigate to the project directory:
cd multilingual-rag -
Run the installation script:
./install.sh -
Follow the on-screen instructions to complete the installation.
Once installed, you can start using Multilingual RAG for Git in your Git repositories.
rag-git <commit-message>
rag-git "Fixed a bug in the authentication system"
The tool will analyze the sentiment of the provided commit message and assign a RAG rating based on its evaluation.
Multilingual RAG for Git currently supports sentiment analysis for the following languages:
- English
- Spanish
- French
- German
- Chinese
- Japanese
We welcome contributions to enhance the capabilities of Multilingual RAG for Git. If you'd like to contribute, please follow these guidelines:
- Fork the repository
- Make your changes
- Submit a pull request
If you encounter any issues or have suggestions for improvement, please open an issue on the GitHub repository.