diff --git a/docs/docs/get_started/quickstart.mdx b/docs/docs/get_started/quickstart.mdx index d07d3f2939c..120bfe6cdcc 100644 --- a/docs/docs/get_started/quickstart.mdx +++ b/docs/docs/get_started/quickstart.mdx @@ -184,7 +184,6 @@ A Retriever can be backed by anything - a SQL table, the internet, etc - but in First, we need to load the data that we want to index. In order to do this, we will use the WebBaseLoader. This requires installing [BeautifulSoup](https://beautiful-soup-4.readthedocs.io/en/latest/): -``` ```shell pip install beautifulsoup4 ```