An open API service indexing awesome lists of open source software.

https://github.com/tensorchord/pgvecto.rs-docs

Scalable Vector Search in Postgres. Revolutionize Vector Search, not Database.
https://github.com/tensorchord/pgvecto.rs-docs

Last synced: about 1 year ago
JSON representation

Scalable Vector Search in Postgres. Revolutionize Vector Search, not Database.

Awesome Lists containing this project

README

          


pgvecto.rs



discord invitation link

This website is built using [VitePress](https://vitepress.vuejs.org/), Vite & Vue Powered Static Site Generator.

### Installation

```shell
npm i -g pnpm
pnpm i
```

### Local Development

```shell
# dev en-US docs
pnpm docs:dev
```

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

### Build

```shell
# build en-US docs
pnpm docs:build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.

### Tips

Recommended to read the following part before you start to contribute the docs.

- VitePress Markdown features [VitePress Markdown](https://vitepress.vuejs.org/guide/markdown.html)