Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 636 Bytes

File metadata and controls

20 lines (12 loc) · 636 Bytes

🤖 AGENTS.md — SQLite-Vec Intelligence Layer

implement note app with knowledge graph (RAG)

🪐 Overview

This prototype demonstrates an autonomous knowledge graph & vector memory system powered by:

  • Native vector search / sqlite-vec — high-speed semantic retrieval
  • LLM (OpenAI / Claude / Llama4) — reasoning, summarization, and knowledge synthesis
  • Gradio — front-end visualization for notes, nodes, and links

The objective:

Enable a local-first, serverless, self-learning “NoteGraph” that fuses relational SQL with semantic vector space.


🧩 Architecture Outline

OPENAI KEY