Interface PineconeIndexOperationsApi


@Consumes("application/json") @Produces("application/json") @Path("/") public interface PineconeIndexOperationsApi
  • Method Details

    • createIndex

      @POST @Path("/databases") void createIndex(CreateIndexRequest request)
    • listIndexes

      @GET @Path("/databases") List<String> listIndexes()