Named after a Mesopotamian reputed to know the cures to many incurable diseases. This is an accelerator for combining natural language queries and FHIR queries to assist medical research.
This pull request primarily involves the addition of new sample data files in the src/sampledata directory. These files serve as examples of the data structures used in the application, including conversation payloads, citation models, response models, and sample payloads.
Here are the most important changes:
src/sampledata/citationmodel.json: Added a new file that provides a sample structure for citation data, which includes information such as content, title, URL, filepath, and chunk ID for each citation, as well as a list of intents.
src/sampledata/conversationpayload.json: Introduced a new file that presents a sample conversation payload. This includes a list of messages with their respective IDs, roles (user, tool, assistant), content, and timestamps.
src/sampledata/responsemodel.json: Added a new file that presents a sample response model, including an ID, model type, creation timestamp, object type, list of choices (with messages), history metadata, and API request ID.
src/sampledata/samplepayload.json: Added a new file that provides a sample payload, which includes a list of messages with their respective IDs, roles, content, and timestamps.
This pull request primarily involves the addition of new sample data files in the
src/sampledata
directory. These files serve as examples of the data structures used in the application, including conversation payloads, citation models, response models, and sample payloads.Here are the most important changes:
src/sampledata/citationmodel.json
: Added a new file that provides a sample structure for citation data, which includes information such as content, title, URL, filepath, and chunk ID for each citation, as well as a list of intents.src/sampledata/conversationpayload.json
: Introduced a new file that presents a sample conversation payload. This includes a list of messages with their respective IDs, roles (user, tool, assistant), content, and timestamps.src/sampledata/responsemodel.json
: Added a new file that presents a sample response model, including an ID, model type, creation timestamp, object type, list of choices (with messages), history metadata, and API request ID.src/sampledata/samplepayload.json
: Added a new file that provides a sample payload, which includes a list of messages with their respective IDs, roles, content, and timestamps.