The community members are discussing whether it is possible to use a Pinecone index or only a GPTSimpleVectorIndex. One community member suggests that Pinecone should work, but another community member is encountering errors when trying to use Pinecone, such as "AttributeError: 'Pinecone' object has no attribute 'set_text'" and "ValueError: Invalid document type: <class>". The community members are trying to figure out how to make the Pinecone index work with a chat agent, but there is no explicitly marked answer in the comments.
Not yet! AttributeError: 'Pinecone' object has no attribute 'set_text'. That's the error!
And when I create a ListIndex like the guide {list_index = GPTListIndex([index_set[y] for y in topics], llm_predictor=llm_predictor)} I get this error: ValueError: Invalid document type: <class 'langchain.vectorstores.pinecone.Pinecone'>.