-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Büşra Oğuzoğlu edited this page Dec 16, 2024
·
8 revisions
Welcome to the Software-Test-RAG wiki!
Example Results can be seen here: Example QA
- Created test design document PDF for "IMPB" and source inspection HTML.
- Created a preprocessing module for the HTML (Getting the source elements, buttons, page layout etc. It needs to be improved.)
- Pushed the first version of RAG system
- Tested the initial system for code generation -> it cannot generate any code as is
- Generated different test scenarios using the Llama.cpp based RAG system.
- Added documentation for Playwright and tested code generation from given outputs.
- Improve preprocessing of HTML to capture more information.
- Check how to do advanced prompting with llama.cpp
- Integrating a "code generator" module to the system (Agentic or seperate module, instead of calling LLM double)