io.cequence.pineconescala.service

Members list

Concise view

Type members

Classlikes

Pinecone assistant file operations as defined at the API ref. page

Pinecone assistant file operations as defined at the API ref. page

The following services are supported:

  • listFiles
  • uploadFile
  • describeFile
  • deleteFile
  • chatWithAssistant

Attributes

Since:

July 2024

Graph
Supertypes
class Object
trait Matchable
class Any
trait PineconeAssistantService extends CloseableService with PineconeServiceConsts

Pinecone assistant operations as defined at the API ref. page

Pinecone assistant operations as defined at the API ref. page

The following services are supported:

  • listAssistants
  • createAssistant
  • describeAssistant
  • deleteAssistant

Attributes

Since:

July 2024

Graph
Supertypes
trait CloseableService
class Object
trait Matchable
class Any
trait PineconeIndexService[S <: IndexSettings] extends CloseableService with PineconeServiceConsts

Central service to access all Pinecone vector operations/endpoints as defined at the API ref. page

Central service to access all Pinecone vector operations/endpoints as defined at the API ref. page

The following services are supported:

  • '''Collection Operations''': listCollections, createCollection, describeCollection, and deleteCollection

  • '''Index Operations''': listIndexes, creatIndex, describeIndex, deleteIndex, and configureIndex

Attributes

Since:

Apr 2023

Graph
Supertypes
trait CloseableService
class Object
trait Matchable
class Any
Known subtypes
trait PineconeInferenceService extends CloseableService with PineconeServiceConsts

Pinecone inference operations as defined at the API ref. page

Pinecone inference operations as defined at the API ref. page

The following services are supported:

  • createEmbeddings

Attributes

Since:

May 2024

Graph
Supertypes
trait CloseableService
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Graph
Supertypes
trait CloseableService
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
trait CloseableService
class Object
trait Matchable
class Any

Constants of PineconeVectorService, mostly defaults

Constants of PineconeVectorService, mostly defaults

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Central service to access all Pinecone vector operations/endpoints as defined at the API ref. page

Central service to access all Pinecone vector operations/endpoints as defined at the API ref. page

The following services are supported:

  • describeIndexStats
  • query - by vector or by id (queryById)
  • delete - by filter or ids, or delete all
  • fetch
  • update
  • upsert
  • listVectorIDs

Attributes

Since:

Apr 2023

Graph
Supertypes
class Object
trait Matchable
class Any