Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 5e3c0ae

Browse files
committed
Version 0.1.2
1 parent 5229dfb commit 5e3c0ae

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
# Pinecone Scala Client - Demo/Seed Project
2-
[![version](https://img.shields.io/badge/version-0.1.0-green.svg)](https://cequence.io) [![License](https://img.shields.io/badge/License-MIT-lightgrey.svg)](https://opensource.org/licenses/MIT) [![Twitter Follow](https://img.shields.io/twitter/follow/0xbnd?style=social)](https://twitter.com/0xbnd)
2+
[![version](https://img.shields.io/badge/version-0.1.2-green.svg)](https://cequence.io) [![License](https://img.shields.io/badge/License-MIT-lightgrey.svg)](https://opensource.org/licenses/MIT) [![Twitter Follow](https://img.shields.io/twitter/follow/0xbnd?style=social)](https://twitter.com/0xbnd)
33

44
This is a ready-to-fork, example/demo project demonstrating how to use [Pinecone Scala Client](https://github.com/cequence-io/pinecone-scala).
55

6-
Five single-function demos are available:
6+
7 single-function demos are available:
77

88
- [List Indexes](./src/main/scala/io/cequence/pineconescala/demo/ListIndexes.scala)
99
- [Create Index](./src/main/scala/io/cequence/pineconescala/demo/CreateIndex.scala)
10+
- [Describe Index](./src/main/scala/io/cequence/pineconescala/demo/DescribeIndex.scala)
1011
- [Delete Index](./src/main/scala/io/cequence/pineconescala/demo/DeleteIndex.scala)
1112
- [Upsert Vectors](./src/main/scala/io/cequence/pineconescala/demo/UpsertVectors.scala)
1213
- [Query Vectors](./src/main/scala/io/cequence/pineconescala/demo/QueryVectors.scala)
14+
- [Query Vectors By Filter](./src/main/scala/io/cequence/pineconescala/demo/QueryVectorsByFilter.scala)
15+
1316

1417
and two more complex (longer), one for each service:
1518

@@ -18,7 +21,7 @@ and two more complex (longer), one for each service:
1821

1922
Before you launch anything, don't forget to set the following env. variables:
2023
- `PINECONE_SCALA_CLIENT_API_KEY`
21-
- `PINECONE_SCALA_CLIENT_ENV`
24+
- `PINECONE_SCALA_CLIENT_ENV` (optional) - needed only for pod-based deployments
2225

2326
That's it folks. Have fun with our Scala client!
2427

0 commit comments

Comments
 (0)