Automated Analysis of Liquid Cooling Technology Providers and Adopters
bigdata-research-tools
package, you can create a comprehensive liquid cooling 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, infrastructure investors, and industry professionals to create tools that transform scattered technology signals into quantified market intelligence and identify investment opportunities in the cooling technology value chain.
README.md
.README.md
provider_theme
): The central concept to explore for liquid cooling technology providersadopter_theme
): The concept to explore for companies adopting liquid cooling in their data centersprovider_sentences_list
): Sentences used to identify companies providing liquid cooling solutionsadopter_sentences_list
): Sentences used to identify companies adopting liquid cooling 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