• Helper function for deleting Chroma collections.

    Parameters

    • params: { clientParams?: PineconeConfiguration; name: string }

      The params for deleting a Pinecone index.

      • OptionalclientParams?: PineconeConfiguration

        The params to initialize Pinecone.

      • name: string

        The name of the Pinecone index to delete.

    Returns Promise<void>

    a void Promise that is fulfilled when the index has been deleted.