CoolFace
Apppublic

hemanthaddagada/repo-discovery

sourceHugging Facemitupdated 9mo agoView on Hugging Face
0likes
50 commits on main
3cc0f4b9mo ago

MAJOR FIX: Always use semantic search + fixed pagination for semantic results

Hemanth-1510
1faaf959mo ago

Fix stuck loading - add request cancellation and 30s timeout

Hemanth-1510
6e825889mo ago

SAFE SEMANTIC: Background load + memory mapping - no startup delay

Hemanth-1510
c78b0749mo ago

SIMPLE VERSION: No semantic, no signal tricks - just working code

Hemanth-1510
2ccf1529mo ago

FULL FEATURES: Semantic search with timeout protection, graceful fallback

Hemanth-1510
98dc0b39mo ago

MINIMAL VERSION: Remove semantic search temporarily to fix deployment

Hemanth-1510
2f4a9c79mo ago

COMPLETE FIX: Simplified search_api, static files AFTER all API routes

Hemanth-1510
53cb9fb9mo ago

Fix stuck loading - preload semantic, better errors, 150ms debounce

Hemanth-1510
f643d4a9mo ago

ALWAYS use semantic search - max discoverability, 50 results, 0.15 threshold

Hemanth-1510
9bb149f9mo ago

Make semantic search more aggressive - trigger for 3+ word queries

Hemanth-1510
d0b8bde9mo ago

Critical fix: Properly position catch-all route at END of file

Hemanth-1510
6b5b1619mo ago

Fix: Move catch-all route to END - was blocking /search API

Hemanth-1510
d17bda19mo ago

Fix: Add debounced search and SPA fallback route

Hemanth-1510
fd4c80a9mo ago

Fix pagination bug - remove double offset application

Hemanth-1510
3adf2ba9mo ago

Fix Tailwind CSS compilation - downgrade to v3 for compatibility

Hemanth-1510
b5391979mo ago

Add beautiful modern UI with gradients and improved styling

Hemanth-1510
2fd1a529mo ago

Trigger rebuild with dist files

Hemanth-1510
141dc4d9mo ago

Fix: Use pre-built React dist to avoid Docker timeout

Hemanth-1510
0a025d29mo ago

Add React UI with shadcn/ui - compact table and grid views

Hemanth-1510
e611c909mo ago

COMPLETE SYSTEM: Original scoring (stars+recency+activity) + semantic search + all filters

Hemanth-1510
0da4e079mo ago

Revert to clean working search without complex semantic logic

Hemanth-1510
d04ae6e9mo ago

Fix typo: FastAPI import

Hemanth-1510
66ef0899mo ago

Restore semantic search and hybrid ranking with embeddings

Hemanth-1510
3c414439mo ago

Implement full search and filtering functionality

Hemanth-1510
997ae219mo ago

DEFINITIVE FIX: Add complete relevance_explanation with all required subfields

Hemanth-1510
f160ea69mo ago

Use WORKING local search_api.py - proven to work locally

Hemanth-1510
37b93719mo ago

Add default values for numeric fields to prevent toFixed errors

Hemanth-1510
eb0af669mo ago

Replace with simple API that includes relevance_explanation

Hemanth-1510
284e5bd9mo ago

Complete simple API with relevance_explanation

Hemanth-1510
6c022b69mo ago

Add relevance_explanation field to API response

Hemanth-1510
f5052eb9mo ago

ULTRA SIMPLE search - just list documents, no complex logic

Hemanth-1510
79b4b4e9mo ago

Fix app.py indexing check - force reindex if index is empty

Hemanth-1510
cd4ebfc9mo ago

FINAL FIX: Use '*' wildcard for empty queries - guaranteed to return all results

Hemanth-1510
3f0a0699mo ago

CRITICAL: Disable semantic on empty query to show all 10858 repos

Hemanth-1510
3cb1b569mo ago

Add root route to serve index.html

Hemanth-1510
ba95b6f9mo ago

Fix API_URL to use relative path for HF Spaces

Hemanth-1510
dca3c719mo ago

Use EXACT working local files - search_api.py and index.html

Hemanth-1510
95448529mo ago

DEFINITIVE FIX: Empty query search without sort, then sort in Python - GUARANTEED results

Hemanth-1510
762a24b9mo ago

CRITICAL: Fix results not displaying - added null check for results array

Hemanth-1510
04ab7589mo ago

FINAL FIX: Simplified search to use index.search() for all queries - guaranteed to work

Hemanth-1510
d2aa55a9mo ago

Fix search lag (increase debounce), white screen (error handling), and loading issues

Hemanth-1510
66c375d9mo ago

CRITICAL FIX: Use get_documents for empty queries to browse all repos

Hemanth-1510
9b2a63c9mo ago

Add console logging to debug results display issue

Hemanth-1510
ed35bff9mo ago

CRITICAL FIX: Simplified pagination to use Meilisearch directly - no more 'No results'

Hemanth-1510
133bf349mo ago

Re-enable auto-search to show all repos on page load

Hemanth-1510
91b46509mo ago

Remove auto-search on page load to prevent stuck loading state

Hemanth-1510
caca1589mo ago

Fix semantic search: disable on empty queries and preserve full result count

Hemanth-1510
5bb42f99mo ago

Fix UnboundLocalError in semantic debug logging

Hemanth-1510
1704c069mo ago

Fix API URL to work on HF Spaces

Hemanth-1510
b570a409mo ago

Add FileResponse import

Hemanth-1510