3 releases
0.1.2 | Oct 12, 2023 |
---|---|
0.1.1 | May 17, 2023 |
0.1.0 | May 17, 2023 |
#18 in #generative-ai
46 downloads per month
Used in 6 crates
(2 directly)
170KB
255 lines
gcp-vertex-ai-generative-ai
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
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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.
Dependencies
~11–22MB
~391K SLoC