GoogleCloudPlatform / genai-databases-retrieval-app

Apache License 2.0
212 stars 72 forks source link

Move export/init/embedding runs to be endpoints in retrieval service #399

Open Yuan325 opened 5 months ago

Yuan325 commented 5 months ago

Move the export / init / embedding runs to be endpoints in the service vs. standalone.

The init was done within terraform-genai-rag as a part of the JSS.

This will be helpful in setting up certain pipeline so user wouldn't have to run python run_database_init.py etc. Instead, they can just call the endpoint to set up init.