欢迎消息
Hello
特性与功能
此 GPT 能为您做什么
GPT Action FastAPI > get_daily_usage_api_usage_get(Get Daily Usage)
GPT Action FastAPI > UploadGPTFile(Uploads a file sent to the GPT to the server and returns the doc id.)
Uploads a file reference using its file id. This file should be a document uploaded by the user. PDF TXT PPT PPTX EPUB RTF are supported..
GPT Action FastAPI > download_pdf_api_download_pdf_post(Download Pdf)
Download a PDF file from a URL and save it to the vector database.
GPT Action FastAPI > perform_query_query_post(Perform Query on Document or Knowledge base using doc_id given)
Perform a query on a document.
GPT Action FastAPI > get_references_references_post(Get References)
Retrieves a list of references that match the specified criteria. - **limit**: The maximum number of references to return. - **keyword_combinations**: List of keyword combinations to search for.
GPT Action FastAPI > fetch_user_documents_api_documents_get(Fetch User Documents)
Returns all documents for the current user. Request maximum 10 documents per page.
GPT Action FastAPI > getDocumentSummary(Retrieve K-Means vector clustering chunks)
Returns K-Means vector clustering chunks from a document, which are used by an LLM to create a summary.
GPT Action FastAPI > search_api_search_get(Search)
Search for documents. Args: user: The user who is searching. query: The search string to use for query. Returns: dict: A list of documents.
GPT Action FastAPI > get_knowledge_bases_api_knowledge_get(Get Knowledge Bases on user account)
Get a list of knowledge bases on a user's account. Args: user: The user making the request. page: The page number. page_size: The number of items per page. Returns: PaginatedKnowledgeBase: The response containing the updated knowledge base.
GPT Action FastAPI > create_knowledge_base_api_knowledge_post(Create Knowledge Base)
Create a knowledge base from a list of document IDs. Args: knowledge_base: The knowledge base to create. user: The user making the request. Returns: KnowledgeBaseResponse: The response containing the knowledge base ID.
GPT Action FastAPI > get_knowledge_base_api_knowledge__knowledge_base_id__get(Get a Knowledge Base using the knowledge base id)
Get knowledge base Args: knowledge_base_id: The ID of the knowledge base to retrieve. user: The user making the request.
GPT Action FastAPI > update_knowledge_base_api_knowledge__knowledge_base_id__put(Update Knowledge Base)
Update a knowledge base from a list of document IDs. Args: knowledge_base_id: The ID of the knowledge base to update. knowledge_base: The items to update in the knowledge base. .
GPT Action FastAPI > delete_knowledge_base_api_knowledge__knowledge_base_id__delete(Delete Knowledge Base)
Delete knowledge base Args: knowledge_base_id: The ID of the knowledge base to delete. user: The user making the request. Returns: dict: The response containing a success message
GPT Action FastAPI > search_knowledge_bases_api_search_knowledge_get(Search Knowledge Bases using the name of the knowledge base)
Search knowledge bases Args: query: The search query user: The user making the request. Returns: PaginatedKnowledgeBase: The response containing the updated knowledge base.
GPT Action FastAPI > findResearchPapers(Query for finding research papers)
This endpoint allows clients to query for papers from millions of sources.
GPT Action FastAPI > get_zotero_documents_api_zotero_documents_get(Get Zotero Documents that have attachments)
Get all users documents from Zotero that has attachments. Args: page_size: No of documents to return. page_number: current page number order: The order to return the documents in user: user making the request. Returns: List of documents with attachments in the zotero account.
GPT Action FastAPI > get_zotero_documents_api_zotero_search_get(Get Zotero Documents)
Get all users documents from Zotero. Args: query : query. page_size: number of documents to return. page_number: current page number order: The order to return the documents in desc asc. user: The user making the request. Returns: List of docs in the user's zotero account.
GPT Action FastAPI > get_zotero_collections_api_zotero_collections_get(Get Zotero Collections)
Get all users collections from Zotero. Args: page_size: number of collections to return. page_number: current page number order: The order to return the collections in desc asc. user: The user making the request. Returns: List of collections in the user's zotero account.
GPT Action FastAPI > search_zotero_collections_api_zotero_collections_search_get(Search Zotero Collections)
Get all users collections from Zotero. Args: page_size: number of collections. page_number: current page number order: order to return the collections in desc asc. query : search query. user: user making the request. Returns: List of collections in the user's account.
GPT Action FastAPI > get_zotero_documents_api_zotero_collections__collection_id__documents_get(Get Zotero Documents)
Get all users collections from Zotero. Args: collection_id: collection ID. page_size: number of collections to return. page_number: current page number order: The order to return (desc asc). user: user making request. Returns: List of collections.
GPT Action FastAPI > download_zotero_document_api_zotero_download_get(Download Zotero Document)
Download a document from Zotero and save it to the database. Args: user: The user who is uploading the file. link: The link to download the file from. file_name: The name of the file. Returns: dict: The document ID of the uploaded file.
File attachments
You can upload files to this GPT.
对话启动器
尝试这些提示开始使用
relatedGpts
relatedGptsSubtitle




