Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alipay/PASE
https://github.com/alipay/PASE
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alipay/PASE
- Owner: alipay
- Created: 2022-08-26T05:46:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-26T06:08:01.000Z (about 2 years ago)
- Last Synced: 2024-08-02T07:14:11.455Z (3 months ago)
- Language: C
- Size: 55.7 KB
- Stars: 41
- Watchers: 1
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vector-search - PASE - Ultra-High-Dimensional approximate nearest neighbor search extension for Postgres
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)