Skip to content

Conversation

@IanLindsley
Copy link
Collaborator

@IanLindsley IanLindsley commented Oct 20, 2025

Summary

  • move the admin datastore router under the /admin prefix and drop the legacy /add-document alias
  • update cache and chroma tests to hit the new /admin/chroma and /admin/cache routes via shared constants
  • tighten the app factory assertion to ensure the router exposes /admin/chroma paths

Testing

  • scripts/check_repo.sh

Move every datastore route under the /admin prefix and drop the unused /add-document shim so the API exposes only /admin/chroma endpoints. Updated the cache and Chroma test suites to request the new URLs via shared constants and tightened the FastAPI app health check to expect the /admin/chroma prefix.

Tests:
- scripts/check_repo.sh
@IanLindsley IanLindsley merged commit f53364a into main Oct 20, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants