PercivalFletcher commited on
Commit
8a06370
·
verified ·
1 Parent(s): 69b1de6

Update rag_utils.py

Browse files
Files changed (1) hide show
  1. rag_utils.py +2 -2
rag_utils.py CHANGED
@@ -19,8 +19,8 @@ CHUNK_OVERLAP = 200
19
  TOP_K_CHUNKS = 10 # The final number of chunks to send to the LLM
20
  # A larger number of initial candidates for reranking
21
  INITIAL_K_CANDIDATES = 20
22
- GROQ_MODEL_NAME = "llama3-8b-8192"
23
- HYDE_MODEL = "llama3-8b-8192"
24
  EMBEDDING_MODEL_NAME = "all-MiniLM-L6-v2"
25
 
26
  # --- Hypothetical Document Generation and EmbeddingClient remain unchanged ---
 
19
  TOP_K_CHUNKS = 10 # The final number of chunks to send to the LLM
20
  # A larger number of initial candidates for reranking
21
  INITIAL_K_CANDIDATES = 20
22
+ GROQ_MODEL_NAME = "meta-llama/Llama-3.1-8B"
23
+ HYDE_MODEL = "meta-llama/Llama-4-Scout-17B-16E-Instruct"
24
  EMBEDDING_MODEL_NAME = "all-MiniLM-L6-v2"
25
 
26
  # --- Hypothetical Document Generation and EmbeddingClient remain unchanged ---