CoolFace
Apppublic

kussssh/IPO-Analyzer

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
50 commits on main
c34d68d5mo ago

docs: add detailed file-by-file execution workflow for interview preparation

K-u-s-h-gupta
916c1755mo ago

added gtag

K-u-s-h-gupta
a453bb45mo ago

chore: max out local embedding parallel workers to 8

K-u-s-h-gupta
fc54c335mo ago

fix: ignore stale OpenAI embedding model env variables to prevent HuggingFace OSError

K-u-s-h-gupta
deb9f645mo ago

fix: use langchain_community.embeddings for HuggingFaceEmbeddings to resolve ModuleNotFoundError

K-u-s-h-gupta
756b8045mo ago

revert: switch back to local sentence-transformers model and parallel embedding execution for speed

K-u-s-h-gupta
e2c3d1b5mo ago

fix: poll document DB status while waiting for preparation lock so UI doesn't appear stuck on 'Preparing DRHP source documents'

K-u-s-h-gupta
18ab5e65mo ago

fix: reduce embedding batch size to 25 and add rate limit backoff to respect OpenAI Tier 1 40k TPM limit

K-u-s-h-gupta
8ad98655mo ago

fix: use raw OpenAI SDK for embeddings with explicit httpx client to resolve HF Spaces APIConnectionError

K-u-s-h-gupta
835a59f5mo ago

fix: replace threaded embedding with sequential batching to fix APIConnectionError on HF Spaces

K-u-s-h-gupta
7fed4895mo ago

fix: remove custom httpx client from OpenAIEmbeddings to resolve APIConnectionError on HF Spaces

K-u-s-h-gupta
b80a1bd5mo ago

fix: reduce embed workers to 3 and increase retries to tolerate network constraints

K-u-s-h-gupta
b5398f85mo ago

fix: pass custom httpx client to OpenAIEmbeddings to resolve APIConnectionError

K-u-s-h-gupta
943fdcf5mo ago

feat: migrate to OpenAI models and optimize performance

K-u-s-h-gupta
c2015555mo ago

Improve Osmo chat: financial query expansion, 15 chunks, calculation-aware prompt

K-u-s-h-gupta
dd5009b5mo ago

Fix Osmo chat: load persisted Chroma index, fall back to sparse retriever

K-u-s-h-gupta
6ab43595mo ago

Fix chat endpoint missing retriever function and hardcoded URL

K-u-s-h-gupta
f3a4f445mo ago

Fix TypeScript SVG flexShrink prop error in Sidebar

K-u-s-h-gupta
965e6cc5mo ago

Optimize local embeddings, add WhatsApp popup and pre-warming

K-u-s-h-gupta
2b89a855mo ago

Switch to Google Gemini free embeddings API for speed

K-u-s-h-gupta
7f3eb425mo ago

Add new Quiz game and telemetry diagnostic tool

K-u-s-h-gupta
3ec60015mo ago

Optimize analysis pipeline for speed: parallel retrieval, smaller contexts, and startup pre-warming

K-u-s-h-gupta
73fd8ae5mo ago

feat: Add Google Analytics integration

K-u-s-h-gupta
ebb6a055mo ago

add brain loader

K-u-s-h-gupta
a77ae8e5mo ago

feat: Enhance backend data conversion & add 3D Particle Brain loader

K-u-s-h-gupta
00d4a5d5mo ago

fixes prod issue

K-u-s-h-gupta
358cf5e5mo ago

fix: increase retrieval limits and add forced patterns to M6/M7/M8 — fixes missing data across all modules

K-u-s-h-gupta
19a90a65mo ago

fix: resumable PDF download with Range header — handles ChunkedEncodingError on large files

K-u-s-h-gupta
2bed0d05mo ago

fix: make label optional in _invoke_with_retry — prevents TypeError on callers without label arg

K-u-s-h-gupta
e821e905mo ago

fix: httpx RemoteProtocolError on long Prospectus runs — http2=False, retry wrapper, keepalive tuning

K-u-s-h-gupta
4fce18c5mo ago

fix: comma-aware Lakhs conversion, EBITDA null guard, high-risk alert, product copy

K-u-s-h-gupta
671bbd35mo ago

fix: remove fake fallback data and fix allocation_pct in analytics

K-u-s-h-gupta
b5f74075mo ago

fix: replace conn.executemany() with conn.execute() — not available on psycopg3 Connection

K-u-s-h-gupta
971c5f55mo ago

perf: batch chunk and embedding inserts to cut DB round-trips

K-u-s-h-gupta
713f9125mo ago

fix: prevent pymupdf4llm deadlock on production (HF 2-CPU container)

K-u-s-h-gupta, Claude Sonnet 4.6
68a67555mo ago

fix: replace broken experimentalServices with proper Next.js vercel.json

K-u-s-h-gupta, Claude Sonnet 4.6
b653aeb5mo ago

fix: add frontend-next/.vercelignore to exclude node_modules from deploy

K-u-s-h-gupta, Claude Sonnet 4.6
dba343f5mo ago

perf: parallel PDF page parsing with ThreadPoolExecutor

K-u-s-h-gupta, Claude Sonnet 4.6
5e86ba45mo ago

perf: 3x analysis speed — connection pool, retriever cache, parallel doc prep

K-u-s-h-gupta, Claude Sonnet 4.6
73c02185mo ago

chore: remove SQLite DB from git, stop LFS tracking for .db/.pdf files

K-u-s-h-gupta, Claude Sonnet 4.6
7bdb51b5mo ago

production issue fixes

K-u-s-h-gupta
94155125mo ago

fix: wire Supabase storage/DB, auto-create schema, fix airtable sync bug

K-u-s-h-gupta, Claude Sonnet 4.6
c2eb1a95mo ago

Production issue fixes

K-u-s-h-gupta
3aa27665mo ago

chore: migrate to Supabase storage, remove Render config

K-u-s-h-gupta
856d95c5mo ago

fix: remove local cache artifacts from repo

K-u-s-h-gupta
493e9c35mo ago

fix: production updates and removed caching error

K-u-s-h-gupta
c8875cd5mo ago

Prod slow issue fixed

K-u-s-h-gupta
d207f905mo ago

Prod slow issue fixed

K-u-s-h-gupta
2bd9f845mo ago

fixed prod issue

K-u-s-h-gupta
e4a107c5mo ago

fixed prod issue

K-u-s-h-gupta