Am I the only one who has the HARDEST TIME with setting up a Python env? lol I'm literally just guessing.. using pip, until it doesnt work, then using pipenv, until it doesn't work.. I really don't know what these things do lol. Sometimes they allow me to install things, sometimes they don't. Anyone know the easy way to resolve this? (I use VSCode)
@Diane Corriette Thanks, that sounds easy and super helpful, I'll try that lol So once the folder and environment have been created, and activated, and you open it in VSCode, is there anything else you need to do in VSCode? Like do you need to use that drop down menu and select the virtual environment or anything like that? Or is all that already handled?
I'm on your 3hr Langchain YT course, and in the RAG section, where the code is supposed to automatically create a vector data store, the code runs and says it created the vector store, but it doesn't for some reason and I don't know why:
@Abhishek Kumar Singh Yes, the book directory contains a sample odyssey.txt file. It seems to know where the directory is, but for some reason it isnt creating anything inside of the db folder. And thanks for your response