Add embedding mode config (#1541)
This commit is contained in:
		
							parent
							
								
									869233f0e4
								
							
						
					
					
						commit
						3e67e21d38
					
				|  | @ -5,6 +5,9 @@ server: | ||||||
| llm: | llm: | ||||||
|   mode: ${PGPT_MODE:mock} |   mode: ${PGPT_MODE:mock} | ||||||
| 
 | 
 | ||||||
|  | embedding: | ||||||
|  |   mode: ${PGPT_MODE:sagemaker} | ||||||
|  | 
 | ||||||
| local: | local: | ||||||
|   llm_hf_repo_id: ${PGPT_HF_REPO_ID:TheBloke/Mistral-7B-Instruct-v0.1-GGUF} |   llm_hf_repo_id: ${PGPT_HF_REPO_ID:TheBloke/Mistral-7B-Instruct-v0.1-GGUF} | ||||||
|   llm_hf_model_file: ${PGPT_HF_MODEL_FILE:mistral-7b-instruct-v0.1.Q4_K_M.gguf} |   llm_hf_model_file: ${PGPT_HF_MODEL_FILE:mistral-7b-instruct-v0.1.Q4_K_M.gguf} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue