Langchain + Docker + Neo4jGenAI Stack This GenAI application stack will get you started building your own GenAI application in no time. The demo applications can serve as inspiration or as a starting point. Configure Create a .env file from the environment template file env.example LLM Configuration MacOS and Linux users can use any LLM that's available via Ollama. Check the "tags" section under the model page you want to use on https://ollama.ai/library and write the tag for the va…
A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration.bitmagnet A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration. Visit the website at bitmagnet.io.
A tool to automatically fix PHP Coding Standards issues PHP Coding Standards Fixer The PHP Coding Standards Fixer (PHP CS Fixer) tool fixes your code to follow standards; whether you want to follow PHP coding standards as defined in the PSR-1, PSR-2, etc., or other community driven ones like the Symfony one. You can also define your (team's) style through configuration. It can modernize your code (like converting the pow function to the ** operator on PHP 5.6) and (micro…
A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations. A modern, fully static, fast, secure fully proxied, highly customizable application dashboard with integrations for over 100 services and translations into multiple languages. Easily configured via YAML files or through docker label discovery. Features With features like quick search, bookmarks, weather support, a wide range of integ…
A new way of working with Protocol Buffers. Buf The buf CLI is a tool for working with Protocol Buffers. The ability to manage Protobuf assets on the Buf Schema Registry (BSR). A linter that enforces good API design choices and structure. A breaking change detector that enforces compatibility at the source code or wire level. A generator that invokes your plugins based on configurable templates. A formatter that formats your Protobuf files in accordance with industry standards. Integrat…
Extend existing LLMs way beyond the original training length with constant memory usage, and without retrainingAttention Sinks in Transformers for endless fluent generation TL;DR: attention_sinks adapts pre-trained LLMs to use a modified form of sliding window attention that remains able to produce fluent text indefinitely. See here text generated by the same Llama 2 7B model using the same settings, but loaded using: transformers: Loses fluency after ~1900 tokens and starts endlessly generati…
A Pythonic framework to simplify AI service building LeptonAI python library A Pythonic framework to simplify AI service building Homepage • API Playground • Examples • Documentation • CLI References • Twitter • Blog The LeptonAI python library allows you to build an AI service from python code with ease. Key features include: A pythonic abstraction Photon, allowing you to convert research and modeling code into a service with a few lines of code. Simple abstractions to launch models like thos…
Source code of Ferrocene Ferrocene is a toolchain to enable the use of the Rust programming language in safety-critical environments. It is a proper downstream of the main Rust compiler - rustc, maintained by the Rust project on rust-lang/rust. The mission of Ferrocene is to bring open source practices to safety-critical industries and improve the Rust open source ecosystem through safety-critical practices. Ferrocene is maintained and supported by the world-renowed experts at Ferrous…
PoC for CVE-2023-4911PoC of CVE-2023-4911 "Looney Tunables" This is a PoC of CVE-2023-4911 (a.k.a. "Looney Tunables") exploiting a bug in glibc dynamic loader's GLIBC_TUNABLES environment variable parsing function parse_tunables(). Code has been tested on Ubuntu 22.04.3 with glibc version 2.35-0ubuntu3.3. No attempts have been made to generalize the PoC (read: "Works On My Machine"), so your mileage may vary. As always, big kudos to the Qualys Threat Research Unit fo…