Skip to content

Commit

Permalink
added requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoLB0 committed Jun 11, 2024
1 parent dd0f95b commit 1e27475
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mistral-search-engine.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
"## Mistral AI search engine"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!pip install aiohttp==3.9.5 beautifulsoup4==4.12.3 faiss_cpu==1.8.0 mistralai==0.4.0 nest_asyncio==1.6.0 numpy==1.26.4 pandas==2.2.2 python-dotenv==1.0.1 requests==2.32.3\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit 1e27475

Please sign in to comment.