Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
32 changes: 27 additions & 5 deletions embeddings/PIPELINE_DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Text 1 embedding length: 2048
If this raises `httpx.ConnectTimeout`, you are not on the RPI network. Connect to VPN and retry.

---

### Step 3 — Generate embeddings and save as numpy files

**Script:** `embeddings/generate_embeddings.py`
Expand Down Expand Up @@ -209,7 +209,13 @@ pip install podman-compose

### Build the image

Run from the **project root** (one level above `embeddings/`):
Run from the **project root**:

```bash
podman build -f embeddings/docker/Containerfile-embeddings -t poem-embeddings embeddings/
```

Or from inside the `embeddings/` directory:

```bash
podman build -f docker/Containerfile-embeddings -t poem-embeddings .
Expand Down Expand Up @@ -296,13 +302,29 @@ myproject/

```bash
# Build
podman-compose -f docker/embeddings-compose.yml build
podman-compose -f embeddings/docker/embeddings-compose.yml build

# Run pipeline
podman-compose -f docker/embeddings-compose.yml run --rm embeddings pipeline
podman-compose -f embeddings/docker/embeddings-compose.yml run --rm embeddings pipeline

# Search
podman-compose -f docker/embeddings-compose.yml run --rm embeddings search "anxiety instruments"
podman-compose -f embeddings/docker/embeddings-compose.yml run --rm embeddings search "anxiety instruments"
```

### Browser stack (frontend + backend)

```bash
# Build both images
podman-compose -f embeddings/docker/browser-compose.yml build

# Start the full browser stack
podman-compose -f embeddings/docker/browser-compose.yml up

# Frontend: http://localhost:8080
# Backend API: internal only (http://poem-browser-backend:8000)

# Tear down
podman-compose -f embeddings/docker/browser-compose.yml down
```

---
Expand Down
Binary file not shown.
Binary file added embeddings/collections/0000_1.npy
Binary file not shown.
Binary file added embeddings/collections/0001_2.npy
Binary file not shown.
Binary file added embeddings/collections/0002_3.npy
Binary file not shown.
Binary file added embeddings/collections/0003_4.npy
Binary file not shown.
Binary file added embeddings/collections/0004_RCADS.npy
Binary file not shown.
Binary file added embeddings/collections/0005_PSWQ-C.npy
Binary file not shown.
Binary file added embeddings/collections/0006_MTT.npy
Binary file not shown.
Binary file added embeddings/collections/0007_PHQ.npy
Binary file not shown.
Binary file added embeddings/collections/0008_GAD.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_0.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_1.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_10.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_100.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_101.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_102.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_103.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_104.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_105.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_106.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_107.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_108.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_109.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_11.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_110.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_111.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_112.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_113.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_114.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_115.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_116.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_117.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_118.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_119.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_12.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_120.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_121.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_122.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_123.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_124.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_125.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_126.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_127.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_128.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_129.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_13.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_130.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_131.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_132.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_133.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_134.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_135.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_136.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_137.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_138.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_139.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_14.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_140.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_141.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_142.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_143.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_144.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_145.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_146.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_147.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_148.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_149.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_15.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_150.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_151.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_152.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_153.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_154.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_155.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_156.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_157.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_158.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_159.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_16.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_160.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_161.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_162.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_163.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_164.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_165.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_166.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_167.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_168.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_169.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_17.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_170.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_171.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_172.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_173.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_174.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_175.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_176.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_177.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_178.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_179.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_18.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_180.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_181.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_182.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_183.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_184.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_185.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_186.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_187.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_188.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_189.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_19.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_190.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_191.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_192.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_193.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_194.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_195.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_196.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_197.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_198.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_199.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_2.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_20.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_200.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_201.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_202.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_203.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_204.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_205.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_206.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_207.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_208.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_209.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_21.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_210.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_211.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_212.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_213.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_214.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_215.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_216.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_217.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_218.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_219.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_22.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_220.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_221.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_222.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_223.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_224.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_225.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_226.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_227.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_228.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_229.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_23.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_230.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_231.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_232.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_233.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_234.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_235.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_236.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_237.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_238.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_239.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_24.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_240.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_241.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_242.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_243.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_244.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_245.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_246.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_247.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_248.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_249.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_25.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_250.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_251.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_252.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_253.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_254.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_255.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_256.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_257.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_258.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_259.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_26.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_260.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_261.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_262.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_263.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_264.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_265.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_266.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_267.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_268.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_269.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_27.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_270.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_271.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_272.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_273.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_274.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_275.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_276.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_277.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_278.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_279.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_28.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_280.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_281.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_282.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_283.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_284.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_285.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_286.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_287.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_288.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_289.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_29.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_290.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_291.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_292.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_293.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_294.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_295.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_296.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_297.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_298.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_299.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_3.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_30.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_300.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_301.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_302.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_303.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_304.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_305.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_306.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_307.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_308.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_309.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_31.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_310.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_311.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_312.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_313.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_32.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_33.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_34.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_35.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_36.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_37.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_38.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_39.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_4.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_40.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_41.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_42.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_43.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_44.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_45.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_46.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_47.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_48.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_49.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_5.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_50.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_51.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_52.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_53.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_54.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_55.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_56.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_57.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_58.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_59.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_6.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_60.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_61.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_62.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_63.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_64.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_65.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_66.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_67.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_68.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_69.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_7.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_70.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_71.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_72.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_73.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_74.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_75.npy
Binary file not shown.
Binary file removed embeddings/collections/paragraph_76.npy
Binary file not shown.
Loading