From 7239d57a53aedb41b5dde8c93bb51dfeb3bd05a6 Mon Sep 17 00:00:00 2001 From: Emory Petermann Date: Thu, 20 Jul 2023 15:53:44 -0700 Subject: [PATCH] Update Golden integration documentation (#8030) fixes some typos and cleans up onboarding for golden, thank you! @hinthornw --- .../integrations/{golden_query.mdx => golden.mdx} | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) rename docs/extras/ecosystem/integrations/{golden_query.mdx => golden.mdx} (65%) 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 290883716..a11dcfd20 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