Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alipay/PASE


https://github.com/alipay/PASE

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Pase

Pase: PostgreSQL Ultra-High Dimensional Approximate Nearest Neighbor Search Extension

## Building

1. install psql
2. make USE_PGXS=1

## How Pase works
PASE can be used directly through the simple command 'create extention pase;' in PG. For specific usage examples, please refer to "sql/pase.sql".

## Full documentation of Pase

## Authors
Wen Yang ([email protected])

Tao Li ([email protected])

Gai Fang ([email protected])

## Reference
https://dl.acm.org/doi/pdf/10.1145/3318464.3386131

## License

## Thanks

Thanks to:

- [Faiss: A Library for Efficient Similarity Search and Clustering of Dense Vectors](https://github.com/facebookresearch/faiss)