Mongodb – Error list index out of range when trying to upsert on pinecone
I'm creating a chatbot RAG using the content from my MongoDB and sending to create vectors on Pinecone. So my user can ask stuff to my chatbot about his reflections. Here is my code: import os from pymongo import MongoClient…