llama_embeddings_fastap

By Dicklesworthstone

Llama_embeddings_fastap Alternatives

Similar projects and alternatives to llama_embeddings_fastap

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

llama_embeddings_fastap reviews and mentions

Posts with mentions or reviews of llama_embeddings_fastap. 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
    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.