Automated Analysis of AI Cost Cutting Providers and Users
bigdata-research-tools
package, you can create a comprehensive AI cost cutting ecosystem analysis tool that identifies technology providers, tracks customer adoption patterns, and maps provider-customer relationships using unstructured data from news sources. These functions are suitable for technology analysts, investors, and industry professionals to create tools that transform scattered AI signals into quantified market intelligence and identify investment opportunities in the AI cost cutting value chain.
README.md
.README.md
provider_theme
): The central concept to explore for AI cost cutting technology providersuser_theme
): The concept to explore for companies using AI for cost cutting in their operationsprovider_sentences_list
): Sentences used to identify companies providing AI cost cutting solutionsuser_sentences_list
): Sentences used to identify companies using AI cost cutting technologydocument_type
): Specify which documents to search over (transcripts, filings, news)my_watchlist_id
): The set of companies to analyze. This is the ID of your watchlist on the watchlist section of the app. If set to None
, each company referenced in the retrieved chunks will be analyzed.llm_model
): The LLM model used to label search result document chunks and generate summariesfreq
): The frequency of the date ranges to search over.
Supported values:
Y
: Yearly intervals.M
: Monthly intervals.W
: Weekly intervals.D
: Daily intervals. Defaults to M
.start_date
and end_date
): The date range over which to run the analysissources
): Specify set of sources within a document type, for example which news outlets (available via Bigdata API) you wish to search overrerank_threshold
): By setting this value, you’re enabling the cross-encoder which reranks the results and selects those whose relevance is above the percentile you specify (0.7 being the 70th percentile). More information on the re-ranker can be found here.document_limit
): The maximum number of documents to return per query to Bigdata APIbatch_size
): The number of entities to include in a single batched query