JiggyBase

JiggyBase

Use the knowledge in your JiggyBase document collections to help produce factual, up-to-date chat responses.

Name For Model
JiggyBase_retrieval
Website
jiggy.ai
Update Date
a year ago
Description For Model
Tool for searching through the user's collections of documents (such as files, web pages, emails, data, etc) to find answers to questions and retrieve relevant information. Use it whenever a user asks something that might be found in their personal or work information. Use the /collections endpoint once before calling /query to get the list of collection names available for a user. Use only the information provided by the query response to answer the user. Provide references to document titles and collection names to help the user understand the source for the info in your responses. Do not provide facts that are not supported by information in the user documents.

Plugin Functions/Features (Plugin API Document)

Operation IdHTTP MethodDescription
1collections_collections_postPOSTReturns a list of collections available to the user. Use this first to get the collection names and descriptions prior to using the /query endpoint. Do not try to guess the collection_name; only use a collection_name returned from here.
2query_query_postPOSTAccepts list of queries with optional metadata filter. Specify a collection name (from get /collections) to search the specific user collection that is best for the query. Break down complex questions into sub-questions.