Document don't have extra parameters in the text field but when they go under
vector_store = PineconeVectorStore(
pinecone_index=self.pinecone_index,
metadata_filters=metadata_filters,
namespace="org-" + payload["organisation"],
)
storage_context = StorageContext.from_defaults(vector_store=vector_store)
pc_index = GPTVectorStoreIndex.from_documents(
documents,
pinecone_index=self.pinecone_index,
storage_context=storage_context,
service_context=service_context,
)
the text in pinecone have extra parameters.
gone through the code but still not able to figure out
please help