rsrahul
Explore posts from serversTTCTheo's Typesafe Cult
•Created by rsrahul on 5/9/2025 in #questions
long context/message/file support
if I have a huge code base in a single file similar to llms.txt, will Gemini 2.5pro model hold that all in the context to grill down?
I mean on http://gemini.google.com it would work, but same would work on http://t3.chat or not?
This will help me continue with the pro plan and make the most out of it because my primary use case is sending large llms.txt and grilling down on various topics
I think currently max file size supported is 32k token file, but is there plan to support 1M token file for models like Gemini 2.5Pro?
2 replies
DTDrizzle Team
•Created by rsrahul on 4/8/2024 in #help
Messed up my migrations - Need help
Hello,
I am new to Drizzle (in general new to SQL world). Using drizzle with turso db.
I had few tables and recently added one new table (say T10) and updated existing table (say T9).
For some reason, I have deleted the migrations folder and now I am reading that we are not supposed to do that.
When I run
It is trying to create all the existing tables and giving me below error:
How to:
- migrate the only changed schema to turso db (that is: create table T10 and alter table T9)
- Do I need to re-populate the migrations folder upto date as per db ? if yes how?
Help is much appreciated!
Thank you
#help
4 replies