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.
- Host: GitHub
- URL: https://github.com/tensorchord/pgvecto.rs-docs
- Owner: tensorchord
- Created: 2024-01-03T02:47:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T03:42:18.000Z (about 2 years ago)
- Last Synced: 2024-05-23T04:37:41.403Z (about 2 years ago)
- Language: TypeScript
- Homepage: https://docs.pgvecto.rs/getting-started/overview.html
- Size: 2.95 MB
- Stars: 2
- Watchers: 12
- Forks: 9
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pgvecto.rs
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)