Generate LLM Embeddings On Your Local Machine

Поделиться
HTML-код
  • Опубликовано: 21 сен 2024

Комментарии • 21

  • @moumniable
    @moumniable 8 месяцев назад +5

    i just love how diverse your videos are ! even when i don't particulary look for something your videos drives me to learn more. thanks ❤

  • @rons96
    @rons96 8 месяцев назад +8

    Not bad, but if i may say any tip, i would say to use a sentence-transformer from hugging face for embeddings and then use a llama like llm only to customize the answer, because models created just for embeddings seems to be more accurate for this task. Also, langchain module is easier and useful than using numpy and requests, with lot more features. I use this setup most for RAG and seems to work pretty well.

    • @henrischomacker6097
      @henrischomacker6097 8 месяцев назад

      Very interesting hint. Why would you suggest to use a sentence-transformer from hugging face for creating the embeddings instead?
      Which method does a sentence-transformer from hugging face use to create the embeddings and which one does ollama use?

    • @hackdonalds
      @hackdonalds 7 месяцев назад +1

      I tried llama2 and mistral embeddings through ollama embeddings api. The similarity search results were sht compared to Xenova/all-MiniLM-L6-v2 or gte-small

    • @rons96
      @rons96 6 месяцев назад

      @@hackdonalds yes, llama for embeddings is not good, with sentence-transformers i mean that one you mentioned, then use llama to elaborate the sentence. There's another model better for embeddings but it will require more resources and i don't remember the name now.

    • @rahulmakwana663
      @rahulmakwana663 28 дней назад

      @@rons96instructorembedding

  • @godwinntowdanso4111
    @godwinntowdanso4111 3 месяца назад

    Spot on. Simplified presentation

  • @Darkev77
    @Darkev77 7 месяцев назад +1

    Powerful video! Guys, anyone knows how I can generate these embeddings if I were to deploy my app remotely?

  • @ChristopherBruns-o7o
    @ChristopherBruns-o7o 3 месяца назад

    Cool guide. Very well explained. +1

  • @ddschaefer
    @ddschaefer 8 месяцев назад

    Great video! But where comes faiss into play?

  • @mohammadalibazyar5079
    @mohammadalibazyar5079 6 месяцев назад

    thanks, bro... really helpful ❤

  • @peterparker5161
    @peterparker5161 4 месяца назад +1

    I tried this with LLAMA3 8b locally. It can work if the sentences are short enough. But when I started plugins in long paragraphs (youtube transcripts) it becomes basically useless. Transformers that are creating for embedding (BERT for example) seems to work better. They also have lower computational cost compared to LLAMA. I tried again with "nomic-embed-text-v1.f16.gguf" and it works much better.

  • @EliSpizzichino
    @EliSpizzichino 6 месяцев назад

    that's very interesting! I imagine you can build your local knowledge base in this way...
    I need to make one for code-snippets that store knowledge bits find around....
    Is `d` dimension fixed by the model? does it mean I have 4096 bytes to store my embedding?

  • @dangalimov7435
    @dangalimov7435 8 месяцев назад

    Brilliant!

  • @iamreallybadatphysicsbutda8198
    @iamreallybadatphysicsbutda8198 8 месяцев назад

    Great video! 😃

  • @JJTradess
    @JJTradess 8 месяцев назад

    🔥

  • @all-in-one-890
    @all-in-one-890 8 месяцев назад

    First comment ❤ and ur videos are fantastic

  • @roberthenry7283
    @roberthenry7283 Месяц назад +1

    where is the source code

  • @JuanDiegoSalamanca-oy6xs
    @JuanDiegoSalamanca-oy6xs 5 месяцев назад

    if you do it in Colab what url do you use?

  • @AGASTRONICS
    @AGASTRONICS 8 месяцев назад

    comments[-1] #FirstComment😅