Skip to content

yah01/knowhere-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

knowhere-rs

Rust port of Knowhere

Generate

Compile Knowhere with Release mode first:

mkdir build && cd build
conan install .. --build=missing -o with_ut=True -s compiler.libcxx=libstdc++11 -s build_type=Release
conan build ..

This generates the Knowhere shared library to knowhere/build/Release, so the bindgen could find it.

Then run cargo build to generate the bindings at src/knowhere.rs

About

Rust port of Knowhere

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages