Skip to content

Commit 839bd55

Browse files
committed
Update index.json
Add more timestamps and links
1 parent 53ce029 commit 839bd55

File tree

1 file changed

+69
-10
lines changed
  • content/videos/livestreams/sentence-embeddings/clustering-sentence-embeddings

1 file changed

+69
-10
lines changed

content/videos/livestreams/sentence-embeddings/clustering-sentence-embeddings/index.json

Lines changed: 69 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,20 @@
1010
"timestamps": [
1111
{ "time": "0:00", "title": "Livestream starts" },
1212
{ "time": "6:10", "title": "Welcome" },
13-
{ "time": "10:46", "title": "Programming with text" }
13+
{ "time": "10:46", "title": "Programming with text" },
14+
{ "time": "20:55", "title": "save embeddigs.json repo" },
15+
{ "time": "31:29", "title": "What is an embedding?" },
16+
{ "time": "38:45", "title": "Feature extraction" },
17+
{ "time": "47:31", "title": "Retrieval augmented Generation" },
18+
{ "time": "57:42", "title": "Transformers.js and ONNX" }
1419
],
1520
"codeExamples": [
21+
{
22+
"title": "",
23+
"description": "",
24+
"image": "",
25+
"urls": { "p5": "" }
26+
},
1627
{
1728
"title": "Umap3 - Loading Embeddings",
1829
"description": "",
@@ -44,15 +55,63 @@
4455
},
4556
{
4657
"icon": "",
47-
"title": "Replicate",
48-
"url": "https://replicate.com",
49-
"description": "Replicate website"
58+
"title": "Transformers.js",
59+
"url": "https://huggingface.co/docs/transformers.js/index",
60+
"description": "Reference for Transformers.js on Hugging Face"
61+
},
62+
{
63+
"icon": "",
64+
"title": "umap-js Github Repo",
65+
"url": "https://github.com/PAIR-code/umap-js",
66+
"description": "umap-js Github repo"
67+
},
68+
{
69+
"icon": "",
70+
"title": "Understanding UMAP",
71+
"url": "https://pair-code.github.io/understanding-umap",
72+
"description": "Article by Coenen and Pearce about UMAP."
73+
},
74+
{
75+
"icon": "",
76+
"title": "RAG for Nature of Code",
77+
"url": "https://huggingface.co/spaces/lilacai/nature-of-code",
78+
"description": "Hugging Face space by lilacai for RAG-NOC"
79+
},
80+
{
81+
"icon": "",
82+
"title": "C-Pack: Packaged Resources To Advance General Chinese Embedding",
83+
"url": "https://arxiv.org/pdf/2309.07597.pdf",
84+
"description": "Paper proposing C-Pack"
85+
},
86+
{
87+
"icon": "",
88+
"title": "bge-large-en-v1.5 demo",
89+
"url": "https://replicate.com/nateraw/bge-large-en-v1.5",
90+
"description": "bge-large-en-v1.5 demo on Replicate"
91+
},
92+
{
93+
"icon": "",
94+
"title": "bge-large-en-v1.5",
95+
"url": "https://huggingface.co/BAAI/bge-large-en-v1.5",
96+
"description": "Model card about bge-large-en-v1.5 on Hugging Face"
97+
},
98+
{
99+
"icon": "",
100+
"title": "ml5",
101+
"url": "https://ml5js.org",
102+
"description": "Website with information and resources about the ml5 library."
103+
},
104+
{
105+
"icon": "",
106+
"title": "tensorflow.js",
107+
"url": "https://www.tensorflow.org/js",
108+
"description": "Website with information and resources about the tensorflow.js library."
50109
},
51110
{
52111
"icon": "",
53-
"title": "",
54-
"url": "",
55-
"description": ""
112+
"title": "ONNX Runtime",
113+
"url": "https://onnxruntime.ai/docs/tutorials/web/",
114+
"description": "Tutorial that explains how to run a machine learning model in the brower using ONNX."
56115
}
57116
]
58117
},
@@ -61,9 +120,9 @@
61120
"links": [
62121
{
63122
"icon": "🚂",
64-
"title": "",
65-
"url": "",
66-
"description": ""
123+
"title": "How to Set up A Node Project",
124+
"url": "content/videos/discord/setup-node-project",
125+
"description": "My tutorial about setting up a Node project."
67126
}
68127
]
69128
}

0 commit comments

Comments
 (0)