Releases: cequence-io/pinecone-scala
Releases · cequence-io/pinecone-scala
Version 1.1.0
PineconeInferenceService
- new functionrerank
with examples and testPineconeInferenceFactory
,PineconeAssistantFactory
, andPineconeAssistantFileServiceFactory
simplified/unified.
Version 1.0.0
- New service
PineconeInferenceService
withcreateEmbeddings
function - Two services for the assistant API introduced -
PineconeAssistantService
(listAssistants
,createAssistant
, etc), andPineconeAssistantFileService
(chatWithAssistant
,uploadFile
, ...) - Demo projects moved as seprate modules: examples and openai-examples
- New serverless regions added
- Migrated to
ws-client-play
(io.cequence
) as backend
Version 0.1.4
Migration to the newest ws-client
(with Play engine/backend)
Version 0.1.3
- Full support for pod-based and serverless index services:
PineconePodBasedIndexService
andPineconeServerlessIndexService
- New
PineconeInferenceService
implementingembedData
endpoint - Migration of infra to
ws-client
(io.cequence)
Version 0.1.2
QuerySettings
- filter supportingAny
value type- New endpoint
listVectorIds
with a response holder and JSON format - Proto support for serverless indexes (env optional)
Version 0.1.1
- WS client
close
function exposed inPineconeIndexService
andPineconeVectorService
- Prep for Scala 3.3 support - Play WS libs added
Version 0.1.0
- Refactoring
EnumFormat
such that it's Scala-2 and Scala-3 compatible IndexDatabaseInfo
->pod_type
made optional - undefined for indexes running on "free" envs- Handy new fun
getMetadata(key: String)
introduced forMatch
data holder
Version 0.0.1
Initial version already covering all the vector, index, and collection endpoints.