implement note app with knowledge graph (RAG)
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.