diff --git a/docs/extras/ecosystem/integrations/golden_query.mdx b/docs/extras/ecosystem/integrations/golden.mdx similarity index 65% rename from docs/extras/ecosystem/integrations/golden_query.mdx rename to docs/extras/ecosystem/integrations/golden.mdx index 29088371610..a11dcfd2065 100644 --- a/docs/extras/ecosystem/integrations/golden_query.mdx +++ b/docs/extras/ecosystem/integrations/golden.mdx @@ -1,17 +1,15 @@ -# Golden Query +# Golden ->Golden Query is a wrapper on top of the [Golden Query API](https://docs.golden.com/reference/query-api) which enables programmatic access to query results on entities across Golden's Knowledge Base. +>[Golden](https://golden.com) provides a set of natural language APIs for querying and enrichment using the Golden Knowledge Graph e.g. queries such as: `Products from OpenAI`, `Generative ai companies with series a funding`, and `rappers who invest` can be used to retrieve relevant structured data about relevant entities. +> +>The `golden-query` langchain tool is a wrapper on top of the [Golden Query API](https://docs.golden.com/reference/query-api) which enables programmatic access to these results. >See the [Golden Query API docs](https://docs.golden.com/reference/query-api) for more information. -This page covers how to use `Golden Query` within LangChain. - ## Installation and Setup - Go to the [Golden API docs](https://docs.golden.com/) to get an overview about the Golden API. -- Create a Golden account if you don't have one on the [Golden Website](https://golden.com). - Get your API key from the [Golden API Settings](https://golden.com/settings/api) page. - Save your API key into GOLDEN_API_KEY env variable - ## Wrappers ### Utility