datacommonsorg / website

Code for the Data Commons website
https://datacommons.org
Apache License 2.0
24 stars 88 forks source link

How to access from endpoint `/nodejs/query`? #4650

Open fahadh4ilyas opened 1 month ago

fahadh4ilyas commented 1 month ago

I want to serve Data Commons API in my local server. I'm following the method from Quickstart - Docs - Data Commons. I successfully load the website and even can search with query from web UI. The problem is when I tried to use it for datacommonsorg/llm-tools. I can not find what to replace _BASE_URL for the file data_gemma/datacommons.py. How to access Data Commons NL API using that tools? I don't find any documentation mentioning it.