Hey everyone! 🦙

If you’re diving into LlamaIndex, you should check out Create Llama'! It’s a super handy command-line tool that makes generating LlamaIndex apps a breeze.

The best part? The blog post breaks down how to get started and maximize its potential. If you’re into building apps w...

Hey!

Have you checked out Jupyter AI yet? It’s a game-changer for anyone using Jupyter notebooks!

You get awesome code suggestions and can even chat with your data. If you're into data science, you’ve gotta give it a try! 🚀

Don't forget to contribute! 🐱‍💻

My recent PR

Initialization

Download iso file and burn it to usb:

Operating system images

You don't need a display!

network - wifi

Create /etc/network/interfaces.d/wlan0 file with:

auto wlan0
iface wlan0 inet static
#iface wlan0 inet6 dhcp
    address 192.168.1.200
    netmask 255.255.255.0
    gat...