Git Product home page Git Product logo

pgvecto.rs-docs's Introduction

pgvecto.rs

discord invitation link

This website is built using VitePress, Vite & Vue Powered Static Site Generator.

Installation

npm i -g pnpm
pnpm i

Local Development

# 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

# 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.

pgvecto.rs-docs's People

Contributors

cutecutecat avatar gaocegege avatar jinweios avatar joepassanante avatar kemingy avatar silver-ymz avatar usamoi avatar vovallen avatar xieydd avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pgvecto.rs-docs's Issues

docs refine: kubernetes

  • Set [Build PostgreSQL image with pgvecto.rs] as optional
  • Add recommend image name imageName: <your-postgresql-image-repo>:<pg-tag> to ghcr.io/tensorchord/cloudnative-pgvecto.rs:16-v0.2.0
  • Add step to apply yaml: kubectl apply -f cnpg.yaml at [Create PostgreSQL cluster]

docs: upgrade to 0.2.1

We need change 0.2.0 to 0.2.x to tell user our original upgrade procedure is still available.

Cargo-pgrx install script that in development.md run error

Problem

When I follow the steps in develop.md, got this error.

ubuntu:~/pgvecto.rs$ cargo install cargo-pgrx@$(grep 'pgrx = {' Cargo.toml | cut -d '"' -f 2)
error: invalid package name: `https://github.com/tensorchord/pgrx.git`
    Use `cargo install --git https://github.com/tensorchord/pgrx.git` if you meant to install from a git repository.

Possible Causes

When I run this

ubuntu:~/pgvecto.rs$ grep 'pgrx = {' Cargo.toml
pgrx = { version = "0.11.3", default-features = false, features = [] }
pgrx = { git = "https://github.com/tensorchord/pgrx.git", branch = "v0.11.3-patch" }

Use the cat command to filter and get the following results

ubuntu:~/pgvecto.rs$ grep 'pgrx = {' Cargo.toml | cut -d '"' -f 2
0.11.3
https://github.com/tensorchord/pgrx.git

So I think it can be solved like this, just add 'version' string in grep command params.

ubuntu:~/pgvecto.rs$ grep 'pgrx = { version' Cargo.toml | cut -d '"' -f 2
0.11.3

If there is no deviation in my understanding, this PR can be merged

docs: types

tensorchord/pgvecto.rs#255

We need to document:

  • text representation of vector types
  • memory representation of vector types
  • binary representation of vector types
  • subscript behaviors of vector types

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.