Golden은 Golden Knowledge Graph를 사용하여 쿼리 및 데이터 보강을 위한 자연어 API 세트를 제공합니다. 예를 들어Products from OpenAI,Generative ai companies with series a funding,rappers who invest와 같은 쿼리를 사용하여 관련 엔티티에 대한 구조화된 데이터를 검색할 수 있습니다.golden-querylangchain tool은 Golden Query API를 래핑한 것으로, 이러한 결과에 프로그래밍 방식으로 액세스할 수 있게 해줍니다. 자세한 내용은 Golden Query API 문서를 참조하세요.
설치 및 설정
- Golden API 문서로 이동하여 Golden API에 대한 개요를 확인하세요.
- Golden API Settings 페이지에서 API key를 받으세요.
- API key를 GOLDEN_API_KEY 환경 변수에 저장하세요
Wrappers
Utility
이 API를 래핑하는 GoldenQueryAPIWrapper utility가 있습니다. 이 utility를 import하려면:Tool
이 wrapper를 Tool로 쉽게 로드할 수도 있습니다 (Agent와 함께 사용). 다음과 같이 할 수 있습니다:Connect these docs programmatically to Claude, VSCode, and more via MCP for real-time answers.