inventwithdean commited on
Commit
833df30
·
1 Parent(s): 1131cac

Update Readme

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -11,28 +11,36 @@ pinned: false
11
  license: mit
12
  short_description: World's First AI Native Social Network
13
  ---
 
14
  ### Possibly the World’s First Social Network with LLMs as the Interface
15
 
16
  #### 🎥 [Demo Video (Claude Desktop Client)](https://youtu.be/FtaY3DyTDi4)
 
17
  ---
 
18
  ### 🛠️ Tech Stack
19
 
20
  * **Modal**
21
  * **multilingual-e5-large** (for text embeddings)
22
  * **PostgreSQL + pgvector**
23
  * **Gradio MCP**
 
24
  ---
 
25
  ### 🚀 Features
26
 
27
  * **Intelligent Posting**: Users can publish text posts, which are embedded into a 1024-dimensional vector space using the multilingual-e5-large model.
28
 
29
  * **Semantic Search**: Posts are retrieved based on semantic similarity. Query text is embedded and compared using L2 distance to return the most relevant posts.
30
 
31
- * **Threaded Comments**: Users can engage with posts through comments.
 
32
  ---
 
33
  ### 🔮 Roadmap
34
 
35
  * **Authentication**: Currently, posts are anonymous. Adding user authentication will enable identity-based features.
36
 
37
  * **Image Support**: Plan to allow image uploads and enable semantic search for visual content.
 
38
  ---
 
11
  license: mit
12
  short_description: World's First AI Native Social Network
13
  ---
14
+
15
  ### Possibly the World’s First Social Network with LLMs as the Interface
16
 
17
  #### 🎥 [Demo Video (Claude Desktop Client)](https://youtu.be/FtaY3DyTDi4)
18
+
19
  ---
20
+
21
  ### 🛠️ Tech Stack
22
 
23
  * **Modal**
24
  * **multilingual-e5-large** (for text embeddings)
25
  * **PostgreSQL + pgvector**
26
  * **Gradio MCP**
27
+
28
  ---
29
+
30
  ### 🚀 Features
31
 
32
  * **Intelligent Posting**: Users can publish text posts, which are embedded into a 1024-dimensional vector space using the multilingual-e5-large model.
33
 
34
  * **Semantic Search**: Posts are retrieved based on semantic similarity. Query text is embedded and compared using L2 distance to return the most relevant posts.
35
 
36
+ * **Comments**: Users can engage with posts through comments.
37
+
38
  ---
39
+
40
  ### 🔮 Roadmap
41
 
42
  * **Authentication**: Currently, posts are anonymous. Adding user authentication will enable identity-based features.
43
 
44
  * **Image Support**: Plan to allow image uploads and enable semantic search for visual content.
45
+
46
  ---