Skip to content

Commit 72b6bd8

Browse files
committed
Core and client README files fixed
1 parent 1773518 commit 72b6bd8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pinecone-client/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Pinecone Scala Client - Client [![version](https://img.shields.io/badge/version-0.0.1-green.svg)](https://cequence.io) [![License](https://img.shields.io/badge/License-MIT-lightgrey.svg)](https://opensource.org/licenses/MIT)
1+
# Pinecone Scala - Client [![version](https://img.shields.io/badge/version-0.0.1-green.svg)](https://cequence.io) [![License](https://img.shields.io/badge/License-MIT-lightgrey.svg)](https://opensource.org/licenses/MIT)
22

3-
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)).
44
Note that the full project documentation can be found [here](../README.md).
55

66
## Installation 🚀
@@ -21,4 +21,4 @@ or to *pom.xml* (if you use maven)
2121
<artifactId>pinecone-scala-client_2.12</artifactId>
2222
<version>0.0.1</version>
2323
</dependency>
24-
```
24+
```

pinecone-core/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Pinecone Scala Client - Core [![version](https://img.shields.io/badge/version-0.0.1-green.svg)](https://cequence.io) [![License](https://img.shields.io/badge/License-MIT-lightgrey.svg)](https://opensource.org/licenses/MIT)
1+
# Pinecone Scala - Core [![version](https://img.shields.io/badge/version-0.0.1-green.svg)](https://cequence.io) [![License](https://img.shields.io/badge/License-MIT-lightgrey.svg)](https://opensource.org/licenses/MIT)
22

3-
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).
44
Note that the full project documentation can be found [here](../README.md).
55

66
## Installation 🚀

0 commit comments

Comments
 (0)