Skip to content

Commit 57cd68a

Browse files
committed
fix pip install
1 parent 6b8e346 commit 57cd68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/qa.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This example is inspired from the [LangChain doc](https://python.langchain.com/e
1515
This example has extra dependencies. You can install them with:
1616

1717
```bash
18-
pip install chromadb tiktoken openai
18+
pip install langchain chromadb tiktoken
1919
```
2020

2121
Then, you need to go to create an OpenAI key [here](https://platform.openai.com/account/api-keys) and get a SperpApi key [here](https://serpapi.com/).

0 commit comments

Comments
 (0)