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
Prep for release v2.1.0 and add proxy config & disabling TLS examples to README (#152)
## Problem
- Prepare for releasing v2.1.0.
- Added support proxy configuration and for disabling TLS, so add
examples to the README.
## Solution
- Update pinecone client version to `v2.1.0`.
- Add proxy config and disabling TLS examples to README
## Type of Change
- [X] Non-code change (docs, etc)
## Test Plan
NA
Operations related to the building and managing of Pinecone indexes are called [control plane](https://docs.pinecone.io/reference/api/introduction#control-plane) operations.
84
156
85
157
## Create Index
158
+
86
159
You can use the Java SDK to create two types of indexes: [serverless indexes](https://docs.pinecone.io/guides/indexes/understanding-indexes#serverless-indexes) (recommended for most use cases) and
87
160
[pod-based indexes](https://docs.pinecone.io/guides/indexes/understanding-indexes#pod-based-indexes) (recommended for high-throughput use cases).
88
161
89
162
### Create a serverless index
163
+
90
164
The following is an example of creating a serverless index in the `us-west-2` region of AWS. For more information on
91
165
serverless and regional availability, see [Understanding indexes](https://docs.pinecone.io/guides/indexes/understanding-indexes#serverless-indexes).
0 commit comments