- Pemo's privacy idea is local-first: when Q&A, transcription, voiceover, and organization can happen locally, prefer local services.
- Sensitive contracts, client files, internal reports, and non-public meeting records can use local models such as Ollama for document-context Q&A.
- Enhanced retrieval can combine Embedding retrieval and Rerank to improve long-document Q&A.
- If cloud translation, cloud transcription, cloud voiceover, sync, or third-party plugins are enabled, confirm each service's data flow separately.
1. Privacy and local-first principles
Sensitive material includes contracts, client files, meeting recordings, interviews, internal training videos, unpublished reports, personal information, and confidential research materials. In Pemo, put locally available steps on the local machine whenever possible.
Local-first does not mean every capability is always offline. It means choosing local models, local transcription, and local voiceover first, then checking cloud services separately when they are needed.

2. Use enhanced retrieval for long documents
When a PDF is long or a meeting record contains many topics, plain context may miss important passages. Document Retrieval Enhancement can use Embedding retrieval and optional Rerank to find more relevant chunks before the model answers.

3. Connect local transcription, local voiceover, and local Q&A
- Import meeting recordings, interviews, class videos, or training materials.
- Choose an available local transcription service when processing sensitive media.
- Review names, numbers, terms, timestamps, and sensitive information after transcription.
- Use a local model such as Ollama to generate meeting notes, class notes, action items, or risk lists from the transcript.
- If voiceover is needed, review the subtitle translation or script first, then choose a local text-to-speech or voiceover service when available.
Local-first boundaries
- Local services reduce external exposure, but they do not replace internal permission, redaction, and audit processes.
- If the same material is synced to WebDAV, cloud storage, or third-party plugins, local processing does not make the sync path local.
- Important legal, customer, research, or public-facing conclusions must be checked against the source material.