Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework readme structure #78

Merged
merged 26 commits into from
Mar 8, 2024
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
a32621b
added prerequisites to each notebook
kyleoconnell-NIH Feb 28, 2024
a8458b3
updated notebooks
kyleoconnell-NIH Feb 28, 2024
034f073
reformatted to put tutorials up frong
kyleoconnell-NIH Feb 29, 2024
e27d356
added tagline to readme
kyleoconnell-NIH Feb 29, 2024
9a26fe9
modified links
kyleoconnell-NIH Feb 29, 2024
7e0c1d1
notebooks/
kyleoconnell-NIH Mar 5, 2024
9a21494
fixed some capitalization issues in notebooks
kyleoconnell-NIH Mar 5, 2024
4b60261
reformatted some notebooks, gwas and pangolin
kyleoconnell-NIH Mar 5, 2024
a25581f
updated notebook formatting
kyleoconnell-NIH Mar 7, 2024
39fb6c5
Update README.md
zbyosufzai Mar 8, 2024
8e47d3e
Update GWAS_coat_color.ipynb
zbyosufzai Mar 8, 2024
90473e3
Update AzureAIStudio_index_structured_notebook.ipynb
zbyosufzai Mar 8, 2024
08c0337
Update AzureAIStudio_index_structured_with_console.ipynb
zbyosufzai Mar 8, 2024
e240ae7
Update Azure_Pubmed_chatbot.ipynb
zbyosufzai Mar 8, 2024
53cb612
Update Azure_Pubmed_chatbot.ipynb
zbyosufzai Mar 8, 2024
79ca867
Update Azure_Pubmed_chatbot.ipynb
zbyosufzai Mar 8, 2024
2ec8a9e
Update Azure_Pubmed_chatbot.ipynb
zbyosufzai Mar 8, 2024
e2f7d4b
Update pangolin_pipeline.ipynb
zbyosufzai Mar 8, 2024
7284fbf
Update SpleenSeg_Pretrained-4_27.ipynb
zbyosufzai Mar 8, 2024
2386f01
Update SpleenSeg_Pretrained-4_27.ipynb
zbyosufzai Mar 8, 2024
c7b9b4d
Update SpleenSeg_Pretrained-4_27.ipynb
zbyosufzai Mar 8, 2024
b06e1c3
fixed links Azure_Open_AI_README.md
zbyosufzai Mar 8, 2024
cc1f1d5
fixed links Azure_AI_Studio_README.md
zbyosufzai Mar 8, 2024
fb7c4af
fixed links README.md
zbyosufzai Mar 8, 2024
beebb27
fixed links create_index_from_csv.md
zbyosufzai Mar 8, 2024
c358145
fixed merge conflicts with tutorials/ folder structure;
kyleoconnell-NIH Mar 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Azure_Pubmed_chatbot.ipynb
fixed imports
  • Loading branch information
zbyosufzai authored Mar 8, 2024
commit 79ca8677378d94e22f4664bb5e755acf1de9e4ed
3 changes: 3 additions & 0 deletions notebooks/GenAI/notebooks/Azure_Pubmed_chatbot.ipynb
Original file line number Diff line number Diff line change
@@ -666,6 +666,9 @@
" SearchIndexerDataSourceConnection,\n",
" SearchIndex,\n",
" SearchIndexer\n",
" SearchableField\n",
" SearchFieldDataType\n",
" SimpleField\n"
")\n",
"\n",
"endpoint = \"https://{}.search.windows.net/\".format(service_name)\n",
Loading