Get a Knowledge Structure
Overview
This is a description of one of the six use cases for the bagoodex/bagoodex-search-v1
model—retrieving a small structured knowledge base on the requested subject based on information from the internet.
An output example:
The output will be the requested information retrieved from the internet—or empty brackets {}
if nothing was found or if the entered query does not match the selected search type (for example, querying something like "I love Antarctica" instead of some topic).
How to make a call
First, you must first call the standard chat completion endpoint with your query. (See the Chat Completion call in the corresponding section of this documentation or check how this call is made in the example below.)
Note that queries can include Google's advanced search syntax:
Search for an exact match: Enter a word or phrase inside quotes. For example,
"tallest building"
.Search for a specific site: Enter
site:
in front of a site or domain. For example,site:youtube.com cat videos
.Exclude words from your search: Enter
-
in front of a word that you want to leave out. For example,jaguar speed -car
.
The chat completion endpoint returns an ID, which must then be passed as the sole input parameter followup_id
to the bagoodex/knowledge
endpoint below.
API Schema
Example
Model Response:
Last updated
Was this helpful?