How to view recommendations
Select a document
Click on any document card. A detail panel opens showing the document’s information.
What each recommendation shows
For every recommended document, Prism displays:| Field | Description |
|---|---|
| Document name | The filename of the related document |
| Document type | File format (PDF, TS, PY, IMAGE, etc.) |
| Category | Auto-detected category (Code, Report, Legal, etc.) |
| Similarity score | A value from 0.5 to 1.0 indicating how closely the document matches |
| Matching chunks | Up to 3 representative text passages from the recommended document that were most similar to the selected document |
Similarity threshold
Only documents with a similarity score of 0.5 or higher appear as recommendations. This ensures that suggestions are genuinely related rather than superficially connected. Documents below this threshold are filtered out.Cross-modal recommendations
Recommendations work across all file types. Prism compares meaning regardless of format:- A Python file implementing a machine learning model can recommend a PDF paper describing the same algorithm.
- A meeting notes document can recommend a project proposal that discusses the same initiative.
- An image of a UI wireframe can recommend a code file containing the corresponding component.
How recommendations are computed
When you select a document, Prism:- Fetches a representative embedding vector from one of the document’s stored chunks.
- Searches Qdrant for the most similar chunks across your entire library, excluding chunks from the selected document itself.
- Groups matching chunks by their parent document and takes the highest-scoring chunk per document as that document’s similarity score.
- Keeps up to 3 matching chunk texts per recommended document — the three passages most similar to the selected document.
- Filters out any document whose best score is below 0.5.
- Returns the top 5 results sorted by score.
Recommendations are re-computed each time you select a document. They are not cached, so newly uploaded documents appear as recommendations immediately after their vectors are indexed.
Use cases
Find related research
Find related research
Connect code to documentation
Connect code to documentation
Select a source code file. If your library contains PDFs or Markdown files that document the same system, they will appear in recommendations alongside similar code files.
Trace references across documents
Trace references across documents
Select a contract or legal document. Recommendations may surface related agreements, amendments, or correspondence that reference the same parties or subject matter.
Explore image collections
Explore image collections
Select an image. Recommendations will surface other images with visually or thematically similar Gemini-generated descriptions, as well as any text documents that describe the same subjects.