Closed
Description
Feature request
Adapt the pinecone vectorstore to support upcoming starter tier. The changes are related to removing namespaces and delete by metadata
feature.
Motivation
Indexes in upcoming Pinecone V4 won't support:
- namespaces
configure_index()
- delete by metadata
describe_index()
with metadata filteringmetadata_config
parameter tocreate_index()
delete()
with thedeleteAll
parameter
Your contribution
I'll do it.