gcp-vertex-ai-generative-language

Crates.iogcp-vertex-ai-generative-language
lib.rsgcp-vertex-ai-generative-language
version0.1.2
sourcesrc
created_at2023-05-17 00:56:13.515381
updated_at2023-10-12 00:44:03.991717
descriptionAn async client library for GCP Vertex AI Generative models - Language
homepage
repositoryhttps://github.com/ssoudan/gcp-vertex-ai-generative-ai
max_upload_size
id866483
size359,976
Sebastien Soudan (ssoudan)

documentation

README

gcp-vertex-ai-generative-ai

Crates.io Docs.rs CI

Overview

This is a Rust library to interact with the Google Cloud Vertex AI Generative AI API. The service and the API are in beta. The implementation is ... very beta too. Let's see how it goes.

For now only Generative Language is there. See language/.

For the API key, follow what is said on https://makersuite.google.com/app/home to get one.

Usage

At this point, see the tests in language/src/lib.rs as well as examples/ for examples.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

See CONTRIBUTING.md.

Commit count: 35

cargo fmt