Releases: Sefaria/Sefaria-Project
Releases · Sefaria/Sefaria-Project
Release list
v6.106.1-preprod.1
v6.106.0
v6.105.3
v6.105.3-prod.1
v6.105.3-preprod.1
v6.105.2
v6.105.1
v6.105.1-preprod.1
v6.105.0
6.105.0 (2026-07-09)
Features
- add api for semantic search (3cdc33c)
- add gemini-api-key helper and wire into web pod envFrom (e100f0e)
- add orm for semantic search chunks (f08841b)
Bug Fixes
- add django.contrib.postgres to INSTALLED_APPS (013a9d7)
- add explicit PGVECTOR_PORT to embed job to override K8s service injection (ff0fca8)
- add KnnSearch to api/views.py and remove stale query_embedding.py (107e6d3)
- add pgvector env vars to local-settings configmap template (efd863a)
- add pgvector to requirements.txt (79c8c51)
- bug in TimePeriod.get_era(). (b0148d1)
- embedder: capture last retryable HTTP error for better failure messages (a00c5d3)
- knn-search: fix SyntaxError from misplaced return in try/except block (813db4c)
- knn-search: validate filters and limit in KnnSearch endpoint (cb1ceac)
- rename PGVECTOR_DB default from sefaria_semantic to pgvector (b185189)
- rename PGVECTOR_PORT to PGVECTOR_DB_PORT to avoid K8s service env collision (f7d44bd)
- sefaria: guard visitor-storage helpers against SSR (sc-45324) (ce94284)
- wire pgvector-secret into web pod envFrom (89f9f18)