88
99[ ![ License] ( https://img.shields.io/badge/License-MIT-yellow?style=flat )] ( LICENSE )
1010[ ![ Language] ( https://img.shields.io/badge/Language-C-blue?logo=c&style=flat )] ( https://en.wikipedia.org/wiki/C_(programming_language) )
11- [ ![ Tests] ( https://img.shields.io/badge/Tests-passing-success?logo=github&style=flat )] ( https://singaraiona.github.io/rayforce/tests_report/ )
12- [ ![ Coverage] ( https://img.shields.io/badge/Coverage-passing-brightgreen?logo=github&style=flat )] ( https://singaraiona.github.io/rayforce/coverage_report/ )
13- [ ![ Release] ( https://img.shields.io/badge/Release-latest-blue?logo=github&style=flat )] ( https://github.com/singaraiona/rayforce/releases )
14- [ ![ Documentation] ( https://img.shields.io/badge/Documentation-latest-blue?logo=github&style=flat )] ( https://singaraiona.github.io/rayforce/ )
11+ [ ![ Tests] ( https://img.shields.io/badge/Tests-passing-success?logo=github&style=flat )] ( https://RayforceDB.github.io/rayforce/tests_report/ )
12+ [ ![ Release] ( https://img.shields.io/badge/Release-latest-blue?logo=github&style=flat )] ( https://github.com/RayforceDB/rayforce/releases )
13+ [ ![ Documentation] ( https://img.shields.io/badge/Documentation-latest-blue?logo=github&style=flat )] ( https://RayforceDB.github.io/rayforce/ )
1514[ ![ Linux] ( https://img.shields.io/badge/Linux-supported-green?logo=linux&logoColor=white&style=flat )] ( )
1615[ ![ macOS] ( https://img.shields.io/badge/macOS-supported-green?logo=apple&style=flat )] ( )
1716[ ![ Windows] ( https://img.shields.io/badge/Windows-supported-green?logo=microsoft&style=flat )] ( )
@@ -30,7 +29,7 @@ A high-performance columnar vector database written in pure C. RayforceDB combin
3029## Quick Start
3130
3231``` bash
33- git clone https://github.com/singaraiona /rayforce.git
32+ git clone https://github.com/RayforceDB /rayforce.git
3433cd rayforce
3534make release
3635./rayforce
@@ -56,9 +55,8 @@ make bench # Run benchmark suite
5655
5756## Documentation
5857
59- - [ Full Documentation] ( https://singaraiona.github.io/rayforce/ )
60- - [ Test Reports] ( https://singaraiona.github.io/rayforce/tests_report/ )
61- - [ Coverage Reports] ( https://singaraiona.github.io/rayforce/coverage_report/ )
58+ - [ Full Documentation] ( https://RayforceDB.github.io/rayforce/ )
59+ - [ Test Reports] ( https://RayforceDB.github.io/rayforce/tests_report/ )
6260
6361## Python bindings
6462
@@ -68,7 +66,7 @@ Rayforce has powerful [Python bindings](https://github.com/RayforceDB/rayforce-p
6866
6967Contributions are welcome! You can help by:
7068
71- - Reporting bugs and requesting features via [ GitHub Issues] ( https://github.com/singaraiona /rayforce/issues )
69+ - Reporting bugs and requesting features via [ GitHub Issues] ( https://github.com/RayforceDB /rayforce/issues )
7270- Submitting pull requests
7371- Creating example scripts and use cases
7472- Improving documentation
0 commit comments