File tree Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,11 @@ go 1.24.1
44
55replace  (
66	github.com/vllm-project/semantic-router/candle-binding  => ../../candle-binding 
7+ 	github.com/vllm-project/semantic-router/src/semantic-router/pkg/cache  => ./pkg/cache 
78	github.com/vllm-project/semantic-router/src/semantic-router/pkg/config  => ./pkg/config 
89	github.com/vllm-project/semantic-router/src/semantic-router/pkg/extproc  => ./pkg/extproc 
10+ 	github.com/vllm-project/semantic-router/src/semantic-router/pkg/metrics  => ./pkg/metrics 
11+ 	github.com/vllm-project/semantic-router/src/semantic-router/pkg/observability  => ./pkg/observability 
912)
1013
1114require  (
Original file line number Diff line number Diff line change 44	"fmt" 
55	"os" 
66
7- 	"github.com/vllm-project/semantic-router/semantic-router/pkg/observability" 
7+ 	"github.com/vllm-project/semantic-router/src/ semantic-router/pkg/observability" 
88)
99
1010// NewCacheBackend creates a cache backend instance from the provided configuration 
Original file line number Diff line number Diff line change 77	"testing" 
88
99	candle_binding "github.com/vllm-project/semantic-router/candle-binding" 
10- 	"github.com/vllm-project/semantic-router/semantic-router/pkg/cache" 
10+ 	"github.com/vllm-project/semantic-router/src/ semantic-router/pkg/cache" 
1111
1212	. "github.com/onsi/ginkgo/v2" 
1313	. "github.com/onsi/gomega" 
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ import (
1111	"time" 
1212
1313	candle_binding "github.com/vllm-project/semantic-router/candle-binding" 
14- 	"github.com/vllm-project/semantic-router/semantic-router/pkg/metrics" 
15- 	"github.com/vllm-project/semantic-router/semantic-router/pkg/observability" 
14+ 	"github.com/vllm-project/semantic-router/src/ semantic-router/pkg/metrics" 
15+ 	"github.com/vllm-project/semantic-router/src/ semantic-router/pkg/observability" 
1616)
1717
1818// InMemoryCache provides a high-performance semantic cache using BERT embeddings in memory 
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ import (
1212	"github.com/milvus-io/milvus-sdk-go/v2/client" 
1313	"github.com/milvus-io/milvus-sdk-go/v2/entity" 
1414	candle_binding "github.com/vllm-project/semantic-router/candle-binding" 
15- 	"github.com/vllm-project/semantic-router/semantic-router/pkg/metrics" 
16- 	"github.com/vllm-project/semantic-router/semantic-router/pkg/observability" 
15+ 	"github.com/vllm-project/semantic-router/src/ semantic-router/pkg/metrics" 
16+ 	"github.com/vllm-project/semantic-router/src/ semantic-router/pkg/observability" 
1717	"gopkg.in/yaml.v3" 
1818)
1919
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments