- Notifications
You must be signed in to change notification settings - Fork10
License
Apache-2.0, Apache-2.0 licenses found
Licenses found
google-gemini/angular-database-schema-sample
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Developer sample written in Angular, demonstrating how to use the Gemini API andfunction calling to collaboratively and iteratively create a database schemausing natural language prompts.
Caution
Using the Google AI SDK directly from a client-side app as is shown inthis sample is recommended for prototyping only. For non-prototyping usecases, we strongly recommend that you call the Google AI Gemini API onlyserver-side to keep your API key safe. If you embed your API key directly inyour web app or fetch it remotely at runtime, you risk potentially exposingyour API key to malicious actors.
This project was initially generated withAngular CLI version 17.0.5.
Runng serve
for a dev server. Navigate tohttp://localhost:4200/
.The application will automatically reload if you change any of the source files.
Runng generate component component-name
to generate a new component.You can also useng generate directive|pipe|service|class|guard|interface|enum|module
.
Runng build
to build the project.The build artifacts will be stored in thedist/
directory.
To get more help on the Angular CLI useng help
or go check out theAngular CLI Overview and Command Reference page.
About
Resources
License
Apache-2.0, Apache-2.0 licenses found
Licenses found
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.