Retrieve semantic search results from user-uploaded files for targeted information retrieval.
Bearer token from your account (https://agent.ai/user/integrations#api)
Enter the search query to find relevant information from uploaded files, such as 'project summary' or 'budget report'.
Specify which uploaded files to search in, such as 'recent_uploads' or 'project_documents'.
Set the maximum number of document chunks to retrieve, like '5' or '10'.
Adjust the score threshold for search relevance, like '0.2' for more general results or '0.5' for more specific results.
Provide a variable name to store the results, such as 'file_search_results' or 'upload_data'.
^[a-zA-Z][a-zA-Z0-9_]*$