-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
122 changed files
with
7,413 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6,802 changes: 6,802 additions & 0 deletions
6,802
app/backend/synthetic-weaviate-queries-with-results.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
patientName,appointmentNotes,appointmentDuration,appointmentConfirmed | ||
"Alice Johnson","Annual physical examination with focus on managing hypertension. Patient requesting blood work and medication review.",30,true | ||
"Robert Martinez","Follow-up cardiac consultation post-stress test. Discussion of preventive measures and lifestyle modifications needed.",45,true | ||
"Maria Williams","First trimester pregnancy check-up. Ultrasound scheduled. Patient has questions about genetic screening options.",60,false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
artPieceName,artPieceHistory,currentValuation,onDisplay | ||
"Starry Night","Created by Vincent van Gogh in June 1889, during his stay at the Saint-Paul-de-Mausole asylum. The legendary night sky was inspired by the view from his asylum room window, stylized through memory and emotion. The swirling patterns reflect both astronomical phenomena and the artist's internal turmoil.",100000000,true | ||
"Water Lilies (Nymphéas)","Part of Claude Monet's famous Water Lilies series, painted between 1920-1926. Created in his garden at Giverny, these large-scale works represent the culmination of his artistic vision. The series captures changing light effects on his water garden throughout different times of day.",84000000,true | ||
"Rosetta Stone","Ancient Egyptian granodiorite stele inscribed with three versions of a decree issued in Memphis in 196 BC. Discovery in 1799 led to the breakthrough in understanding hieroglyphic writing. The text appears in hieroglyphic, Demotic script, and ancient Greek.",150000000,false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
clinicName,description,averagePatientSatisfaction,acceptingNewPatients | ||
"Evergreen Family Practice","A comprehensive family medicine clinic offering preventive care, chronic disease management, and pediatric services. Features modern facilities with an emphasis on holistic health approaches and patient education.",4.8,true | ||
"Metropolitan Cardiology Center","Specialized cardiac care facility equipped with state-of-the-art diagnostic equipment. Offers comprehensive cardiovascular services including preventive cardiology, interventional procedures, and rehabilitation programs.",4.6,false | ||
"Wellness Women's Health","Dedicated women's health clinic providing gynecological care, obstetrics, and preventive health services. Offers a supportive environment with focus on personalized care and patient comfort.",4.9,true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
courseTitle,courseDescription,courseDuration,currentlyEnrolling | ||
"Advanced Machine Learning","Deep dive into neural networks, reinforcement learning, and deep learning architectures. Includes hands-on projects with real-world datasets and implementation of state-of-the-art algorithms. Focus on both theoretical foundations and practical applications.",48,true | ||
"Environmental Biology","Comprehensive study of ecosystems, biodiversity, and human impact on the environment. Features field work, laboratory experiments, and research projects on local ecology. Emphasizes sustainable practices and conservation biology.",36,true | ||
"Modern World History","Analysis of global historical events from 1750 to present, examining social movements, technological revolutions, and geopolitical changes. Incorporates primary source analysis and comparative historical methods.",42,false |
Oops, something went wrong.