juanpablomesa commited on
Commit
4ff912d
1 Parent(s): 484131d

Update route layer data

Browse files
Files changed (1) hide show
  1. config_data.json +12 -0
config_data.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "encoder": {
3
+ "type": "cohere",
4
+ "name": "embed-english-v3.0",
5
+ "score_threshold": 0.3
6
+ },
7
+ "tags": [
8
+ "semantic-router",
9
+ "RouteLayer",
10
+ "cohere"
11
+ ]
12
+ }