Table of Contents | ||
---|---|---|
|
Demo Best Practices
Preparation:
Verify that all files and databases are correctly uploaded and connected.
Familiarize yourself with the queries to demonstrate the product's capabilities smoothly.
Engagement:
Tailor queries to audience interest (e.g., healthcare professionals may want detailed medical insights, while tech audiences might focus on database capabilities).
Highlights:
Emphasize the system's accuracy and ability to handle complex, multi-modal queries.
...
Show them that you can also create a collection of documents.
Steps to Create a Collection:
Login to the Private AI dashboard.
Navigate to Collections.
Select +New.
Name the collection (e.g., "Medical Records Demo").
Download the zip file here. Extract all the files and upload them to the new collection of documents. Note: do not upload the zip file, it will not be ingested.
...
Basic Query Examples:
"What medications were prescribed to John Doe after his myocardial infarction?"
"What are the recommendations for Jane Doe's anxiety management?"
Advanced Queries:
"Compare the discharge instructions for John Doe's appendectomy and myocardial infarction." (Note:The answer requires analytical reasoning, not just finding the answer in a document)
"List all medications prescribed to John David Smith for hypertension." (Note:The answer requires understanding which medications are realted to hypertension and which are not)
Data Analysis
Connecting to the Chinook Database
...
The Chinook database demonstrates Private AI's ability to interact with structured data.
Steps to Connect:
In the Private AI dashboard, navigate to Data Sources.
Select Database.
Select +New
Name of Database: Chinook Database
Usage should be set to: For analysis
Use the following Connection String : When Using BGD15: Driver={ODBC Driver 17 for SQL Server};Server=172.31.10.251 ,1433;Database=Chinook_AutoIncrement;Uid=bganalysis;Pwd=dev*112233;MultipleActiveResultSets=True;App=BGService; When Using BGD6: Driver={ODBC Driver 17 for SQL Server};Server=i-05c366f77b09ecb59.ec2.agatdemo.com, 1433;Database=Chinook_AutoIncrement;Uid=bganalysis;Pwd=dev*112233;MultipleActiveResultSets=True;App=BGService;
Select Check, and you will see the tables of the database below.
Select All the Tables and Save.
...
Semantic search enables intuitive, meaning-based searches across unstructured text.
Steps to Perform a Semantic Search
...
Navigate to the Collections section in the dashboard.
Select the collection created earlier ("Medical Records Demo") and select “Semantic Search”
...
Use the search bar to perform queries.
Query Examples
...
"Show records mentioning mental health issues."
"Which patients have a history of hypertension?"