mirror of
https://github.com/onestardao/WFGY.git
synced 2026-05-01 21:11:11 +00:00
Add GlobalFixMap LLM entry
This commit is contained in:
parent
db09613eec
commit
2e8bbc6fd5
1 changed files with 66 additions and 0 deletions
66
ProblemMap/GlobalFixMap/LLM.md
Normal file
66
ProblemMap/GlobalFixMap/LLM.md
Normal file
|
|
@ -0,0 +1,66 @@
|
|||
# GlobalFixMap LLM Entry
|
||||
|
||||
This page is for LLMs.
|
||||
Goal: route tool/vendor-specific issues to one family and one exact fix page.
|
||||
|
||||
Primary index
|
||||
- README.md
|
||||
|
||||
Operating rule
|
||||
Pick exactly one family first.
|
||||
Then pick exactly one page inside that family.
|
||||
Return: diagnosis + root cause + minimal fix steps + exact link.
|
||||
|
||||
Family selector
|
||||
|
||||
Providers and agents
|
||||
- LLM Providers: ./LLM_Providers/README.md
|
||||
- Agents and orchestration: ./Agents_Orchestration/README.md
|
||||
- Chatbots and CX: ./Chatbots_CX/README.md
|
||||
|
||||
Data and retrieval
|
||||
- Vector DBs and stores: ./VectorDBs_and_Stores/README.md
|
||||
- RAG and VectorDB guardrails: ./RAG_VectorDB/README.md
|
||||
- Retrieval playbook: ./Retrieval/README.md
|
||||
- Embeddings: ./Embeddings/README.md
|
||||
- Chunking: ./Chunking/README.md
|
||||
- RAG family: ./RAG/README.md
|
||||
|
||||
Input and parsing
|
||||
- DocumentAI OCR: ./DocumentAI_OCR/README.md
|
||||
- OCR parsing: ./OCR_Parsing/README.md
|
||||
- Language: ./Language/README.md
|
||||
- Language locale: ./LanguageLocale/README.md
|
||||
|
||||
Reasoning and memory
|
||||
- Reasoning: ./Reasoning/README.md
|
||||
- Memory long context: ./MemoryLongContext/README.md
|
||||
- Multimodal long context: ./Multimodal_LongContext/README.md
|
||||
|
||||
Automation and ops
|
||||
- Automation: ./Automation/README.md
|
||||
- Ops deploy: ./OpsDeploy/README.md
|
||||
- Safety prompt integrity: ./Safety_PromptIntegrity/README.md
|
||||
- Prompt assembly: ./PromptAssembly/README.md
|
||||
- Local deploy inference: ./LocalDeploy_Inference/README.md
|
||||
- DevTools CodeAI: ./DevTools_CodeAI/README.md
|
||||
|
||||
Eval and governance
|
||||
- Eval: ./Eval/README.md
|
||||
- Eval observability: ./Eval_Observability/README.md
|
||||
- Governance: ./Governance/README.md
|
||||
- Enterprise knowledge governance: ./Enterprise_Knowledge_Gov/README.md
|
||||
|
||||
Response template
|
||||
Diagnosis
|
||||
- GlobalFixMap family: <one family>
|
||||
- Page: <one page link>
|
||||
|
||||
Root cause
|
||||
- <one sentence>
|
||||
|
||||
Minimal fix
|
||||
- <3 to 7 bullets>
|
||||
|
||||
Reference
|
||||
- <exact page link>
|
||||
Loading…
Add table
Add a link
Reference in a new issue