Browse Source

supabase ๐Ÿ“‚

windhamdavid 1 year ago
parent
commit
7f9c75670a
3 changed files with 17 additions and 13 deletions
  1. 3 1
      docs/editors/vs.md
  2. 2 0
      docs/saas/supabase.md
  3. 12 12
      sidebars.js

+ 3 - 1
docs/editors/vs.md

@@ -4,7 +4,7 @@ Visual Studio Code is my primary text editor. I occasionally use JetBrains and I
 
 ## Notes
 
-11/26/21 - added Visual Studio Code (& Insiders) to [Ovid](/docs/computers/ovid) and need to make some notes as I get along.  
+**11/26/21** - added Visual Studio Code (& Insiders) to [Ovid](/docs/computers/ovid) and need to make some notes as I get along.  
 
 ## Extensions
 
@@ -43,6 +43,8 @@ Visual Studio Code is my primary text editor. I occasionally use JetBrains and I
 - IntelliCode ( Microsoft )
 - IntelliCode API Usage ( Microsoft )
 - isort ( Microsoft )
+- JavaScript and TypeScript Nightly ( Microsoft )
+- JavaScript Debugger Nightly ( Microsoft )
 - JSON Validate ( rioj7 )
 - Jupyter ( Microsoft )
 - Jupyter Cell Tags ( Microsoft )

+ 2 - 0
docs/saas/supabase.md

@@ -6,6 +6,8 @@ I started with an [AI project](/ai) to import all of the markdown files from thi
 
 ## Log
 
+**23.06.25** - I've been using Supabase quite a bit for vector embeddings mainly because of their [open source toolkit for Postgres](https://supabase.com/vector). 
+
 ## Dashboard 
 
 - <https://supabase.com/dashboard/>

+ 12 - 12
sidebars.js

@@ -16,6 +16,18 @@ module.exports = {
         'computers/zeke'
       ],
     },
+    {
+      type: 'category',
+      label: 'Data',
+      collapsible: true,
+      link: {
+        type:'doc',
+        id:'data/data',
+      },
+      items: [
+        'data/machine',
+      ],
+    },
     {
       type: 'category',
       label: 'Database',
@@ -63,18 +75,6 @@ module.exports = {
         'lang/Rust',
       ],
     },
-    {
-      type: 'category',
-      label: 'Data',
-      collapsible: true,
-      link: {
-        type:'doc',
-        id:'data/data',
-      },
-      items: [
-        'data/machine',
-      ],
-    },
     {
       type: 'category',
       label: 'SasS',