Commit b2e76a30 authored by Jan Reimes's avatar Jan Reimes
Browse files

fix(CONFIG-01): align .env.example comment with CodeRankEmbed value

- Changed comment from 'ollama/qwen3-embedding:0.6b' to
  'ollama/vuongnguyen2212/CodeRankEmbed:latest' to match actual value
- User selected Option B: CodeRankEmbed is preferred embedding model

[no ci]
parent 7bb0ee82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ TDC_AI_LLM_MODEL=openrouter/openrouter/free
# TDC_AI_LLM_API_KEY=

# Embedding model in format <provider>/<model_name>
# Recommended: ollama/qwen3-embedding:0.6b (self-hosted, no subscription required)
# Recommended: ollama/vuongnguyen2212/CodeRankEmbed:latest (CodeRank embedding, self-hosted)
TDC_AI_EMBEDDING_MODEL=ollama/vuongnguyen2212/CodeRankEmbed:latest

# Maximum tokens per chunk (default: 1000)