Skip to content

Commit

Permalink
Modify Jupyter notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyshah83 committed Feb 14, 2024
1 parent 8ba6c12 commit 2a589d0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion rag-demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"%pip install openai pandas tiktoken langchain azure-identity azure-search-documents==11.4.0b8"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
},
{
"cell_type": "code",
"execution_count": 189,
Expand Down Expand Up @@ -613,7 +618,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.6"
"version": "3.11.7"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 2a589d0

Please sign in to comment.