diff --git a/Cargo.toml b/Cargo.toml index 71d75c3..42bcb5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,9 +4,12 @@ version = "0.1.0" edition = "2021" description = "Pinecone Rust SDK" repository = "https://github.com/pinecone-io/pinecone-rust-client" +homepage = "https://www.pinecone.io/" rust-version = "1.78.0" readme = "./README.md" license = "Apache-2.0" +keywords = ["pinecone", "vector", "database", "cloud", "vectordb"] +categories = ["api-bindings", "database"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index 9064c69..1f345a3 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,14 @@ # Pinecone Rust SDK +This SDK is still in an alpha state. While it is mostly built out and functional, it may undergo changes as we continue to improve the UX. Please try it out and give us your feedback, but be aware that updates may introduce breaking changes. + ## Documentation [reference the documentation here] -### Example code - -[reference the sample app] - ## Prerequisites -Rust version? +Rust version: tested with Rust version 1.78.0 Before you can use the Pinecone SDK, you must sign up for an account and find your API key in the Pinecone console dashboard at [https://app.pinecone.io](https://app.pinecone.io). diff --git a/codegen/apis b/codegen/apis index 4de4456..062b114 160000 --- a/codegen/apis +++ b/codegen/apis @@ -1 +1 @@ -Subproject commit 4de44568f98556d29e8044c8146b572d2396cb05 +Subproject commit 062b114b6d7b016de2b4d2b68c211a81b8689d1a