Skip to content

Commit

Permalink
Update CONTRIBUTE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
antoninoLorenzo committed Jul 20, 2024
1 parent 4b7262e commit f3665e4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,13 @@ You can contribute in various ways:

### LLM Integration

- When integrating new LLM models, ensure they meet the existing acceptance tests and benchmarks. Validate that the new model performs as expected within the AI-OPS framework.
- When integrating new LLM models, ensure they meet the existing acceptance tests ([planning](./test/test_acceptance/test_planning.py) and [conversion](./test/test_acceptance/test_conversion.py)). Validate that the new model performs as expected within the AI-OPS framework.
<!-- TODO: test_acceptance.md -->

### RAG (Retrieval-Augmented Generation)

- For RAG system updates or modifications, ensure that the system continues to provide accurate and up-to-date information. Verify that new data integrations do not negatively impact performance.
- For RAG system updates or modifications, ensure that the system continues to provide good results, to know more go to [benchmark](./test/benchmarks/rag)). Verify that new data integrations do not negatively impact performance.
<!-- TODO: benchmark.md -->

## Code Style and Standards

Expand Down

0 comments on commit f3665e4

Please sign in to comment.