[PR #240] [CLOSED] Implement hallucination detector backend and ui docs #273

Closed
opened 2026-03-02 23:34:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AJaySi/ALwrity/pull/240
Author: @AJaySi
Created: 9/6/2025
Status: Closed

Base: mainHead: cursor/implement-hallucination-detector-backend-and-ui-docs-c172


📝 Commits (1)

  • 0cb8180 feat: Add hallucination detection API endpoints and models

📊 Changes

12 files changed (+3071 additions, -1 deletions)

View changed files

📝 backend/app.py (+3 -0)
📝 backend/models/__pycache__/__init__.cpython-313.pyc (+0 -0)
backend/models/__pycache__/hallucination_models.cpython-313.pyc (+0 -0)
backend/models/hallucination_models.py (+191 -0)
📝 backend/requirements.txt (+4 -1)
backend/routers/__pycache__/hallucination_detection.cpython-313.pyc (+0 -0)
backend/routers/hallucination_detection.py (+376 -0)
backend/services/__pycache__/hallucination_detection_service.cpython-313.pyc (+0 -0)
backend/services/hallucination_detection_service.py (+619 -0)
backend/test_hallucination_api.py (+257 -0)
docs/HALLUCINATION_DETECTION_IMPLEMENTATION_SUMMARY.md (+241 -0)
docs/HALLUCINATION_DETECTION_UI_GUIDE.md (+1380 -0)

📄 Description

Implement a FastAPI backend endpoint for a hallucination detector and provide comprehensive React UI documentation to recreate the Exa.ai demo.


Open in Cursor Open in Web

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AJaySi/ALwrity/pull/240 **Author:** [@AJaySi](https://github.com/AJaySi) **Created:** 9/6/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `cursor/implement-hallucination-detector-backend-and-ui-docs-c172` --- ### 📝 Commits (1) - [`0cb8180`](https://github.com/AJaySi/ALwrity/commit/0cb8180319111cdf30479b088893b2c04d2311dd) feat: Add hallucination detection API endpoints and models ### 📊 Changes **12 files changed** (+3071 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/app.py` (+3 -0) 📝 `backend/models/__pycache__/__init__.cpython-313.pyc` (+0 -0) ➕ `backend/models/__pycache__/hallucination_models.cpython-313.pyc` (+0 -0) ➕ `backend/models/hallucination_models.py` (+191 -0) 📝 `backend/requirements.txt` (+4 -1) ➕ `backend/routers/__pycache__/hallucination_detection.cpython-313.pyc` (+0 -0) ➕ `backend/routers/hallucination_detection.py` (+376 -0) ➕ `backend/services/__pycache__/hallucination_detection_service.cpython-313.pyc` (+0 -0) ➕ `backend/services/hallucination_detection_service.py` (+619 -0) ➕ `backend/test_hallucination_api.py` (+257 -0) ➕ `docs/HALLUCINATION_DETECTION_IMPLEMENTATION_SUMMARY.md` (+241 -0) ➕ `docs/HALLUCINATION_DETECTION_UI_GUIDE.md` (+1380 -0) </details> ### 📄 Description Implement a FastAPI backend endpoint for a hallucination detector and provide comprehensive React UI documentation to recreate the Exa.ai demo. --- <a href="https://cursor.com/background-agent?bcId=bc-06f4e2cb-bb7e-4772-a5a1-228826da5f69"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-cursor-dark.svg"> <source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-cursor-light.svg"> <img alt="Open in Cursor" src="https://cursor.com/open-in-cursor.svg"> </picture> </a> <a href="https://cursor.com/agents?id=bc-06f4e2cb-bb7e-4772-a5a1-228826da5f69"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-web-dark.svg"> <source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-web-light.svg"> <img alt="Open in Web" src="https://cursor.com/open-in-web.svg"> </picture> </a> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:34:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ALwrity#273
No description provided.