microsoft / Damu

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.
MIT License
5 stars 4 forks source link

Mjschanne/index orchestration #42

Closed mjschanne closed 2 months ago

mjschanne commented 2 months ago

This pull request includes changes to the FunctionSettings.cs file, removal of the FetchNote.cs and IndexUpserter.cs files, and addition of the CreateIndex.cs and DeleteIndex.cs files. The most important changes involve the removal of the NoteJsonFileName field from FunctionSettings.cs, and the addition of new functionality in CreateIndex.cs and DeleteIndex.cs.

Removal of NoteJsonFileName:

Removal of FetchNote.cs and IndexUpserter.cs:

Addition of CreateIndex.cs and DeleteIndex.cs: