Jul 24, 2023
Thanks for the post, very illuminating. One thing I wanted to ask related to being completely local, the embeddings code snippet tries to connect to the internet: embeddings = HuggingFaceEmbeddings(model_name='sentence-transformers/all-MiniLM-L6-v2')
Do you know why, if everything is happening locally?
Thanks!