Skip to content

Commit

Permalink
SQLite fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivamGoyal03 committed Feb 19, 2025
1 parent e39b8e9 commit f79bcb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 05-agentic-rag/code_samples/05-autogen.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,11 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# %pip install pysqlite3-binary\n",
"# import pyqlite3\n",
"# __import__('pysqlite3')\n",
"# import sys\n",
"# sys.modules['sqlite3'] = sys.modules.pop('pysqlite3')"
Expand Down

0 comments on commit f79bcb9

Please sign in to comment.