Chroma - Vector Database for LLM Applications | OpenAI integration

Поділитися
Вставка
  • Опубліковано 5 січ 2025

КОМЕНТАРІ •

  • @bugbytes3923
    @bugbytes3923  Місяць тому +1

    PGVector Video: ua-cam.com/video/FDBnyJu_Ndg/v-deo.html
    ☕ Buy a coffee: ko-fi.com/bugbytes
    ⭐Top resource to learn Python - datacamp.pxf.io/kOjKkV ⭐

  • @suseek
    @suseek 2 місяці тому +3

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

    • @bugbytes3923
      @bugbytes3923  Місяць тому

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

  • @rembautimes8808
    @rembautimes8808 2 місяці тому +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  2 місяці тому

      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!

  • @SteveCarroll2011
    @SteveCarroll2011 Місяць тому +1

    Excellent presentation.

    • @bugbytes3923
      @bugbytes3923  Місяць тому

      @@SteveCarroll2011 thanks very much!

  • @markoaleksendric7850
    @markoaleksendric7850 3 місяці тому +1

    Great as always / simple and effective.

  • @abhisheknigam3768
    @abhisheknigam3768 9 днів тому +1

    Great Tutorial

    • @bugbytes3923
      @bugbytes3923  9 днів тому

      @@abhisheknigam3768 thanks!

    • @abhisheknigam3768
      @abhisheknigam3768 9 днів тому

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

  • @leoniaklebanov2502
    @leoniaklebanov2502 21 день тому

    Very usible session

  • @SivaPoosapati
    @SivaPoosapati 2 місяці тому +1

    Great session. Thankyou

  • @mpicuser
    @mpicuser 5 місяців тому +2

    Thanks for this video.

    • @bugbytes3923
      @bugbytes3923  5 місяців тому +1

      No problem, thanks for watching!

  • @axelletaho
    @axelletaho 4 місяці тому +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?

  • @davidtindell950
    @davidtindell950 4 місяці тому +2

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

  • @CHIRSJS33
    @CHIRSJS33 4 місяці тому

    it really helps me a lot Tx

  • @litttlemooncream5049
    @litttlemooncream5049 2 місяці тому

    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.

  • @damickillah
    @damickillah 5 місяців тому

    Your accent is cool af my guy.

  • @absar66
    @absar66 5 місяців тому

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

    • @bugbytes3923
      @bugbytes3923  4 місяці тому

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

  • @frameff9073
    @frameff9073 5 місяців тому +1

    🎉🎉🎉

  • @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

  • @dttsit
    @dttsit 5 місяців тому

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

  • @adarshkaushal3867
    @adarshkaushal3867 4 місяці тому

    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?

  • @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.

  • @ObilanCenobi
    @ObilanCenobi 5 місяців тому

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

    • @bugbytes3923
      @bugbytes3923  4 місяці тому

      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.

  • @tofudeliverygt86
    @tofudeliverygt86 8 днів тому

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