Skip to content

Commit 70f3d45

Browse files
committed
fix: add fullstop
1 parent 8932249 commit 70f3d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aigc/posts/hallucination-mitigation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Prevention is your "Design-Time" strategy. It ensures the model has the right ma
2121

2222
The primary cause of hallucinations is a model relying on its training weights rather than factual data.
2323

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.
2525
* **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."*
2626

2727
### **Knowledge Graphs for Complex Reasoning**

0 commit comments

Comments
 (0)