Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
intel
/
ScalableVectorSearch
Public
Notifications
You must be signed in to change notification settings
Fork
45
Star
235
Code
Issues
27
Pull requests
20
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[C-API] SVS Pure-C API binding
- #284
#284
Draft
rfsaliev
wants to merge 27 commits into
main
intel/ScalableVectorSearch:main
from
dev/c-api
intel/ScalableVectorSearch:dev/c-api
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Draft
[C-API] SVS Pure-C API binding
#284
rfsaliev
wants to merge 27 commits into
main
intel/ScalableVectorSearch:main
from
dev/c-api
intel/ScalableVectorSearch:dev/c-api
Copy head branch name to clipboard
Commits
Commits on Mar 4, 2026
First draft of C API design
rfsaliev
committed
ad31648
View commit details
Copy full SHA for ad31648
Browse repository at this point
First C API implementation draft with sample
rfsaliev
committed
e196831
View commit details
Copy full SHA for e196831
Browse repository at this point
Some code refactoring
rfsaliev
committed
6ca5115
View commit details
Copy full SHA for 6ca5115
Browse repository at this point
Improve error handling and add LeanVec support
rfsaliev
committed
19201d1
View commit details
Copy full SHA for 19201d1
Browse repository at this point
Add basic thread pool configuration support
rfsaliev
committed
5941e16
View commit details
Copy full SHA for 5941e16
Browse repository at this point
Set default visibility hidden
rfsaliev
committed
b1e85f4
View commit details
Copy full SHA for b1e85f4
Browse repository at this point
Add FP16 simple storage
rfsaliev
committed
47e8096
View commit details
Copy full SHA for 47e8096
Browse repository at this point
Add search parameters support
rfsaliev
committed
3ce98f9
View commit details
Copy full SHA for 3ce98f9
Browse repository at this point
Add LVQ and SQ storage kinds support
rfsaliev
committed
0a014de
View commit details
Copy full SHA for 0a014de
Browse repository at this point
Cleanup code in index build dispatching
rfsaliev
committed
c5009bb
View commit details
Copy full SHA for c5009bb
Browse repository at this point
Add custom thread pool support
rfsaliev
committed
a1547d8
View commit details
Copy full SHA for a1547d8
Browse repository at this point
Add some vamana parameters getters/setters
rfsaliev
committed
9c4cd43
View commit details
Copy full SHA for 9c4cd43
Browse repository at this point
Extend/improve error handling
rfsaliev
committed
4e6181a
View commit details
Copy full SHA for 4e6181a
Browse repository at this point
Update C API design document
rfsaliev
committed
cf45cd0
View commit details
Copy full SHA for cf45cd0
Browse repository at this point
Add index save/load API (#251)
Show description for e045deb
rfsaliev
committed
e045deb
View commit details
Copy full SHA for e045deb
Browse repository at this point
Commits on Mar 10, 2026
Add dynamic Vamana index support (#252)
Show description for 62cca5b
rfsaliev
committed
62cca5b
View commit details
Copy full SHA for 62cca5b
Browse repository at this point
[C API] Refactor C API implementation to make it portable to the public repo
rfsaliev
committed
c2f03b9
View commit details
Copy full SHA for c2f03b9
Browse repository at this point
Apply formatting via pre-commit hook
rfsaliev
committed
04bbff0
View commit details
Copy full SHA for 04bbff0
Browse repository at this point
Commits on Mar 27, 2026
Merge remote-tracking branch 'origin/main' into dev/c-api
rfsaliev
committed
3103a68
View commit details
Copy full SHA for 3103a68
Browse repository at this point
Fix copyright issues
rfsaliev
committed
ec4260c
View commit details
Copy full SHA for ec4260c
Browse repository at this point
Commits on Apr 16, 2026
[C-API] Add getter and setter for index threadpool size (#305)
Show description for 1478cde
rfsaliev
authored
1478cde
View commit details
Copy full SHA for 1478cde
Browse repository at this point
Commits on May 8, 2026
Fix: cmake version compatibility issue in C API CMakeLists.txt (#318)
Show description for 39119a4
rfsaliev
authored
39119a4
View commit details
Copy full SHA for 39119a4
Browse repository at this point
Commits on Jun 8, 2026
Merge remote-tracking branch 'origin/main' into dev/c-api
rfsaliev
committed
66a0549
View commit details
Copy full SHA for 66a0549
Browse repository at this point
Commits on Jun 11, 2026
Add C API tests for error handling, indexing, and search parameters (#306)
Show description for 03f514b
rfsaliev
authored
03f514b
View commit details
Copy full SHA for 03f514b
Browse repository at this point
Add license header to C API tests README.md
rfsaliev
committed
83c6196
View commit details
Copy full SHA for 83c6196
Browse repository at this point
Commits on Jul 17, 2026
[C API] Add support for filtered TopK search in C API (#352)
Show description for db44de8
rfsaliev
authored
db44de8
View commit details
Copy full SHA for db44de8
Browse repository at this point
[C API] Add memory accounting (get_memory_usage / get_memory_breakdown) (#354)
Show description for 3fae3ac
yuejiaointel
authored
3fae3ac
View commit details
Copy full SHA for 3fae3ac
Browse repository at this point
You can’t perform that action at this time.