2020-10-31 04:28:40 +08:00
|
|
|
{
|
|
|
|
"name": "faiss",
|
2023-06-14 05:32:45 +08:00
|
|
|
"version": "1.7.4",
|
2024-09-09 02:33:03 +08:00
|
|
|
"port-version": 1,
|
2020-10-31 04:28:40 +08:00
|
|
|
"description": "Faiss is a library for efficient similarity search and clustering of dense vectors.",
|
|
|
|
"homepage": "https://github.com/facebookresearch/faiss",
|
|
|
|
"license": "MIT",
|
2024-09-09 02:33:03 +08:00
|
|
|
"supports": "!uwp & !osx & !x86 & !(arm64 & windows)",
|
2020-10-31 04:28:40 +08:00
|
|
|
"dependencies": [
|
|
|
|
"lapack",
|
2021-09-01 08:04:51 +08:00
|
|
|
"openblas",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2020-10-31 04:28:40 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"gpu": {
|
|
|
|
"description": "Whether to enable GPU support",
|
|
|
|
"dependencies": [
|
|
|
|
"cuda"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|