Error happening while creating the index (AttributeError: ‘Document’ object has no attribute ‘get_doc_id’)
Description I’m working on using Predibase and LlamaIndex to set up all the moving parts of an RAG system, with Predibase as the LLM provider and currently I’m trying to create the index so that any query I make will pull the relevant context from my Pinecone Vector Store. The following Python code is an […]