Skip to content

Commit

Permalink
Fix reversed cells in table (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoscoe authored Aug 14, 2024
1 parent 5319105 commit 066fac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_dc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ For the following use cases, a custom Data Commons instance is not necessary:
| Feature | Base Data Commons | Custom Data Commons |
|--------------------------------------------------------------|--------------------|---------------------|
| Interactive tools (Exploration tools, Statistical Variable Explorer, etc.) | yes | yes |
| Natural language query interface | yes, using open-source models only<sup>1</sup> | yes, using Google AI technologies and models |
| Natural language query interface | yes, using Google AI technologies and models | yes, using open-source models only<sup>1</sup> |
| REST APIs | yes | yes, no additional setup needed |
| Python and Pandas API wappers | yes | yes, but requires additional setup<sup>2</sup> |
| Bigquery interface | yes | no
| Google Spreadsheets | yes | yes, but requires additional setup<sup>2</sup> |
| Site access controls | yes, using any supported Cloud Run mechanisms<sup>3</sup> | n/a |
| Site access controls | n/a | yes, using any supported Cloud Run mechanisms<sup>3</sup> |
| Fine-grained data access controls<sup>4</sup> | no | n/a |

1. Open-source Python ML library, Sentence Transformers model, from [https://huggingface.co/sentence-transformers](https://huggingface.co/sentence-transformers).
Expand Down

0 comments on commit 066fac6

Please sign in to comment.