GoogleCloudPlatform / genai-databases-retrieval-app

Apache License 2.0
212 stars 72 forks source link

feat: Add similar_to relationship from csv ingestion #465

Closed ferdeleong closed 2 months ago

ferdeleong commented 2 months ago

Add SIMILAR_TO relationship to the current amenity knowledge graph through csv file ingestion.

File has a format of source id from one node (src_id) , relationship type (rel_type) and target id to the other node (tgt_id).

Which then will be ingested by the create_relationships function to be processed as a Cypher query.