You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aigc/posts/hallucination-mitigation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Prevention is your "Design-Time" strategy. It ensures the model has the right ma
21
21
22
22
The primary cause of hallucinations is a model relying on its training weights rather than factual data.
23
23
24
-
***Vector Databases:** Store your technical manuals, customer data, and logs as embeddings
24
+
***Vector Databases:** Store your technical manuals, customer data, and logs as embeddings.
25
25
***The Workflow:** When a user queries the agent, the system first retrieves relevant context from your Knowledge Base. The agent is then instructed: *"Answer using ONLY the provided context. If the answer is missing, state that you do not know."*
0 commit comments