vectorlite
A fast and tunable vector search extension for SQLite.
https://github.com/1yefuwang1/vectorlite
A fast and tunable vector search extension for SQLite.
https://github.com/1yefuwang1/vectorlite
GitHub
GitHub - 1yefuwang1/vectorlite: Fast, SQL powered, in-process vector search for any language with an SQLite driver
Fast, SQL powered, in-process vector search for any language with an SQLite driver - 1yefuwang1/vectorlite
A Python Epoch Timestamp Timezone Trap
This is an article about a Python epoch timestamp timezone trap. It discusses how epoch timestamps can be tricky to work with in Python, especially when dealing with timezones. The author provides a few tips for avoiding the trap.
https://nerderati.com/a-python-epoch-timestamp-timezone-trap/
This is an article about a Python epoch timestamp timezone trap. It discusses how epoch timestamps can be tricky to work with in Python, especially when dealing with timezones. The author provides a few tips for avoiding the trap.
https://nerderati.com/a-python-epoch-timestamp-timezone-trap/
Nerderati
A Python Epoch Timestamp Timezone Trap
I primarily yell at code. Well, I look sternly in its general direction, gently urging it to do my bidding.
AI Dialer
A full stack app for interruptible, low-latency and near-human quality AI phone calls built from stitching LLMs, speech understanding tools, text-to-speech models, and Twilio’s phone API.
https://github.com/akiani/aidialer
A full stack app for interruptible, low-latency and near-human quality AI phone calls built from stitching LLMs, speech understanding tools, text-to-speech models, and Twilio’s phone API.
https://github.com/akiani/aidialer
GitHub
GitHub - akiani/aidialer: A full stack app for interruptible, low-latency and near-human quality AI phone calls built from stitching…
A full stack app for interruptible, low-latency and near-human quality AI phone calls built from stitching LLMs, speech understanding tools, text-to-speech models, and Twilio’s phone API. - akiani/...
PyTorch Lightning: A Comprehensive Hands-On Tutorial
This comprehensive, hands-on tutorial teaches you how to simplify deep learning model development with PyTorch Lightning. Perfect for beginners and experienced developers alike, it covers environment setup, model training, and practical examples.
https://www.datacamp.com/tutorial/pytorch-lightning-tutorial
This comprehensive, hands-on tutorial teaches you how to simplify deep learning model development with PyTorch Lightning. Perfect for beginners and experienced developers alike, it covers environment setup, model training, and practical examples.
https://www.datacamp.com/tutorial/pytorch-lightning-tutorial
Datacamp
PyTorch Lightning: A Comprehensive Hands-On Tutorial
Learn PyTorch Lightning with this comprehensive tutorial. Simplify deep learning with setup, training, and practical examples. Ideal for all skill levels.
Korvus
Korvus is a search SDK that unifies the entire RAG pipeline in a single database query. Built on top of Postgres with bindings for Python, JavaScript, Rust and C.
https://github.com/postgresml/korvus
Korvus is a search SDK that unifies the entire RAG pipeline in a single database query. Built on top of Postgres with bindings for Python, JavaScript, Rust and C.
https://github.com/postgresml/korvus
GitHub
GitHub - postgresml/korvus: Korvus is a search SDK that unifies the entire RAG pipeline in a single database query. Built on top…
Korvus is a search SDK that unifies the entire RAG pipeline in a single database query. Built on top of Postgres with bindings for Python, JavaScript, Rust and C. - postgresml/korvus
A helper for LLM SDKs
LLMEasyTools generates tool schemas and executes function calls received from the LLM.
https://github.com/zby/LLMEasyTools
LLMEasyTools generates tool schemas and executes function calls received from the LLM.
https://github.com/zby/LLMEasyTools
GitHub
GitHub - zby/LLMEasyTools: Tools for LLM agents.
Tools for LLM agents. Contribute to zby/LLMEasyTools development by creating an account on GitHub.
👍1
Finding Simple Rewrite Rules for the JIT with Z3
https://www.pypy.org/posts/2024/07/finding-simple-rewrite-rules-jit-z3.html
https://www.pypy.org/posts/2024/07/finding-simple-rewrite-rules-jit-z3.html
PyPy
Finding Simple Rewrite Rules for the JIT with Z3
In June I was at the PLDI conference in
Copenhagen to present a paper
I co-authored with Max Bernstein. I also finally
met John Regehr, who I'd been talking on social
media for ages but had never met.
Copenhagen to present a paper
I co-authored with Max Bernstein. I also finally
met John Regehr, who I'd been talking on social
media for ages but had never met.
Build a search index in Python
How can search engines be so fast? While there are many parts of a search system, one of the key concepts to know is the inverted index.
https://jamesg.blog/2024/07/16/build-a-search-index/
How can search engines be so fast? While there are many parts of a search system, one of the key concepts to know is the inverted index.
https://jamesg.blog/2024/07/16/build-a-search-index/
jamesg.blog
Build a search index in Python | James' Coffee Blog
How can search engines be so fast? While there are many parts of a search system, one of the key concepts to know is the inverted index.
👍1
snakers4 / silero-vad
Silero VAD: pre-trained enterprise-grade Voice Activity Detector
https://github.com/snakers4/silero-vad
Silero VAD: pre-trained enterprise-grade Voice Activity Detector
https://github.com/snakers4/silero-vad
GitHub
GitHub - snakers4/silero-vad: Silero VAD: pre-trained enterprise-grade Voice Activity Detector
Silero VAD: pre-trained enterprise-grade Voice Activity Detector - snakers4/silero-vad
MervinPraison / PraisonAI
PraisonAI application combines AutoGen and CrewAI or similar frameworks into a low-code solution for building and managing multi-agent LLM systems, focusing on simplicity, customisation, and efficient human-agent collaboration. Chat with your ENTIRE Codebase.
https://github.com/MervinPraison/PraisonAI
PraisonAI application combines AutoGen and CrewAI or similar frameworks into a low-code solution for building and managing multi-agent LLM systems, focusing on simplicity, customisation, and efficient human-agent collaboration. Chat with your ENTIRE Codebase.
https://github.com/MervinPraison/PraisonAI
GitHub
GitHub - MervinPraison/PraisonAI: PraisonAI is a production-ready Multi AI Agents framework, designed to create AI Agents to automate…
PraisonAI is a production-ready Multi AI Agents framework, designed to create AI Agents to automate and solve problems ranging from simple tasks to complex challenges. It provides a low-code soluti...
Resource management and generators in Python
The article explores resource management and cleanup behavior in Python generators, highlighting unexpected issues when generators are not fully consumed. It demonstrates various scenarios, including the use of context managers and the finally clause, to ensure proper cleanup and resource management in generator functions.
https://samgeo.codes/python-generator-cleanup/
The article explores resource management and cleanup behavior in Python generators, highlighting unexpected issues when generators are not fully consumed. It demonstrates various scenarios, including the use of context managers and the finally clause, to ensure proper cleanup and resource management in generator functions.
https://samgeo.codes/python-generator-cleanup/
👍1
kaskade
kaskade is a text user interface for kafka, which allows you to interact and consume topics from your terminal in style!
https://github.com/sauljabin/kaskade
kaskade is a text user interface for kafka, which allows you to interact and consume topics from your terminal in style!
https://github.com/sauljabin/kaskade
GitHub
GitHub - sauljabin/kaskade: kaskade is a text user interface for kafka, which allows you to interact and consume topics from your…
kaskade is a text user interface for kafka, which allows you to interact and consume topics from your terminal in style! - sauljabin/kaskade
Transcribing Audio with Python on Your Local Machine
If you don't want to pay for a service to transcribe your audio, you can generate it easily on your own machine with a little setup. Here's how.
https://www.jeremymorgan.com/tutorials/generative-ai/how-to-transcribe-audio
If you don't want to pay for a service to transcribe your audio, you can generate it easily on your own machine with a little setup. Here's how.
https://www.jeremymorgan.com/tutorials/generative-ai/how-to-transcribe-audio
Jeremymorgan
Transcribing Audio with Python on Your Local Machine
If you don't want to pay for a service to transcribe your audio, you can generate it easily on your own machine with a little setup. Here's how.
MobileLLM
MobileLLM Optimizing Sub-billion Parameter Language Models for On-Device Use Cases. In ICML 2024.
https://github.com/facebookresearch/MobileLLM
MobileLLM Optimizing Sub-billion Parameter Language Models for On-Device Use Cases. In ICML 2024.
https://github.com/facebookresearch/MobileLLM
GitHub
GitHub - facebookresearch/MobileLLM: MobileLLM Optimizing Sub-billion Parameter Language Models for On-Device Use Cases. In ICML…
MobileLLM Optimizing Sub-billion Parameter Language Models for On-Device Use Cases. In ICML 2024. - facebookresearch/MobileLLM
👍1