We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5055e95 commit c2f028eCopy full SHA for c2f028e
pinecone-client/src/main/scala/io/cequence/pineconescala/service/PineconeIndexServiceImpl.scala
@@ -387,6 +387,7 @@ object PineconeIndexServiceFactory extends PineconeServiceFactoryHelper {
387
Right(new ServerlessIndexServiceImpl(apiKey, timeouts))
388
}
389
390
+ // if we don't care whether it's pod-based or serverless
391
implicit class FactoryImplicits(
392
either: Either[PineconePodBasedIndexService, PineconeServerlessIndexService]
393
) {
0 commit comments