Spaces:
Running
Running
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,12 +1,31 @@
|
|
| 1 |
-
---
|
| 2 |
-
title: OpenMark
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom: blue
|
| 5 |
-
colorTo:
|
| 6 |
-
sdk: gradio
|
| 7 |
-
sdk_version: 6.
|
| 8 |
-
app_file: app.py
|
| 9 |
-
pinned:
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: OpenMark
|
| 3 |
+
emoji: 🔖
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: "6.6.0"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
+
license: mit
|
| 11 |
+
short_description: Personal knowledge graph — search 8K+ bookmarks with AI
|
| 12 |
+
tags:
|
| 13 |
+
- rag
|
| 14 |
+
- knowledge-graph
|
| 15 |
+
- neo4j
|
| 16 |
+
- chromadb
|
| 17 |
+
- langraph
|
| 18 |
+
- pplx-embed
|
| 19 |
+
- second-brain
|
| 20 |
+
- bookmarks
|
| 21 |
+
---
|
| 22 |
+
|
| 23 |
+
# OpenMark
|
| 24 |
+
|
| 25 |
+
**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.
|
| 26 |
+
|
| 27 |
+
Built by [Ahmad Othman Ammar Adi](https://github.com/OthmanAdi) · [GitHub](https://github.com/OthmanAdi/OpenMark)
|
| 28 |
+
|
| 29 |
+
## Setup required
|
| 30 |
+
|
| 31 |
+
This Space requires your own credentials (Neo4j, Azure, Raindrop). See the [GitHub repo](https://github.com/OthmanAdi/OpenMark) for full setup instructions.
|