This is part of the Use RAG with Continue.dev series.
Once we have the dependencies installed, we can start filling up the vector db.
Set up
First part, is to create the LanceDB database and embedding model:
from lancedb.embeddings import get_registry
from lancedb import connect
OLLAMA_HOST