Skip to content

Commit

Permalink
iter
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Dec 28, 2023
1 parent 8c13978 commit fa07e85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/configuration/default.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Retriever parameters
SEMANTIC_RETRIEVER_PATH = "../models/user_guide_semantic_retrieval.joblib"
SEMANTIC_TOP_K = 5
LEXICAL_RETRIEVER_PATH = "../models/user_guide_lexical_retrieval.joblib"
LEXICAL_TOP_K = 5
API_SEMANTIC_RETRIEVER_PATH = "../models/user_guide_semantic_retrieval.joblib"
API_SEMANTIC_TOP_K = 5
API_LEXICAL_RETRIEVER_PATH = "../models/user_guide_lexical_retrieval.joblib"
API_LEXICAL_TOP_K = 5
CROSS_ENCODER_PATH = "cross-encoder/ms-marco-MiniLM-L-6-v2"
CROSS_ENCODER_THRESHOLD = 2.0
CROSS_ENCODER_MIN_TOP_K = 5
Expand Down

0 comments on commit fa07e85

Please sign in to comment.