OpenMark — Your Personal Knowledge Graph

8,000+ bookmarks, LinkedIn saves, and YouTube videos indexed with pplx-embed, searchable with ChromaDB and Neo4j, queryable via a LangGraph agent.

Built by Ahmad Othman Ammar Adi · GitHub · Dataset


Run it yourself

This Space requires your own data and credentials. Clone the repo and follow the setup guide:

git clone https://github.com/OthmanAdi/OpenMark.git
cd OpenMark
pip install -r requirements.txt
cp .env.example .env  # add your keys
python scripts/ingest.py
python openmark/ui/app.py