GoogleCloudPlatform / genai-databases-retrieval-app

Apache License 2.0
212 stars 72 forks source link

Use built in embeddings function for database providers #400

Open Yuan325 opened 5 months ago

Yuan325 commented 5 months ago

Built in embedding functions is available for most database (except for Firestore for now). Using built-in embeddings will be easier in the learning journey to showcase and use embeddings since there's less custom code.