Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
CodeForPhilly
/
balancer-main
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
19
Star
20
Code
Issues
186
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[#441] [IMPROVE] Preload embedding model at startup
- #461
#461
Merged
sahilds1
merged 21 commits into
CodeForPhilly:develop
CodeForPhilly/balancer-main:develop
from
sahilds1:441-embedding-models
sahilds1/balancer-main:441-embedding-models
Copy head branch name to clipboard
Apr 14, 2026
Conversation
Commits
21
(21)
Checks
Files changed
Merged
[#441] [IMPROVE] Preload embedding model at startup
#461
sahilds1
merged 21 commits into
CodeForPhilly:develop
CodeForPhilly/balancer-main:develop
from
sahilds1:441-embedding-models
sahilds1/balancer-main:441-embedding-models
Copy head branch name to clipboard
Commits
Commits on Feb 13, 2026
REFACTOR Pull apart get_closest_embeddings to make testing easier
sahilds1
committed
59b40f0
View commit details
Copy full SHA for 59b40f0
Browse repository at this point
ADD Add infra required to run pytest
sahilds1
committed
3ffb74a
View commit details
Copy full SHA for 3ffb74a
Browse repository at this point
ADD Start adding tests for embedding_services"
sahilds1
committed
12b09a7
View commit details
Copy full SHA for 12b09a7
Browse repository at this point
Commits on Feb 17, 2026
DOC Add a note about running pytest in the README
sahilds1
committed
da9afaa
View commit details
Copy full SHA for da9afaa
Browse repository at this point
Commits on Feb 27, 2026
Preload SentenceTransformer model at Django startup before traffic is routed to the application instance
sahilds1
committed
5ce7782
View commit details
Copy full SHA for 5ce7782
Browse repository at this point
Commits on Mar 11, 2026
Merge branch 'develop' into 441-embedding-models
sahilds1
committed
50a8bd3
View commit details
Copy full SHA for 50a8bd3
Browse repository at this point
Run python-app workflow on pushes and PRs to develop branch
sahilds1
committed
795f218
View commit details
Copy full SHA for 795f218
Browse repository at this point
Commits on Mar 19, 2026
Pytest won’t automatically discover config files in subdirectories
sahilds1
committed
d498a00
View commit details
Copy full SHA for d498a00
Browse repository at this point
Merge branch 'develop' into 441-embedding-models
sahilds1
committed
6d3d8d1
View commit details
Copy full SHA for 6d3d8d1
Browse repository at this point
Suppress E402 import violations
sahilds1
committed
3824d81
View commit details
Copy full SHA for 3824d81
Browse repository at this point
Commits on Mar 20, 2026
Add build_query tests and document coverage gaps in embedding_services
sahilds1
committed
46e9969
View commit details
Copy full SHA for 46e9969
Browse repository at this point
Fill test gaps in test_embedding_services
sahilds1
committed
64a19ef
View commit details
Copy full SHA for 64a19ef
Browse repository at this point
Fix incorrect build_query test assertions
sahilds1
committed
dec3c12
View commit details
Copy full SHA for dec3c12
Browse repository at this point
Commits on Mar 23, 2026
Guard TransformerModel preload to runserver processes only
sahilds1
committed
f9e890a
View commit details
Copy full SHA for f9e890a
Browse repository at this point
Commits on Mar 25, 2026
Revert GitHub Workflow changes
sahilds1
committed
67176a8
View commit details
Copy full SHA for 67176a8
Browse repository at this point
Commits on Mar 26, 2026
Add section header comments to all four test groups in test_embedding_services.py
sahilds1
committed
d273921
View commit details
Copy full SHA for d273921
Browse repository at this point
Document why tests are split by responsibility
sahilds1
committed
8198574
View commit details
Copy full SHA for 8198574
Browse repository at this point
Commits on Mar 31, 2026
Improve logging and comments
sahilds1
committed
5d8c8b3
View commit details
Copy full SHA for 5d8c8b3
Browse repository at this point
Fall back to lazy load using try except block
sahilds1
committed
31498dc
View commit details
Copy full SHA for 31498dc
Browse repository at this point
Revert settings.py to develop state
sahilds1
committed
a39d33c
View commit details
Copy full SHA for a39d33c
Browse repository at this point
Manually test fall back to lazy loading
sahilds1
committed
fe1eeca
View commit details
Copy full SHA for fe1eeca
Browse repository at this point
You can’t perform that action at this time.