Fixed Bugs where the SSE Streaming was improper added support for Auto Gluon, Fixed instances where stale schemas was causing EDA plots generation to fail
1ca2e0e
Pulastya Bcommited on
Fixed all output path issues
2cf9e11
Pulastya Bcommited on
Fixed all the Huggingface issues
c9ba5a9
Pulastya Bcommited on
Align HuggingFace API usage with official docs pattern
9c0055f
Pulastya Bcommited on
Add better error logging to HF export endpoint
1412b09
Pulastya Bcommited on
Add better error logging to HF export endpoint
ccd6d0c
Pulastya Bcommited on
Fix HF status caching and prevent multiple status checks
feaba15
Pulastya Bcommited on
Fix HuggingFace export: correct method signatures and add tmp directory
3e5a750
Pulastya Bcommited on
Fix HuggingFace export: correct class name and constructor
964d3d6
Pulastya Bcommited on
Fixed the Huggingface Hub Error
39b6341
Pulastya Bcommited on
Directly making API calls to the server -V3
3075bc4
Pulastya Bcommited on
Directly making API calls to the server -V2
d75ca00
Pulastya Bcommited on
Directly making API calls to the server
c387723
Pulastya Bcommited on
Added a table to store stuff
c168c9f
Pulastya Bcommited on
Added a table to store stuff
fc9fc1a
Pulastya Bcommited on
Added a table to store stuff
4beea60
Pulastya Bcommited on
Finally the Supabase error has been solved now fixing the issue of not being able to write to huggingface- attempt 2
f1c3962
Pulastya Bcommited on
Finally the Supabase error has been solved now fixing the issue of not being able to write to huggingface
14fafaa
Pulastya Bcommited on
Added session id to the request in an attempt to make the RLS work
eacc9bc
Pulastya Bcommited on
Adding a SELECT policy to the database
e7ac2d3
Pulastya Bcommited on
Configuring Supabase RLS
4ac5690
Pulastya Bcommited on
Trying to fix the Supabase error
d072c9e
Pulastya Bcommited on
Removed Huggingface from the User Onboarding page
ca079d0
Pulastya Bcommited on
Fixing the issues with the SSE streaming all the history
1c52933
Pulastya Bcommited on
Fixed the SSE Streaming not working
b2a95b5
Pulastya Bcommited on
Fixed the Agent Routing Logic which was causing issues
bb48618
Pulastya Bcommited on
Fixed SSE response streaming error
644cb0d
Pulastya Bcommited on
Fixed HF Tokens not saving in the DB
4079a53
Pulastya Bcommited on
Fixed HuggingFace tokens not working
dd17c4c
Pulastya Bcommited on
Added the functionality for users to save their generated assets in huggingface spaces using write tokens
2a82ed5
Pulastya Bcommited on
Add HuggingFace storage integration - users can now persist datasets, models, and plots to their own HuggingFace account
7af9e82
Pulastya Bcommited on
Fix: Remove stray \\n in Assets sidebar
6c9c47f
Pulastya Bcommited on
Fix markdown rendering: aggressive cleanMarkdown function and smarter inline code detection in pre/code components
72fc3f2
Pulastya Bcommited on
Fix markdown rendering: add cleanMarkdown preprocessor, smarter inline code detection, update system prompt for better formatting
8bf4cb9
Pulastya Bcommited on
Make system prompt examples generic - remove earthquake-specific hardcoded references
cf4244c
Pulastya Bcommited on
Fix markdown rendering: add remark-gfm for tables, improve code blocks, headings, and overall styling
212d2d5
Pulastya Bcommited on
Fix sign out button: add click outside handler, improve error handling, and add z-index
9865103
Pulastya Bcommited on
Fix redirect loop: refresh onboarding status after profile save
ab5e966
Pulastya Bcommited on
Fix OAuth redirect loop and disable email editing for OAuth users
27c2ee9
Pulastya Bcommited on
Fix OAuth onboarding: change button text to 'Complete Profile' and add timeout to prevent infinite loop
8dcc270
Pulastya Bcommited on
Fix OAuth signup: don't create duplicate account, just save profile data
a5bd6df
Pulastya Bcommited on
Add Supabase setup documentation
a220eb5
Pulastya Bcommited on
Fix auth issues: sign out working, store signup form data, OAuth users onboarding
1d8f0c9
Pulastya Bcommited on
Fix /chat endpoint not stopping thinking animation - set isTyping=false after response
150d34c
Pulastya Bcommited on
Fix infinite thinking when no file uploaded - properly handle analysis_failed SSE event
a0e15f1
Pulastya Bcommited on
Fix Supabase auth on HuggingFace with runtime config injection