Compare commits

...

9 Commits

Author SHA1 Message Date
Eugene Yurtsev
e1810e134e x 2025-07-14 18:07:29 -04:00
Eugene Yurtsev
1420054124 x 2025-07-14 17:28:04 -04:00
Eugene Yurtsev
41c83fc5a7 x 2025-07-14 16:56:43 -04:00
Eugene Yurtsev
dbd5ab5bbb Merge branch 'eugene/gtm_langchain' of github.com:langchain-ai/langchain into eugene/gtm_langchain 2025-07-14 16:53:08 -04:00
Eugene Yurtsev
60b9e94eec x 2025-07-14 16:53:03 -04:00
Eugene Yurtsev
19148d74d7 Merge branch 'master' into eugene/gtm_langchain 2025-07-14 16:52:43 -04:00
Eugene Yurtsev
7bd5226b03 x 2025-07-14 10:59:38 -04:00
Eugene Yurtsev
ba530557ac x 2025-07-11 17:24:37 -04:00
Eugene Yurtsev
537b4ece89 add gtm tag 2025-07-11 17:18:43 -04:00
5 changed files with 5410 additions and 3047 deletions

View File

@@ -389,7 +389,8 @@
" ax = axs[idx]\n",
" ax.imshow(img)\n",
" # Assuming similarity is not available in the new data, removed sim_score\n",
" ax.title.set_text(f\"\\nProduct ID: {data[\"id\"]}\\n Score: {score}\")\n",
" data_id = data[\"id\"]\n",
" ax.title.set_text(f\"\\nProduct ID: {data_id}\\n Score: {score}\")\n",
" ax.axis(\"off\") # Turn off axis\n",
"\n",
" # Hide any remaining empty subplots\n",
@@ -595,7 +596,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
"version": "3.9.6"
}
},
"nbformat": 4,

View File

@@ -78,6 +78,12 @@ const config = {
},
}),
}),
[
"@docusaurus/plugin-google-tag-manager",
{
containerId: "GTM-MH4VTX4V",
},
],
],
presets: [
@@ -313,15 +319,6 @@ const config = {
contextualSearch: false,
},
}),
scripts: [
baseUrl + "js/google_analytics.js",
{
src: "https://www.googletagmanager.com/gtag/js?id=G-9B66JQQH2F",
async: true,
},
],
customFields: {
supabasePublicKey: process.env.NEXT_PUBLIC_SUPABASE_PUBLIC_KEY,
supabaseUrl: process.env.NEXT_PUBLIC_SUPABASE_URL,

View File

@@ -23,6 +23,7 @@
},
"dependencies": {
"@docusaurus/core": "3.5.2",
"@docusaurus/plugin-google-tag-manager": "^3.8.1",
"@docusaurus/preset-classic": "3.5.2",
"@docusaurus/remark-plugin-npm2yarn": "^3.5.2",
"@docusaurus/theme-mermaid": "3.5.2",

File diff suppressed because it is too large Load Diff

6140
uv.lock generated

File diff suppressed because it is too large Load Diff