How AI Can Retrieve Memories! (Vector-Based Retrieval)

preview_player
Показать описание
Going over what vector databases are, a high level explanation of how they work, and going over #python code explaining how to use the ChromaDB vector database yourself, using Langchain and OpenAI-Embeddings. We then use the ChromaDB as long term memory for a OpenAI GPT (LLM) model.

Timecodes
0:00 - What is a Vector Database?
0:05 - What this video will cover?
0:13 - How a Vector Database stores data?
0:19 - What are embeddings?
0:43 - How to Query a Vector Database?
1:04 - Setting up ChromaDB
2:20 - ChromaDB + ChatGPT

Search Terms
vector database
vector databases
what are vector databases
vector databases explained
openai embeddings
embeddings
word embeddings
chat gpt embeddings
vector embeddings
what are embeddings
machine learning projects in python
ChromaDB tutorial
Langchain tutorial
OpenAI GPT long term memory
Vector database tutorial
Using vector databases with OpenAI
ChromaDB and OpenAI integration
Python vector database example
OpenAI embeddings tutorial
Querying vector databases
Setting up ChromaDB
GPT model with vector database
ChromaDB vector database explained
Vector database machine learning
GPT and ChromaDB
Langchain and OpenAI
OpenAI GPT and vector databases
Vector database python code
Langchain vector database
Machine learning vector databases
OpenAI GPT memory storage
Рекомендации по теме
Комментарии
Автор

Video request
Hi I have a sorted array with values between 0 and 1, from that array an index is selected if its value is >= random.random(), the program searches for the particular index using binary search.
I have only seen videos soo far where binary search is used to find an exact value not a value greater than or equal to. I would love if you could animate this binary search.
Thanks

gauravgautam