Chroma - Vector Database for LLM Applications | OpenAI integration

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

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

  • @bugbytes3923
    @bugbytes3923  2 месяца назад +1

    PGVector Video: ruclips.net/video/FDBnyJu_Ndg/видео.html
    ☕ Buy a coffee: ko-fi.com/bugbytes
    ⭐Top resource to learn Python - datacamp.pxf.io/kOjKkV ⭐

  • @suseek
    @suseek 2 месяца назад +4

    Finally something worth watching, without tons of additional libraries covering SDKs. Thank you!

    • @bugbytes3923
      @bugbytes3923  2 месяца назад +1

      Glad you liked the video, tried to keep it simple here and steer away from other SDKs/langchain etc. Thanks for the comment!

  • @olusolaogunkunle4970
    @olusolaogunkunle4970 7 дней назад +2

    This covers RAG, end to end. Thank you

  • @altanochirdamdinragchaa943
    @altanochirdamdinragchaa943 17 дней назад +1

    this is very clean and informative.

  • @rembautimes8808
    @rembautimes8808 3 месяца назад +1

    Thanks so much, I followed your tutorial and got Chroma DB working. My config was slightly different as I wanted to download the Mini LLM model into a certain directory first. Tried with a few sentences using the all-MiniLM-L6-v2 and it was really exciting to have your own LLM working on my machine. Hmm, makes you want to go out and get that NVDIA GPU 😀. This is definitely a goto channel to stay updated on python

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

      Thanks a lot! And agreed, it's really cool to have a good LLM available locally for easy (and free) usage.

  • @techietoons
    @techietoons 5 месяцев назад +3

    Thanks for this video. I was looking in to vector db recently

    • @bugbytes3923
      @bugbytes3923  5 месяцев назад +1

      Hope the video was helpful!

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

    Great as always / simple and effective.

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

    Excellent presentation.

    • @bugbytes3923
      @bugbytes3923  Месяц назад

      @@SteveCarroll2011 thanks very much!

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

    Great Tutorial

    • @bugbytes3923
      @bugbytes3923  Месяц назад

      @@abhisheknigam3768 thanks!

    • @abhisheknigam3768
      @abhisheknigam3768 Месяц назад

      @@bugbytes3923 Can you please make a video on Rag, Vector Database. Also on Gen Ai with Databricks if possible.

  • @SivaPoosapati
    @SivaPoosapati 3 месяца назад +1

    Great session. Thankyou

  • @mpicuser
    @mpicuser 5 месяцев назад +2

    Thanks for this video.

    • @bugbytes3923
      @bugbytes3923  5 месяцев назад +1

      No problem, thanks for watching!

  • @leoniaklebanov2502
    @leoniaklebanov2502 Месяц назад

    Very usible session

  • @davidtindell950
    @davidtindell950 5 месяцев назад +2

    Thank You. I O U a "Pot of Coffee" or you favorite beverage !

  • @axelletaho
    @axelletaho 5 месяцев назад +1

    very interesting video! could you please make a tutorial based on this databse you created, that explains how to generate answer with a gen model from openAi or Ollama to answer the query?

  • @CHIRSJS33
    @CHIRSJS33 5 месяцев назад

    it really helps me a lot Tx

    • @bugbytes3923
      @bugbytes3923  5 месяцев назад

      Glad to hear that, thank you!

  • @frameff9073
    @frameff9073 5 месяцев назад +1

    🎉🎉🎉

  • @absar66
    @absar66 5 месяцев назад

    many thanks.. very nicely explained..any plans to create a tutorial video on Streamlit App with chromaDB in future?

    • @bugbytes3923
      @bugbytes3923  5 месяцев назад

      Thanks a lot! For sure, that's in the near future!

  • @damickillah
    @damickillah 5 месяцев назад

    Your accent is cool af my guy.

  • @adarshkaushal3867
    @adarshkaushal3867 5 месяцев назад +1

    Failed to build chroma-hnswlib
    ERROR: Could not build wheels for chroma-hnswlib, which is required to install pyproject.toml-based projects
    How to resolve this error?

    • @amanseth4486
      @amanseth4486 21 день назад

      Install anaconda navigator and on anaconda command prompt run: conda install -c conda-forge chromadb
      This should work. Verify by going to python env and import chromadb after successful installation.

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

    many thanks, helped a lot! however I've been confused about not getting the right answer from my query when i ask the exact same question...(contents are simple table form, like "today's breakfast-fruit"..there do exist lots of professional words in my content. should I train my embedding model first like making it embed the words following some rules? Thanks a lot.

  • @dttsit
    @dttsit 5 месяцев назад

    Tutorial of circumeo hosting please, how to setup domain name . ?

  • @personal1872
    @personal1872 5 месяцев назад

    I am trying to embed document using together embedding llm and chromadb vector database, after embedding The LLM still not able to answer some question already in pdf files that i have embedded. I am using harry potter part 1 pdf

  • @ObilanCenobi
    @ObilanCenobi 5 месяцев назад

    U used openAI embedding, but the defoult solution is free, will there be tutorial with a free embedding model?

    • @bugbytes3923
      @bugbytes3923  5 месяцев назад

      With the free embedding model, you can just pass the documents (and the query) to the model as demonstrated at the beginning of the video. The Chroma client will automatically create embeddings with the default model.

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

    My issue isn't adding the data, it's deleting it:
    try:
    debug_var = collection.delete(where={"source": document_id}, ids=[document_id])
    print(f"


    DEBUG VAR: {debug_var}


    ")
    return jsonify({"message": "Curriculum deleted successfully"})
    This try block always passes, even when the document doesn't exist. And if it exists, I can try to delete the same document 999 times and it will print "Curriculum deleted successfully" everytime. Also, the value of the debug var is always None.

  • @tofudeliverygt86
    @tofudeliverygt86 Месяц назад

    Cool video, but very strong accent. On par with a strong indian accent.