Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	Update rag_utils.py
Browse files- 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 = " | 
| 23 | 
            -
            HYDE_MODEL = " | 
| 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 ---
         | 
