You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module provides the actual meat, i.e. WS client implementation ([PineconeServiceImpl and PineconeServiceFactory](./src/main/scala/io/cequence/pineconescala/service/PineconeVectorServiceImpl.scala)).
3
+
This module provides the actual meat, i.e. WS client implementation ([PineconeVectorService impl and factory](./src/main/scala/io/cequence/pineconescala/service/PineconeVectorServiceImpl.scala) and [PineconeIndexService impl and factory](./src/main/scala/io/cequence/pineconescala/service/PineconeIndexServiceImpl.scala)).
4
4
Note that the full project documentation can be found [here](../README.md).
5
5
6
6
## Installation 🚀
@@ -21,4 +21,4 @@ or to *pom.xml* (if you use maven)
This is the core module, which contains mostly domain classes and the [pineconeService](./src/main/scala/io/cequence/pineconescala/service/pineconeService.scala)definition.
3
+
This is the core module, which contains mostly domain classes and the definition of services: [PineconeVectorService](./src/main/scala/io/cequence/pineconescala/service/PineconeVectorService.scala)and [PineconeIndexService](./src/main/scala/io/cequence/pineconescala/service/PineconeIndexService.scala).
4
4
Note that the full project documentation can be found [here](../README.md).
0 commit comments