@@ -9,17 +9,23 @@ const toc = [
99 { title : "Query and Filter" , path : "/user_guide/hybrid_queries_02.html" } ,
1010 { title : "JSON vs Hash Storage" , path : "/user_guide/hash_vs_json_05.html" } ,
1111 { title : "Vectorizers" , path : "/user_guide/vectorizers_04.html" } ,
12- { title : "Rerankers" , path : "/user_guide/rerankers_06.html" } ,
12+ { title : "Rerankers" , path : "/user_guide/rerankers_06.html" } ,
1313 { title : "Semantic Caching" , path : "/user_guide/llmcache_03.html" } ,
14+ { title : "Semantic Routing" , path : "/user_guide/semantic_router_08.html" } ,
1415 ] } ,
1516 { header : "API" , toc : [
1617 { title : "Schema" , path : "/api/schema.html" } ,
1718 { title : "Search Index" , path : "/api/searchindex.html" } ,
1819 { title : "Query" , path : "/api/query.html" } ,
1920 { title : "Filter" , path : "/api/filter.html" } ,
21+ ] } ,
22+ { header : "Utils" , toc : [
2023 { title : "Vectorizers" , path : "/api/vectorizer.html" } ,
2124 { title : "Rerankers" , path : "/api/reranker.html" } ,
22- { title : "LLMCache" , path : "/api/cache.html" }
25+ ] } ,
26+ { header : "Extensions" , toc : [
27+ { title : "LLM Cache" , path : "/api/cache.html" } ,
28+ { title : "Semantic Router" , path : "/api/router.html" } ,
2329 ] }
2430] ;
2531
0 commit comments