
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
- Try on ChatGPT
- Open ChatGPT and Search the plugin name
- Update Date
- 6 months ago
- Contact
- [email protected]
- 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 Id | HTTP Method | Description | |
---|---|---|---|
1 | collections_collections_post | POST | Returns 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. |
2 | query_query_post | POST | Accepts 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. |