mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-11 09:37:37 +03:00
Adds support for remote embedding providers (OpenAI, Ollama) for semantic search. This change introduces a new option in the configuration, allowing users to choose between the existing local Jina AI models and the new remote providers. For vision embeddings, the remote providers use a two-step process: 1. A text description of the image is generated using the configured GenAI provider. 2. An embedding is created from that description using the configured remote embedding provider. This requires a GenAI provider to be configured when using a remote provider for semantic search. The configuration for remote providers has been updated to allow customizing the prompt used for the vision model. Documentation for the new feature has been added to . |
||
|---|---|---|
| .. | ||
| docs | ||
| plugins | ||
| src | ||
| static | ||
| .gitignore | ||
| babel.config.js | ||
| docusaurus.config.ts | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| sidebars.ts | ||
Website
This website is built using Docusaurus 3.5, a modern static website generator.
For installation and contributing instructions, please follow the Contributing Docs.
Development
- Run
npm ito install dependencies - Run
npm run startto start the website