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

Update route layer data

Browse files
Files changed (2) hide show
  1. route_layer_data.json +12 -0
  2. routes_dataset.jsonl +1 -0
route_layer_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
+ }
routes_dataset.jsonl CHANGED
@@ -1,2 +1,3 @@
1
  {"name": "politics", "utterances": ["isn't politics the best thing ever", "why don't you tell me about your political opinions", "don't you just love the presidentdon't you just hate the president", "they're going to destroy this country!", "they will save the country!"], "description": null, "function_schema": null, "llm": null, "score_threshold": 0.3}
2
  {"name": "chitchat", "utterances": ["how's the weather today?", "how are things going?", "lovely weather today", "the weather is horrendous", "let's go to the chippy"], "description": null, "function_schema": null, "llm": null, "score_threshold": 0.3}
 
 
1
  {"name": "politics", "utterances": ["isn't politics the best thing ever", "why don't you tell me about your political opinions", "don't you just love the presidentdon't you just hate the president", "they're going to destroy this country!", "they will save the country!"], "description": null, "function_schema": null, "llm": null, "score_threshold": 0.3}
2
  {"name": "chitchat", "utterances": ["how's the weather today?", "how are things going?", "lovely weather today", "the weather is horrendous", "let's go to the chippy"], "description": null, "function_schema": null, "llm": null, "score_threshold": 0.3}
3
+ {"name": "football", "utterances": ["what team do you support?", "how's the match going?", "Champions league", "Premier league", "football match or team"], "description": null, "function_schema": null, "llm": null, "score_threshold": 0.3}