acres / docs.py
Patrick Walukagga
Add liniting
14a4318
raw
history blame contribute delete
506 Bytes
description = """
Welcome to the Acres AI RAG API documentation.
### RAG Tasks
- Use the `/process_zotero_library_items`: Process zotero library items with your zotero credentials.
- Use the `/get_study_info`: Get number of documents in a zotero study.
- Use the `/study_variables`: Get research summary from the study provided the study variables.
- Use the `/download_csv`: Export the markdown text to a csv file.
"""
tags_metadata = [
{"name": "ACRES RAG", "description": "AI RAG Application"},
]