Add WFGY 16 Problem Map LLM Debugger (Nebius-compatible RAG app)#128
Add WFGY 16 Problem Map LLM Debugger (Nebius-compatible RAG app)#128onestardao wants to merge 17 commits intoArindam200:mainfrom
Conversation
Add WFGY 3.0 TXT stress-test app entry
Change the name to WFGY 16 Problem Map · RAG Failure Clinic
change the description of WFGY
modification to readme template
shivaylamba
left a comment
There was a problem hiding this comment.
You are not using Nebius Token Factory end point for LLM calls. Please refer to the docs and apply the changes.
|
Thanks a lot for the review and for pointing out the Nebius Token Factory detail. I have updated both the README and the main.py script. The debugger is now explicitly described as working with any OpenAI-compatible endpoint, and Nebius is given as a first class example. In the script, users can paste their Nebius Token Factory URL as the base_url and use any Nebius model id as the model name, so it should work fine in a Nebius hosted notebook as well. I kept the code provider-agnostic on purpose, because the main goal of this app is to demonstrate the WFGY 16 Problem Map debugger pattern, and many people will want to run it on different providers or internal gateways. If you would still prefer a version that hardcodes the Nebius Token Factory endpoint and a specific Nebius model, I am happy to adjust and follow your preferred style. Please let me know if the current wording and setup look good to you. |
|
hi, just a small ping and no rush at all. the changes were approved on Feb 9, so I just wanted to double-check if there is anything else you would like me to adjust before this can be merged. I am happy to update the README or code if needed. thanks again for maintaining this repo. |
🔗 Linked Issue
N/A. This is a new RAG app and is not linked to an existing issue.
✅ Type of Change
📝 Summary
This PR adds a new RAG application under
rag_apps/wfgy_llm_debuggercalled WFGY 16 Problem Map LLM Debugger.The app is a Nebius compatible notebook plus minimal CLI that turns messy LLM or RAG bugs into one of 16 reproducible failure modes, each mapped to a concrete fix in the open source WFGY Problem Map.
This includes:
rag_apps/wfgy_llm_debugger/README.mdrag_apps/wfgy_llm_debugger/main.pyTXTOS.txtandProblemMap/README.mdfrom the WFGY repoNo.1toNo.16, an optional secondary candidate, and suggested next stepsThe script depends only on
openaiandrequestsand talks to any OpenAI compatible API (Nebius, OpenAI, etc).📖 README Checklist
README.mdfile for my project.README.mdfollows the official.github/README_TEMPLATE.md.README.md.assetsfolder and included it in myREADME.md.✔️ Contributor Checklist
rag_apps).requirements.txtorpyproject.tomlfor dependencies..env.examplefile if environment variables are needed and ensured no secrets are committed.💬 Additional Comments
openaiandrequests. I kept it as a single script so it can be dropped into Colab or Nebius notebooks without extra files. I can add a minimalrequirements.txtif you prefer.