Skip to content

ThomasJButler/Morpheus

Repository files navigation

Morpheus

An intelligent document reasoning system with a Matrix-themed interface.

Live Demo | API Docs

image

Overview

Upload your private documents and ask questions in natural language. Morpheus learns from your documents and returns accurate answers with source citations.

Why Morpheus

  • Private by design - Each session creates a fresh Pinecone vector namespace. When your session ends, your data is gone. Nothing is stored permanently.
  • Cost effective - Pay only for the tokens you use instead of $20/month for AI Pro subscriptions.
  • Unique insights - Get answers derived specifically from your documents, not generic web results.

How It Works

  1. Documents are chunked and embedded into vectors
  2. Stored in Pinecone under your session namespace
  3. Retrieved via semantic search when you ask questions
  4. Claude generates answers from the retrieved context
  5. New session = fresh start, no data carried over

Tech Stack

Next.js TypeScript Tailwind CSS Python FastAPI Anthropic OpenAI Pinecone

Licence

MIT - see LICENSE

About

An intelligent document reasoning system with a Matrix-themed interface.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published