markgewhite commited on
Commit
9388c01
·
1 Parent(s): 559625f

Amended Qwen3 model name

Browse files
Files changed (2) hide show
  1. .env.example +1 -1
  2. backend/config.py +1 -1
.env.example CHANGED
@@ -1,7 +1,7 @@
1
  # ArXiv Concept Tracker Configuration
2
 
3
  # Embedding Model
4
- EMBEDDING_MODEL=Qwen/Qwen2.5-Embedding
5
  CACHE_DIR=./cache
6
 
7
  # ArXiv API
 
1
  # ArXiv Concept Tracker Configuration
2
 
3
  # Embedding Model
4
+ EMBEDDING_MODEL=Qwen/Qwen3-Embedding-0.6B
5
  CACHE_DIR=./cache
6
 
7
  # ArXiv API
backend/config.py CHANGED
@@ -7,7 +7,7 @@ class Settings(BaseSettings):
7
  """Application settings with Kalman filter parameters"""
8
 
9
  # Embedding configuration
10
- embedding_model: str = "Qwen/Qwen2.5-Embedding"
11
  cache_dir: str = "./cache"
12
 
13
  # ArXiv API settings
 
7
  """Application settings with Kalman filter parameters"""
8
 
9
  # Embedding configuration
10
+ embedding_model: str = "Qwen/Qwen3-Embedding-0.6B"
11
  cache_dir: str = "./cache"
12
 
13
  # ArXiv API settings