Local retrieval service for the Ask Morphy website chatbox.
https://apidocs.mor.org/sitemap.xmlhttps://gitbook.mor.org/sitemap.xml(including nested sitemap indexes)https://apidocs.mor.org/llms.txthttps://gitbook.mor.org/llms.txt- Configured Morpheus GitHub repositories
GET /healthPOST /ingestPOST /query
cp .env.example .env
docker compose up --build
curl -X POST http://127.0.0.1:3401/ingest
curl -X POST http://127.0.0.1:3401/query -H "Content-Type: application/json" -d '{"query":"How do I authenticate with the Morpheus API?"}'