mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	chore(docs): Update FAQ on how to disable typsense and ml (#2384)
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							65daf342df
						
					
				
				
					commit
					54b4f8afbd
				
			| @@ -41,6 +41,14 @@ This often happens when using a reverse proxy or cloudflare tunnel in front of I | |||||||
|  |  | ||||||
| Immich uses optional machine-learning features to enhance search results. This feature, however, can be too heavy to run on a Raspberry Pi. To disable machine learning, comment out the `immich-machine-learning` section of your docker-compose.yml and set `IMMICH_MACHINE_LEARNING_URL=false` in your .env file. | Immich uses optional machine-learning features to enhance search results. This feature, however, can be too heavy to run on a Raspberry Pi. To disable machine learning, comment out the `immich-machine-learning` section of your docker-compose.yml and set `IMMICH_MACHINE_LEARNING_URL=false` in your .env file. | ||||||
|  |  | ||||||
|  | ### How to disable machine-learning and TypeSense? | ||||||
|  |  | ||||||
|  | :::warning | ||||||
|  | Disabling both will result in poor search experience and typesense utilizes CLIP embeddings which are generated by machine-learning. | ||||||
|  | ::: | ||||||
|  |  | ||||||
|  | These features can be disabled by commenting out `immich-typesense` and `immich-machine-learning` sections of the docker-compose.yml and setting `IMMICH_MACHINE_LEARNING_URL=false` & `TYPESENSE_ENABLED=false` in your .env file. | ||||||
|  |  | ||||||
| ### What happens to existing files after I choose a new [Storage Template](/docs/administration/storage-template.mdx)? | ### What happens to existing files after I choose a new [Storage Template](/docs/administration/storage-template.mdx)? | ||||||
|  |  | ||||||
| Template changes will only apply to new assets. To retroactively apply the template to previously uploaded assets, run the Storage Migration Job, available on the [Jobs](/docs/administration/jobs.md) page. | Template changes will only apply to new assets. To retroactively apply the template to previously uploaded assets, run the Storage Migration Job, available on the [Jobs](/docs/administration/jobs.md) page. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user