File size: 506 Bytes
1007582
 
 
 
 
 
 
 
 
 
 
 
14a4318
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"},
]