CoolFace
Apppublic

siva-gunasehkaran/contextory-ai

sourceHugging Faceapache-2.0updated 9mo agoView on Hugging Face
0likes
App README

Contextory 🧠 β€” Local-First AI Memory Assistant

πŸ”— Live App: https://www.contextory.app

Contextory is a production AI application designed to help users capture, search, and recall their work context using local-first LLMs.


πŸš€ What does Contextory do?

  • β€”Semantic search over personal work history
  • β€”Daily & weekly AI-generated summaries
  • β€”β€œWhat did I work on?” queries with context retrieval
  • β€”Built with privacy-first principles

🧠 AI Architecture

  • β€”LLMs: Local models via Ollama (LLaMA / Mistral)
  • β€”Embeddings: Local embedding models
  • β€”Vector Database: Chroma
  • β€”RAG: Retrieval-Augmented Generation
  • β€”Agent patterns: Multi-step reasoning for summaries
  • β€”Backend: FastAPI-based AI services

πŸ” RAG Flow

User Query β†’ Embedding β†’ Vector Search (Chroma) β†’ Context Retrieval β†’ Prompt Construction β†’ LLM Reasoning β†’ Grounded Response + Citations


πŸ” Why Local-First AI?

  • β€”Strong privacy guarantees
  • β€”No data sent to third-party APIs
  • β€”Predictable cost
  • β€”Works offline

πŸ§‘β€πŸ’» About the Builder

Built by a full-stack engineer transitioning into AI Engineering, with a focus on:

  • β€”LLM system design
  • β€”RAG pipelines
  • β€”Agent orchestration
  • β€”Production-ready AI APIs

πŸ“Œ Status

βœ… Live & deployed 🧠 Actively evolving πŸ“¦ Open to feedback