VSAG is a vector indexing library used for similarity search. The indexing algorithm allows users to search through various sizes of vector sets, especially those that cannot fit in memory. The library also provides methods for generating parameters based on vector dimensions and data scale, allowing developers to use it without understanding the algorithm’s principles. VSAG is written in C++ and provides a Python wrapper package called pyvsag. Developed by the Vector Database Team at Ant Group.
Raw data
{
"_id": null,
"home_page": "https://github.com/alipay/vsag",
"name": "pyvsag",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "search nearest neighbors",
"author": "the vsag project",
"author_email": "the.vsag.project@gmail.com",
"download_url": null,
"platform": null,
"description": "VSAG is a vector indexing library used for similarity search. The indexing algorithm allows users to search through various sizes of vector sets, especially those that cannot fit in memory. The library also provides methods for generating parameters based on vector dimensions and data scale, allowing developers to use it without understanding the algorithm\u2019s principles. VSAG is written in C++ and provides a Python wrapper package called pyvsag. Developed by the Vector Database Team at Ant Group.\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "vsag is a vector indexing library used for similarity search",
"version": "0.0.10",
"project_urls": {
"Homepage": "https://github.com/alipay/vsag"
},
"split_keywords": [
"search",
"nearest",
"neighbors"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0bb568622dd1d26fdf5c051f36589262e0580ff77e5ba8e93b8615ce2edac831",
"md5": "4be086b439d7090633fcd84a76872c47",
"sha256": "9a89bf564cd43d9b09c09155b608557287391a56fe23dc1c277bf061b01d78f5"
},
"downloads": -1,
"filename": "pyvsag-0.0.10-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4be086b439d7090633fcd84a76872c47",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 46841934,
"upload_time": "2024-11-22T10:04:02",
"upload_time_iso_8601": "2024-11-22T10:04:02.849712Z",
"url": "https://files.pythonhosted.org/packages/0b/b5/68622dd1d26fdf5c051f36589262e0580ff77e5ba8e93b8615ce2edac831/pyvsag-0.0.10-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-22 10:04:02",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "alipay",
"github_project": "vsag",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"circle": true,
"lcname": "pyvsag"
}