1
1
# 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 )
3
3
4
4
This is a ready-to-fork, example/demo project demonstrating how to use [ Pinecone Scala Client] ( https://github.com/cequence-io/pinecone-scala ) .
5
5
6
- Five single-function demos are available:
6
+ 7 single-function demos are available:
7
7
8
8
- [ List Indexes] ( ./src/main/scala/io/cequence/pineconescala/demo/ListIndexes.scala )
9
9
- [ Create Index] ( ./src/main/scala/io/cequence/pineconescala/demo/CreateIndex.scala )
10
+ - [ Describe Index] ( ./src/main/scala/io/cequence/pineconescala/demo/DescribeIndex.scala )
10
11
- [ Delete Index] ( ./src/main/scala/io/cequence/pineconescala/demo/DeleteIndex.scala )
11
12
- [ Upsert Vectors] ( ./src/main/scala/io/cequence/pineconescala/demo/UpsertVectors.scala )
12
13
- [ 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
+
13
16
14
17
and two more complex (longer), one for each service:
15
18
@@ -18,7 +21,7 @@ and two more complex (longer), one for each service:
18
21
19
22
Before you launch anything, don't forget to set the following env. variables:
20
23
- ` PINECONE_SCALA_CLIENT_API_KEY `
21
- - ` PINECONE_SCALA_CLIENT_ENV `
24
+ - ` PINECONE_SCALA_CLIENT_ENV ` (optional) - needed only for pod-based deployments
22
25
23
26
That's it folks. Have fun with our Scala client!
24
27
0 commit comments