openai / web-crawl-q-and-a-example

Learn how to crawl your website and build a Q/A bot with the OpenAI API
https://platform.openai.com/docs/tutorials/web-qa-embeddings
271 stars 181 forks source link

The dependencies don't work with python 3.12 #15

Closed 4722794 closed 1 week ago

4722794 commented 1 week ago

Hi,

I tried

pip install -r requirements.txt

but found several issues. Using python 3.9 solved it.

Just FYI for other wandering souls.