simsimd VS swiss_army_llama

Compare simsimd vs swiss_army_llama and see what are their differences.

swiss_army_llama

A FastAPI service for semantic text search using precomputed embeddings and advanced similarity measures, with built-in support for various file types through textract. (by Dicklesworthstone)
Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
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.
www.influxdata.com
featured
simsimd swiss_army_llama
1 11
- 886
- -
- 9.4
- 4 days ago
Python
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

simsimd

Posts with mentions or reviews of simsimd. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-23.
  • Show HN: Fast Vector Similarity Using Rust and Python
    8 projects | news.ycombinator.com | 23 Aug 2023
    It’s a good start, but you can’t generally get even remotely close to hardware potential in Rust, let alone Python.

    I had to implement a separate C99 library to always trigger the newest SIMD intrinsics, occasionally leveraging SVE on more recent ARM CPUs, that compilers don’t know how to generate.

    That library is in turn used in USearch, which is designed for Approximate Search, but some users recently reported that they use it for brute force as well… where it performed 20x faster than FAISS.

    https://github.com/unum-cloud/simsimd

swiss_army_llama

Posts with mentions or reviews of swiss_army_llama. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-26.
  • Ask HN: Cheapest way to run local LLMs?
    6 projects | news.ycombinator.com | 26 Nov 2023
    Depends what you mean by "local". If you mean in your own home, then there isn't a particularly cheap way unless you have a decent spare machine. If you mean "I get to control everything myself" then you can rent a cheap VPS on a value host like Contabo (you can get 8cores, 30gb of ram, and 1tb SSD on Ubuntu 22.04 for something like $35/month-- just stick the to US data centers).

    Then if you want something that is extremely quick and easy to set up and provides a convenient REST api for completions/embeddings with some other nice features, you might want to check out my project here:

    https://github.com/Dicklesworthstone/swiss_army_llama

    Especially if you use Docker to set it up, you can go from a brand new box to a working setup in under 20 minutes and then access it via the Swagger page from any browser.

  • What's the difference between LangChain, llama indexand others like autollm?
    3 projects | news.ycombinator.com | 3 Nov 2023
    I found all of them to be quite bloated and annoying to use directly, which is why I made my own FastAPI based one, Swiss Army Llama. I’m obviously biased, but I far prefer it:

    https://github.com/Dicklesworthstone/swiss_army_llama

  • Show HN: Swiss Army Llama – A Versatile, FastAPI-Based Multitool for Local LLMs
    1 project | news.ycombinator.com | 10 Oct 2023
  • Show HN: Swiss Army Llama
    2 projects | news.ycombinator.com | 30 Sep 2023
    I just added a very cool feature that lets you supply a sample JSON file and it will automatically generate a BNF grammar for it. You can also supply a pydantic data model description and it will generate the corresponding JSON BNF for you:

    https://github.com/Dicklesworthstone/swiss_army_llama/blob/m...

    And then you can add that grammar file and it will validate it with this:

    https://github.com/Dicklesworthstone/swiss_army_llama/blob/5...

    1 project | news.ycombinator.com | 29 Sep 2023
  • Show HN: Fast Vector Similarity Using Rust and Python
    8 projects | news.ycombinator.com | 23 Aug 2023
    Cool, I also made a similar kind of tool recently that I also shared on HN a couple weeks ago. You might find it useful for generating and managing LLM embeddings locally:

    https://github.com/Dicklesworthstone/llama_embeddings_fastap...

  • Show Show HN: Llama2 Embeddings FastAPI Server
    5 projects | news.ycombinator.com | 15 Aug 2023
    Thanks for pointing out those models. I see from a quick Huggingface search that the bge model is available in GGML format. You can trivially add new GGML format models to the code by simply adding the direct download link to this line:

    https://github.com/Dicklesworthstone/llama_embeddings_fastap...

    So to add the base bge model, you could just add this URL to the list:

    https://huggingface.co/maikaarda/bge-base-en-ggml/resolve/ma...

    I will add that as an additional default.

  • Llama2 Embeddings FastAPI Service
    1 project | /r/LocalLLaMA | 10 Aug 2023
  • Show HN: LLama2 Embeddings API Service Made with FastAPI
    1 project | news.ycombinator.com | 8 Aug 2023

What are some alternatives?

When comparing simsimd and swiss_army_llama you can also consider the following projects:

DoctorGPT - 💻📚💡 DoctorGPT provides advanced LLM prompting for PDFs and webpages.

llama_embeddings_fastap

openembeddings - Self-hostable pay for what you use embedding server for bge-large-en and arbitrary embedding models using crypto

fast_vector_similarity - The Fast Vector Similarity Library is designed to provide efficient computation of various similarity measures between vectors.

np-sims - numpy ufuncs for vector similarity

serve - Serve, optimize and scale PyTorch models in production

qdrant - Qdrant - High-performance, massive-scale Vector Database for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/

rocketrosti - Chatbot, LLM companion and data retrieval framework