File size: 867 Bytes
4fe7b0a
dbf7313
 
 
4fe7b0a
 
dbf7313
 
 
 
 
 
 
 
 
 
4fe7b0a
 
dbf7313
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
title: Diffusers PR API
emoji: 🔎
colorFrom: purple
colorTo: indigo
sdk: docker
app_port: 7860
short_description: Live API for Diffusers PR similarity search.
datasets:
  - evalstate/diffusers-pr
tags:
  - api
  - docker
  - pull-requests
  - similarity
  - diffusers
---

# Diffusers PR API

Machine-oriented API for PR similarity search.

Canonical storage roles:

- dataset repo: published latest state and canonical current analysis
- mounted bucket: mutable operational cache only
- Space disk: ephemeral runtime storage

Defaults for this deployment:

- repo: `huggingface/diffusers`
- live probe source: `https://ghreplica.dutiful.dev`
- dataset: `evalstate/diffusers-pr`

CLI examples:

```bash
pr-search status
pr-search code similar 67096
pr-search code clusters for-pr 67096
pr-search issues list --limit 5
pr-search contributors list --limit 10
```