Back
FoxQuery
Moved away from S3 to Cloudflare R2! #foxquery
I already had to increase Render to Standard plan ($25/month) to run langchain indexing code (needed the 2GB of RAM). Already starting to wonder if the costs are gonna be worth the benefits of it (Render/Vercel). #foxquery
Add automatic crawling of child pages (recursive) #foxquery
Improve my super-admin backend with maintenance commands + separate localhost and prod databases #foxquery
Make my LLM chatbot quote its sources ✍️ It's so cool to see it work! #foxquery
Fully implemented AI streaming logic (BE & FE) #foxquery
Implement Server-Side Event (EventSource) in frontend #foxquery
Implement async streaming responses in Django #foxquery
Switch langchain to streaming responses and get documents from vector database #foxquery
Deep dive into competitor analysis (AI tools, OSS AI interfaces) #foxquery
Experiment with other langchain features and create custom prompt template #foxquery
Installed Sentry on backend and frontend. Sentry is really awesome! #foxquery
Production domain name up and running #foxquery
Auth and WorkOS setup and working in production #foxquery
Implement WorkOS on backend too #foxquery
Domain name up and running #foxquery
Setup WorkOS on the frontend, Auth working #foxquery
Added modal view to create a new document + made documents table a bit prettier #foxquery
Basic end-user backoffice listing projects and documents NOW WORKING. With good UX using shadcn/ui and Radix UI. #foxquery
Switch frontend API calls to useSWR() - so nice! #foxquery