Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 25e2439

Browse files
committed
Merge branch 'main' into dev
2 parents 41c75dc + bdde26a commit 25e2439

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

astro.config.mjs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,6 @@ export default defineConfig({
8181
tag: 'meta',
8282
attrs: { name: 'twitter:image', content: site + '/img/og.png' },
8383
},
84-
// Script
85-
{
86-
tag: "script",
87-
attrs: { src: "/reb2b.js", type: "text/javascript", async: true }
88-
},
8984
],
9085
components: {
9186
Header: './src/components/overrides/Header.astro',

public/reb2b.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/content/docs/extensions/vector.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ CALL CREATE_VECTOR_INDEX(
185185
Required arguments:
186186
- `TABLE_NAME`: The node table containing a property on which the index is to be created.
187187
- `INDEX_NAME`: The name of the vector index.
188-
- `PROPERTY_NAME`: The name of the vector property on which the index is to be created. The property must be a `LIST` or `ARRAY` of type `FLOAT` or `DOUBLE`.
188+
- `PROPERTY_NAME`: The name of the vector property on which the index is to be created. The property must be an `ARRAY` of type `FLOAT` or `DOUBLE`.
189189

190190
Optional arguments to tune the index:
191191

src/content/docs/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ program by adding the directory to your build system's search paths.
252252
## Kuzu Explorer
253253

254254
Kuzu Explorer is a web-based GUI for Kuzu. It allows you to explore and query your Kuzu database
255-
using a web browser. Refer to the Kuzu Explorer [GitHub repo](https://github.com/kuzudb/kuzu-explorer)
255+
using a web browser. Refer to the Kuzu Explorer [GitHub repo](https://github.com/kuzudb/explorer)
256256
for more details.
257257

258258
## Kuzu MCP Server

0 commit comments

Comments
 (0)