Couple of questions regarding file uploads, file search, and vector stores

Thanks for the information. I ended up using openai.files.create() to upload the files and openai.beta.vectorStores.files.create() to add it to the vector store (passing the vector store Id and file Id from the openai.files.create() call). This method has worked well for my needs.