Sunday, June 23, 2024

Show HN: Tsellm: Interactive SQLite shell with LLM support https://ift.tt/pzYv4lI

Show HN: Tsellm: Interactive SQLite shell with LLM support Hello HN, While browsing the Python docs yesterday, I discovered that the latest 3.12 version has added support for a `python3 -m sqlite3` interactive shell. I looked into the source code, and its implementation was simple, giving me an idea: Why not hook the beautiful llm library by simonw into such an interactive shell, and thus have direct LLM support in SQLite? Without writing a C extension, build a shared object and all that fuss. Well, now you can `pip install tsellm` and do just that. demo gif: https://ift.tt/Qp7MPki... https://ift.tt/j1Zubqv June 23, 2024 at 11:45PM

No comments:

Post a Comment

Show HN: Pg_CRDT – CRDTs in Postgres Using Automerge https://ift.tt/QeEZXi3

Show HN: Pg_CRDT – CRDTs in Postgres Using Automerge https://ift.tt/Nxj0Kbz April 11, 2025 at 10:23PM