Great content again, Alex! 👍 All this vector embeddings (image, text and audio) that you're showing in this series can be stored in some RAG system, right?
Thanks! Yes absolutely, although I don’t have experience with RAG, I believe the idea is to chunk the content that your searching over (eg sentences, for text content) and get embeddings of all those, then compare to the embedding of the thing your searching for
Thanks! So no neovim when you need to use notebooks? I love nvim, but always end up back in VSCode when needing notebooks as a data scientist. Do you ever use nvim with notebooks?
I briefly searched for a neovim solution but wasn’t satisfied with what I found. Vscode works pretty great with vim keybindings, I just learned a few shortcuts for doing stuff with the cells (not vim- vscode default keybindings). Still getting used to those
Stumbled across this and really impressed; excellent work.
Great content again, Alex! 👍
All this vector embeddings (image, text and audio) that you're showing in this series can be stored in some RAG system, right?
Thanks! Yes absolutely, although I don’t have experience with RAG, I believe the idea is to chunk the content that your searching over (eg sentences, for text content) and get embeddings of all those, then compare to the embedding of the thing your searching for
Thanks!
So no neovim when you need to use notebooks?
I love nvim, but always end up back in VSCode when needing notebooks as a data scientist. Do you ever use nvim with notebooks?
I briefly searched for a neovim solution but wasn’t satisfied with what I found. Vscode works pretty great with vim keybindings, I just learned a few shortcuts for doing stuff with the cells (not vim- vscode default keybindings). Still getting used to those