Chroma - Vector Database for LLM Applications | OpenAI integration

preview_player
Показать описание
☕️ 𝗕𝘂𝘆 𝗺𝗲 𝗮 𝗰𝗼𝗳𝗳𝗲𝗲:
To support the channel and encourage new videos, please consider buying me a coffee here:

In this video, we'll take a look at the ChromaDB vector database, which can be used to store embedding data and retrieve embeddings that are most similar to an input query.

We'll take a look at loading and. embedding a real-life text dataset, and then querying for similar vectors. We'll also look at different client options for in-memory databases and persistent databases with Chroma, and how to integrate with OpenAI's embeddings API.

📌 𝗖𝗵𝗮𝗽𝘁𝗲𝗿𝘀:
00:00 Intro
00:56 ChromaDB introduction
02:18 Creating a ChromaDB client and collections
03:32 Adding documents to a collection
08:45 Passing filters to collection queries
10:24 Reading in real-life dataset with Polars
13:10 Creating Embeddings with OpenAI APIs
18:11 Adding OpenAI vectors to ChromaDB
28:27 Persisting the ChromaDB database

𝗦𝗼𝗰𝗶𝗮𝗹 𝗠𝗲𝗱𝗶𝗮:

📚 𝗙𝘂𝗿𝘁𝗵𝗲𝗿 𝗿𝗲𝗮𝗱𝗶𝗻𝗴 𝗮𝗻𝗱 𝗶𝗻𝗳𝗼𝗿𝗺𝗮𝘁𝗶𝗼𝗻:

#python #chromadb #datascience
Рекомендации по теме
Комментарии
Автор

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

davidtindell
Автор

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

techietoons
Автор

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?

axelletaho
Автор

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

absar
Автор

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

xmsdngl
Автор

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?

adarshkaushal
Автор

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

personal
Автор

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

ObilanCenobi