gollum

Production grade LLM-ops in Golang (by stillmatic)

Gollum Alternatives

Similar projects and alternatives to gollum

  • llama.cpp

    LLM inference in C/C++

  • guidance

    89 gollum VS guidance

    Discontinued A guidance language for controlling large language models. [Moved to: https://github.com/guidance-ai/guidance] (by microsoft)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • highway

    Performance-portable, length-agnostic SIMD with runtime dispatch

  • ann-benchmarks

    Benchmarks of approximate nearest neighbor libraries in Python

  • semantic-kernel

    Integrate cutting-edge LLM technology quickly and easily into your apps

  • Halide

    a language for fast, portable data-parallel computation

  • usearch

    Fast Open-Source Search & Clustering engine × for Vectors & 🔜 Strings × in C++, C, Python, JavaScript, Rust, Java, Objective-C, Swift, C#, GoLang, and Wolfram 🔍

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • TypeChat

    12 gollum VS TypeChat

    TypeChat is a library that makes it easy to build natural language interfaces using types.

  • SimSIMD

    Up to 200x Faster Inner Products and Vector Similarity — for Python, JavaScript, Rust, and C, supporting f64, f32, f16 real & complex, i8, and binary vectors using SIMD for both x86 AVX2 & AVX-512 and Arm NEON & SVE 📐

  • ts-patch

    6 gollum VS ts-patch

    Augment the TypeScript compiler to support extended functionality

  • langchaingo

    LangChain for Go, the easiest way to write LLM-based programs in Go

  • voy

    4 gollum VS voy

    🕸️🦀 A WASM vector similarity search written in Rust

  • CopilotKit

    14 gollum VS CopilotKit

    Discontinued Build in-app AI chatbots 🤖, and AI-powered Textareas ✨, into react web apps. [Moved to: https://github.com/CopilotKit/CopilotKit] (by RecursivelyAI)

  • ai-agents-laravel

    Build AI Agents for popular LLMs quick and easy in Laravel

  • shelby_as_a_service

    Production-ready LLM Agents. Just add API keys (by ShelbyJenkins)

  • laser

    The HPC toolbox: fused matrix multiplication, convolution, data-parallel strided tensor primitives, OpenMP facilities, SIMD, JIT Assembler, CPU detection, state-of-the-art vectorized BLAS for floats and integers (by mratsim)

  • zod-gpt

    4 gollum VS zod-gpt

    Get structured, fully typed, and validated JSON outputs from OpenAI and Anthropic models.

  • Weaviate

    Weaviate is an open-source vector database that stores both objects and vectors, allowing for the combination of vector search with structured filtering with the fault tolerance and scalability of a cloud-native database​.

  • go-openai

    OpenAI ChatGPT, GPT-3, GPT-4, DALL·E, Whisper API wrapper for Go

  • agency

    🕵️‍♂️ Library designed for developers eager to explore the potential of Large Language Models (LLMs) and other generative AI through a clean, effective, and Go-idiomatic approach. (by neurocult)

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better gollum alternative or higher similarity.

gollum reviews and mentions

Posts with mentions or reviews of gollum. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-23.
  • From slow to SIMD: A Go optimization story
    10 projects | news.ycombinator.com | 23 Jan 2024
    I did a similar optimization via https://github.com/viterin/vek as the SIMD version. Some somewhat unscientific calculations showed a 10x improvement staying in float32: https://github.com/stillmatic/gollum/blob/07a9aa35d2517af8cf...

    TBH my takeaway was that it was more useful to use smaller vectors as a representation

  • Agency: Pure Go LangChain Alternative
    10 projects | news.ycombinator.com | 27 Nov 2023
    I like Go a lot for working with OpenAI etc, it's 'just' API calls and Go is great at that. I've opensourced some bits here: https://github.com/stillmatic/gollum -- in particular, function dispatch (given a prompt, return an arbitrary Go struct) is really nice, as is a very fast in-memory KNN index.
  • Introducing TypeChat from Microsoft
    18 projects | news.ycombinator.com | 20 Jul 2023
    I've written a version of this in Golang: https://github.com/stillmatic/gollum/blob/main/dispatch.go

    ```go

  • FANN: Vector Search in 200 Lines of Rust
    8 projects | news.ycombinator.com | 15 Jun 2023
    I have gotten 10x speedups with SIMD on modern hardware. Goroutines make this actually fairly tricky, as you essentially have to process all the events and then sort the entire array, which is usually the bottleneck. The heap adds a small amount of complexity but is significantly more efficient, feels like good ROI.

    https://github.com/stillmatic/gollum/blob/main/vectorstore.g...

  • A note from our sponsor - SaaSHub
    www.saashub.com | 1 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic gollum repo stats
4
32
6.0
7 days ago

stillmatic/gollum is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of gollum is Go.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com