Skip to content

MorpheusAIs/morpheus-knowledge-rag

Repository files navigation

LlamaIndex RAG service

Local retrieval service for the Ask Morphy website chatbox.

What it ingests

  • https://apidocs.mor.org/sitemap.xml
  • https://gitbook.mor.org/sitemap.xml (including nested sitemap indexes)
  • https://apidocs.mor.org/llms.txt
  • https://gitbook.mor.org/llms.txt
  • Configured Morpheus GitHub repositories

Endpoints

  • GET /health
  • POST /ingest
  • POST /query

Local Docker usage

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?"}'

About

A LlamaIndex based RAG with knowledge on the inference api docs, Gitbook and other Morpheus repositories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors