sirocco-ventures / raggenie

RAGGENIE: An open-source, low-code platform to build custom Retrieval-Augmented Generation (RAG) Copilets with your own data. Simplify AI development with ease!
https://www.raggenie.com
MIT License
137 stars 52 forks source link

Implement Base Testing Framework for Python Application #80

Closed sajosam closed 1 month ago

sajosam commented 1 month ago

This pull request establishes a foundational testing framework for the Python application to enhance testing capabilities for future development.

Changes Made: Created a basic structure to support:

  1. Integration Testing
  2. Functional Testing
  3. Unit Testing
sajosam commented 1 month ago

@agberoz