google / patents-public-data

Patent analysis using the Google Patents Public Datasets on BigQuery
https://bigquery.cloud.google.com/dataset/patents-public-data:patents
Apache License 2.0
539 stars 163 forks source link

Missing embedding #75

Open sanealytics opened 1 year ago

sanealytics commented 1 year ago

Patent US-7398565-B1 had embedding before, but seems to have vanished recently (< 3 months). There might be others.

SELECT publication_number, embedding_v1
FROM `patents-public-data.google_patents_research.publications`
WHERE
publication_number in ('US-7398565-B1')
LIMIT 1000

Maybe they can be restored.

sanealytics commented 1 year ago

Might be related to https://github.com/google/patents-public-data/issues/72