ZedLow commited on
Commit
d785eeb
·
verified ·
1 Parent(s): 8872cf1

Update rag/config.py

Browse files
Files changed (1) hide show
  1. rag/config.py +1 -1
rag/config.py CHANGED
@@ -4,7 +4,7 @@ from dataclasses import dataclass
4
  class Settings:
5
  # Router
6
  router_model_id: str = "urchade/gliner_small-v2.1"
7
- router_threshold: float = 0.3
8
  router_labels: tuple = ("Company", "Stock Ticker")
9
 
10
  # Embedding
 
4
  class Settings:
5
  # Router
6
  router_model_id: str = "urchade/gliner_small-v2.1"
7
+ router_threshold: float = 0.1
8
  router_labels: tuple = ("Company", "Stock Ticker")
9
 
10
  # Embedding