PineconePodBasedExtra

io.cequence.pineconescala.service.PineconePodBasedExtra

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def configureIndex(indexName: String, replicas: Option[Int], podType: Option[PodType]): Future[ConfigureIndexResponse]

This operation specifies the pod type and number of replicas for an index.

This operation specifies the pod type and number of replicas for an index.

Attributes

indexName

The name of the index

podType

The new pod type for the index.

replicas

The desired number of replicas for the index.

Returns:

Whether the index was updated successfully or not found.

See also:
def createCollection(name: String, source: String): Future[CreateResponse]

This operation creates a Pinecone collection.

This operation creates a Pinecone collection.

Attributes

name

The name of the collection to be created.

source

The name of the source index to be used as the source for the collection.

Returns:

Whether the collection was created successfully or not.

See also:
def listCollections: Future[Seq[String]]

This operation returns a list of your Pinecone collections.

This operation returns a list of your Pinecone collections.

Attributes

Returns:

List of collections

See also: