[PR #203] [MERGED] Developer Guide: Add/update computer vision client and server documentation #201

Closed
opened 2026-03-02 16:48:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/photoprism/photoprism-docs/pull/203
Author: @omerdduran
Created: 7/24/2025
Status: Merged
Merged: 8/6/2025
Merged by: @lastzero

Base: masterHead: photoprism-vision


📝 Commits (10+)

  • 9b0dc3c PhotoPrism Vision: Add new documentation for photoprism vision
  • c7ef4ab Developer Guide: Move vision.md to developer guide and add warning
  • 85899ea Developer Guide: Add troubleshooting section and CLI commands for Vision service
  • f3993f5 Developer Guide: Revise PhotoPrism Vision documentation structure
  • ab261a7 Developer Guide: Add warning about required file extension for vision.yml configuration
  • 6b0b80a Developer Guide: Add security notice for PhotoPrism Vision service authentication
  • 28a6984 Developer Guide: Rename 'PhotoPrism Vision Setup' to 'Enhanced AI Setup' for clarity
  • 23af9af Developer Guide: Update restart commands with docker compose stop && docker compose up
  • 871e7bb Developer Guide: Update Ollama service configuration in vision.md with environment variables and volume adjustments
  • f9f6913 Developer Guide: Enhance caption generation prompts and adjust confidence thresholds in vision.yml configuration

📊 Changes

4 files changed (+521 additions, -389 deletions)

View changed files

📝 docs/developer-guide/machine-learning/models.md (+182 -388)
docs/developer-guide/machine-learning/vision-api.md (+211 -0)
docs/developer-guide/machine-learning/vision-service.md (+124 -0)
📝 mkdocs.yml (+4 -1)

📄 Description

Added Details:

  • User has 2 options. They can either use the build-in models or the models in Ollama
  • Explained how to create Label and Caption with commands
  • Explained how to create and configure vision.yml file

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/photoprism/photoprism-docs/pull/203 **Author:** [@omerdduran](https://github.com/omerdduran) **Created:** 7/24/2025 **Status:** ✅ Merged **Merged:** 8/6/2025 **Merged by:** [@lastzero](https://github.com/lastzero) **Base:** `master` ← **Head:** `photoprism-vision` --- ### 📝 Commits (10+) - [`9b0dc3c`](https://github.com/photoprism/photoprism-docs/commit/9b0dc3cedf46f7a0ed702f6204ddbb334b6cc67a) PhotoPrism Vision: Add new documentation for photoprism vision - [`c7ef4ab`](https://github.com/photoprism/photoprism-docs/commit/c7ef4ab7c6e591e38c37b1400774783cdb33b65f) Developer Guide: Move vision.md to developer guide and add warning - [`85899ea`](https://github.com/photoprism/photoprism-docs/commit/85899eade21452c757f09c4f8d8d4269b4d46831) Developer Guide: Add troubleshooting section and CLI commands for Vision service - [`f3993f5`](https://github.com/photoprism/photoprism-docs/commit/f3993f53f0a6ea88c0be7053a84e145de10a04c3) Developer Guide: Revise PhotoPrism Vision documentation structure - [`ab261a7`](https://github.com/photoprism/photoprism-docs/commit/ab261a7ed27ef16300a832254397a28bcc7e3129) Developer Guide: Add warning about required file extension for vision.yml configuration - [`6b0b80a`](https://github.com/photoprism/photoprism-docs/commit/6b0b80a401ca75d73a4dc64c31812aa6334bc5c5) Developer Guide: Add security notice for PhotoPrism Vision service authentication - [`28a6984`](https://github.com/photoprism/photoprism-docs/commit/28a6984f9face262e91e4c68e2ef4cce05fb2d8a) Developer Guide: Rename 'PhotoPrism Vision Setup' to 'Enhanced AI Setup' for clarity - [`23af9af`](https://github.com/photoprism/photoprism-docs/commit/23af9af3ba41116663f9100a3813d8be5854e424) Developer Guide: Update restart commands with docker compose stop && docker compose up - [`871e7bb`](https://github.com/photoprism/photoprism-docs/commit/871e7bb3c2a86f2f17476cc8e50753619f6f3b88) Developer Guide: Update Ollama service configuration in vision.md with environment variables and volume adjustments - [`f9f6913`](https://github.com/photoprism/photoprism-docs/commit/f9f69130b2a94d343913eeac9089bcb3d4f1aeac) Developer Guide: Enhance caption generation prompts and adjust confidence thresholds in vision.yml configuration ### 📊 Changes **4 files changed** (+521 additions, -389 deletions) <details> <summary>View changed files</summary> 📝 `docs/developer-guide/machine-learning/models.md` (+182 -388) ➕ `docs/developer-guide/machine-learning/vision-api.md` (+211 -0) ➕ `docs/developer-guide/machine-learning/vision-service.md` (+124 -0) 📝 `mkdocs.yml` (+4 -1) </details> ### 📄 Description Added Details: - User has 2 options. They can either use the build-in models or the models in Ollama - Explained how to create Label and Caption with commands - Explained how to create and configure vision.yml file --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem closed this issue 2026-03-02 16:48:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/photoprism-docs#201
No description provided.