feat: M8.3 M8.4 complete, add SimpleHybridSearch for M8.6

This commit is contained in:
2026-08-28 13:30:05 -07:00
parent ac8eac03b0
commit f6eaae0966
2 changed files with 149 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ pub mod queue_adapter;
pub mod gateway_queue_adapter;
pub mod queue_worker;
pub mod query_optimizer;
pub mod hybrid_query_worker;
pub mod simple_hybrid_search;
pub mod verify;
pub use endpoints::{IngestQueue, IngestRequest, JobStatus};