codingwithadi commited on
Commit
39cff07
·
verified ·
1 Parent(s): ef99744

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -12
README.md CHANGED
@@ -1,12 +1,31 @@
1
- ---
2
- title: OpenMark
3
- emoji: 📚
4
- colorFrom: blue
5
- colorTo: gray
6
- sdk: gradio
7
- sdk_version: 6.9.0
8
- app_file: app.py
9
- pinned: false
10
- ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.