Vectors in SQLite! (with libSQL)

  Рет қаралды 4,117

Aaron Francis

Aaron Francis

Күн бұрын

Пікірлер: 39
@ylynfatt
@ylynfatt 2 күн бұрын
I'm interested in learning more about the Laravel Driver for Turso LibSQL.
@OnlinePseudonym
@OnlinePseudonym 2 күн бұрын
Great.... Now to learn what an embedding is!
@x7ryan
@x7ryan Күн бұрын
Yes, I've been waiting for a Turso Eloquent driver!
@EinLinuus
@EinLinuus 2 күн бұрын
Awesome! Really interested in the driver, definitely want to try this out. Great video as always 🎉
@nullzeon
@nullzeon 2 күн бұрын
man these vids are so good, ever since you got me into Laravel I've been hooked on this channel (a Turso driver for Laravel sounds sooo cool, hopefully we get a vid 👀)
@notrab
@notrab 2 күн бұрын
Awesome video Aaron!
@parfitt4
@parfitt4 2 күн бұрын
Fantastic video. Can’t wait to try something like this.
@villainhd17
@villainhd17 2 күн бұрын
Awesome video! 🔥 It's amazing, I've been wanting to use Turso for my project but can't because of the missing driver 😢 Super interested in the driver you're working on! Keep up the great work! 🙌
@vedovelli
@vedovelli Күн бұрын
I am super eager to start using Turso to power my SaaS but I simply can't because the PHP extension won't work with Herd. That's a bummer. Great video, thank you!
@AhmedSalah-xm9xu
@AhmedSalah-xm9xu 2 күн бұрын
I am interested in the driver aswell
@goaserer
@goaserer 2 күн бұрын
Wait, this AI stuff can be used for actual useful things. Nice video btw
@stefanadams3077
@stefanadams3077 2 күн бұрын
This was great! I'm interested in learning more from you about what vectors are and what that has to do with a database. In general, I think you explained your objective very well and this was a fantastic subject matter using OpenAI. I just struggled to keep up with what OpenAI was used for and what vectors are. Would you run your OpenAI query and create your indexes on every page load, or would you have a separate scheduled job to do that as needed / on a schedule?
@ktwalri
@ktwalri 2 күн бұрын
Very interested in a good Laravel Turso driver. The current driver doesn’t work for multiple libsql database connections. The app I’m paying Tighten to develop for me uses a mix of SQLite, Turso and MySQL databases. Turso databases use embedded replicas. Turso databases are per user while SQLite databases are local to the app instance. Laravel really needs a first class driver ready for production in real multi-tenant applications. Looking forward to trying your Turso driver for Laravel.
@drantunes
@drantunes 2 күн бұрын
For a new article, you need re-generate all embeddings? Curiosity: how much did it cost to generate these embeddings?
@heyjorgedev
@heyjorgedev 2 күн бұрын
When you add a new article you can generate the embeddings for that new article. You don’t need to regenerate everything
@Defqon1612
@Defqon1612 Күн бұрын
Why would Eloquents' updateOrCreate not work for the upsert in SQLite?
@mobythereal
@mobythereal 2 күн бұрын
you should make an event listener to get the embedding when a new article is created.
@RodyDavis
@RodyDavis 10 сағат бұрын
This is so awesome!
@thomas2448
@thomas2448 2 күн бұрын
Definitely interested in the Laravel driver for libSQL!
@discoverlance
@discoverlance 21 сағат бұрын
I know there's already a laravel driver for libsql even mentioned in their official docs on turso, or is it not good enough?
@curtisgmchale
@curtisgmchale 2 күн бұрын
I just tried to get the RSS feed from your site and not only is the content old, it isn't even all your content. Is there an RSS feed available that gives me everything?
@maxicms4052
@maxicms4052 17 сағат бұрын
Thanks very interested in Turso and your new libsql laravel driver.
@LenWoodward
@LenWoodward 2 күн бұрын
Very interested in the Laravel driver. Shipping some new things soon, and we're already on sqlite, but we want all these libsql benefits in a managed way.
@AbegazNap
@AbegazNap 2 күн бұрын
amazing video, what a lad
@nicobaier5424
@nicobaier5424 2 күн бұрын
You mention a link to a video about the sqlite backend for your website - don't see it in the description!
@aarondfrancis
@aarondfrancis 2 күн бұрын
Shoot, right you are! kzbin.info/www/bejne/h5rSlKGkociLf7c
@nicobaier5424
@nicobaier5424 Күн бұрын
@@aarondfrancis Thanks!
@daniel_petrica
@daniel_petrica 2 күн бұрын
I'm interested in the Laravel driver
@balduin_b4334
@balduin_b4334 2 күн бұрын
How necessary do you think is recalculating the embedding on blog edits? Unless the user is an idiot (last time I checked they mostly are) they wouldn't rewrite an entire different article in an existing one. -- Maybe only do it when the title changes or something
@spicynoodle7419
@spicynoodle7419 2 күн бұрын
Yay for a Laravel driver
@TheMaxiviper117
@TheMaxiviper117 2 күн бұрын
The text embeddings have a real utility other than being used for AI, a lot of applications.
@Ruhigengeist
@Ruhigengeist Күн бұрын
It kinda bothers me that you align your Heredocs at the left gutter, you don't need to do that! Since PHP 7.3, you can indent your heredocs, and as long as the closing marker matches the indentation of all the content, it will strip that much indentation from each line of content. It's muuuch nicer!
@aarondfrancis
@aarondfrancis Күн бұрын
Just a matter of preference. You do you
@Ruhigengeist
@Ruhigengeist Күн бұрын
@@aarondfrancis 😲 you actually prefer it on the left gutter? Why? I find that surprising, everyone I've mentioned this to just didn't realize it was possible
@aarondfrancis
@aarondfrancis Күн бұрын
@@Ruhigengeist indeed!
@HappyDancerInPink
@HappyDancerInPink 2 күн бұрын
It's buggy
@aarondfrancis
@aarondfrancis Күн бұрын
... go on
@HappyDancerInPink
@HappyDancerInPink Күн бұрын
I encountered a sorting error with a pretty simple libsql query that was unhandled. It was in production for a startup so I didn't have time to dig into it, just had to migrate to sqlite again. I get that it's open source, and I should open a PR yada yada... But Turso make money off this thing and purposely make documentation for using libsql opaque so you'll use their paid service. The stability of sqlite is a selling point yet my experience is it's not ready for production.
Can we use JavaScript to go faster than C++ in Ladybird?
1:08:48
Andreas Kling
Рет қаралды 7 М.
SQLite's WAL mode is fast fast
9:25
Aaron Francis
Рет қаралды 16 М.
How it feels when u walk through first class
00:52
Adam W
Рет қаралды 25 МЛН
When mom gets home, but you're in rollerblades.
00:40
Daniel LaBelle
Рет қаралды 54 МЛН
How is this Website so fast!?
13:39
Wes Bos
Рет қаралды 581 М.
How Weaker Shots Can Make Stronger Drinks
12:45
James Hoffmann
Рет қаралды 147 М.
Laravel Pipelines: Build an Api
8:54
Jordan Dalton
Рет қаралды 23 М.
No One Hires Jr Devs So I Made A Game
39:31
ThePrimeTime
Рет қаралды 231 М.
Microservices are Technical Debt
31:59
NeetCodeIO
Рет қаралды 567 М.
Ghostty is Probably The Best Terminal Emulator I've Ever Used
12:26
DevOps Toolbox
Рет қаралды 19 М.
Struggling with Laravel + Vite
34:38
Aaron Francis
Рет қаралды 10 М.
The Oldest Unsolved Problem in Math
31:33
Veritasium
Рет қаралды 11 МЛН
JavaScript Is Becoming 2 Languages?? FROM TC39
30:01
ThePrimeTime
Рет қаралды 79 М.
How it feels when u walk through first class
00:52
Adam W
Рет қаралды 25 МЛН