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 }}
mosuka
/
laurus
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
26
Code
Issues
65
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: mosuka/laurus
Actions
All workflows
Workflows
Deploy Documentation
Deploy Documentation
pages-build-deployment
pages-build-deployment
Periodic
Periodic
Regression
Regression
Release
Release
Show more workflows...
Management
Caches
Deployments
Deploy Documentation
Deploy Documentation
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Show workflow options
Create status badge
Create status badge
Loading
Uh oh!
There was an error while loading.
Please reload this page
.
deploy-docs.yml
will be ignored since log searching is not yet available
321 workflow runs
321 workflow runs
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
feat(cli): create index --train-pq-codebook trains codebooks at creat…
Deploy Documentation
#321:
Commit
6b1c59f
pushed by
mosuka
3m 21s
main
main
3m 21s
View workflow file
feat(cli): train pq-codebook --from-index samples committed vectors (…
Deploy Documentation
#320:
Commit
d9cafab
pushed by
mosuka
3m 5s
main
main
3m 5s
View workflow file
feat(vector/search): PQ → SQ → f32 three-stage rerank chain (closes #…
Deploy Documentation
#319:
Commit
09ff63e
pushed by
mosuka
3m 18s
main
main
3m 18s
View workflow file
feat(vector/search): Stage-2 rerank for Flat/IVF via the shared pipel…
Deploy Documentation
#318:
Commit
6668b71
pushed by
mosuka
2m 35s
main
main
2m 35s
View workflow file
refactor(vector/search): extract RerankStage/RerankPipeline, port HNS…
Deploy Documentation
#317:
Commit
219462e
pushed by
mosuka
2m 53s
main
main
2m 53s
View workflow file
fix(vector/search): select per-searcher top-k by distance, not underf…
Deploy Documentation
#316:
Commit
437ee2c
pushed by
mosuka
2m 52s
main
main
2m 52s
View workflow file
perf(vector/search): stop materializing vector_ids() on count and war…
Deploy Documentation
#315:
Commit
f0b5146
pushed by
mosuka
2m 46s
main
main
2m 46s
View workflow file
perf(vector/search): parallelize SegmentFanoutSearcher's per-segment …
Deploy Documentation
#314:
Commit
32433a5
pushed by
mosuka
3m 6s
main
main
3m 6s
View workflow file
fix(vector/search): rescore multi-segment hits on a shared basis — pe…
Deploy Documentation
#313:
Commit
ad396cf
pushed by
mosuka
2m 59s
main
main
2m 59s
View workflow file
fix(vector/index): bound PQ codebook allocation against file size in …
Deploy Documentation
#312:
Commit
cd13a5a
pushed by
mosuka
3m 14s
main
main
3m 14s
View workflow file
feat(bindings): expose pq_codebook_path across 5 language bindings (#…
Deploy Documentation
#311:
Commit
41c8b49
pushed by
mosuka
2m 49s
main
main
2m 49s
View workflow file
feat(vector,cli,server): schema-level pq_codebook_path + laurus train…
Deploy Documentation
#310:
Commit
203f629
pushed by
mosuka
2m 52s
main
main
2m 52s
View workflow file
feat(vector/index): shared PQ codebook file + train-free encode path …
Deploy Documentation
#309:
Commit
7204d90
pushed by
mosuka
3m 6s
main
main
3m 6s
View workflow file
perf(vector/index): avoid merge-path clone and pre-size HNSW search h…
Deploy Documentation
#308:
Commit
cebf58b
pushed by
mosuka
3m 23s
main
main
3m 23s
View workflow file
feat(vector/index): default Flat/IVF to segment-per-commit layout (#9…
Deploy Documentation
#307:
Commit
e7bcc8e
pushed by
mosuka
2m 56s
main
main
2m 56s
View workflow file
feat(vector/index): segment-per-commit SegmentedIvfIndex (#906) (#914)
Deploy Documentation
#306:
Commit
5b0975d
pushed by
mosuka
3m 30s
main
main
3m 30s
View workflow file
feat(vector/index): segment-per-commit SegmentedFlatIndex (#904) (#913)
Deploy Documentation
#305:
Commit
29d62a9
pushed by
mosuka
2m 58s
main
main
2m 58s
View workflow file
fix(vector/index): clamp IVF n_clusters to the available corpus inste…
Deploy Documentation
#304:
Commit
67d6c51
pushed by
mosuka
2m 55s
main
main
2m 55s
View workflow file
fix(vector/index): atomic tmp+rename writes for Flat and IVF index wr…
Deploy Documentation
#303:
Commit
0ce0b06
pushed by
mosuka
3m 14s
main
main
3m 14s
View workflow file
refactor(vector/index): extract shared multi-segment fan-out search l…
Deploy Documentation
#302:
Commit
26ae14b
pushed by
mosuka
2m 57s
main
main
2m 57s
View workflow file
refactor(vector/index): extract shared segment infrastructure into ve…
Deploy Documentation
#301:
Commit
1b4d3ab
pushed by
mosuka
3m 16s
main
main
3m 16s
View workflow file
refactor(vector/index): remove dead pre-#634 segment/maintenance scaf…
Deploy Documentation
#300:
Commit
19a8634
pushed by
mosuka
3m 1s
main
main
3m 1s
View workflow file
test(vector/hnsw): stabilize incremental_append_recall_matches_fresh_…
Deploy Documentation
#299:
Commit
876bcaf
pushed by
mosuka
3m 5s
main
main
3m 5s
View workflow file
perf(storage): FileOutput::close skips a redundant fsync after flush_…
Deploy Documentation
#298:
Commit
267bec7
pushed by
mosuka
11m 53s
main
main
11m 53s
View workflow file
fix(engine): mutations concurrent with commit can lose their WAL reco…
Deploy Documentation
#297:
Commit
ed7e715
pushed by
mosuka
3m 16s
main
main
3m 16s
View workflow file
Previous
1
2
3
4
5
…
12
13
Next
You can’t perform that action at this time.