Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ssoudan/gcp-vertex-ai-generative-ai
An async client library for GCP Vertex AI Generative models
https://github.com/ssoudan/gcp-vertex-ai-generative-ai
embeddings gcp generative-models language-model rust vertex-ai
Last synced: 6 days ago
JSON representation
An async client library for GCP Vertex AI Generative models
- Host: GitHub
- URL: https://github.com/ssoudan/gcp-vertex-ai-generative-ai
- Owner: ssoudan
- License: apache-2.0
- Created: 2023-05-17T00:39:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-23T21:31:40.000Z (4 months ago)
- Last Synced: 2024-12-01T02:27:05.214Z (about 1 month ago)
- Topics: embeddings, gcp, generative-models, language-model, rust, vertex-ai
- Language: Rust
- Homepage:
- Size: 233 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE-APACHE
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# gcp-vertex-ai-generative-ai
[![Crates.io](https://img.shields.io/crates/v/gcp-vertex-ai-generative-language.svg)](https://crates.io/crates/gcp-vertex-ai-generative-language)
[![Docs.rs](https://docs.rs/gcp-vertex-ai-generative-language/badge.svg)](https://docs.rs/gcp-vertex-ai-generative-language)
[![CI](https://github.com/ssoudan/gcp-vertex-ai-generative-ai/workflows/CI/badge.svg)](https://github.com/ssoudan/gcp-vertex-ai-generative-ai/actions)## Overview
This is a Rust library to interact with the [Google Cloud Vertex AI Generative AI](https://cloud.google.com/vertex-ai/docs/generative-ai/learn/overview) 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/](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](language/src/lib.rs) as well as [examples/](examples/) for examples.
## License
Licensed under either of
- Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license
([LICENSE-MIT](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](docs/CONTRIBUTING.md).