QA Chat with a website using OpenAI embeddings tutorial video file:
🕑 Added 2023-02-13 21:18:51 +0000 UTCfiles are for video: https://youtu.be/sdJ0YDNP7bw
link to tutorial: https://platform.openai.com/docs/tutorials/web-qa-embeddings
link to tutorial github: https://github.com/openai/openai-cookbook/tree/main/apps/web-crawl-q-and-a
link to miniconda: https://docs.conda.io/en/latest/miniconda.html
Comments
Echo Hive
Thank you for being a Patron! π
EDDY GIUSEPE CHIRINOS ISIDRO
I will try to modify it for other cases. Thank you so much, echohive, for responding π€!
Echo Hive
I am not sure why that might be. It could be related to the extension that comes after .com
EDDY GIUSEPE CHIRINOS ISIDRO
Hello echohive π€! I tested it with the domain: openai.com (https://openai.com/), I tested it with another website: centralit.com (https://centralit.com/) and it worked.... but when I went to test it with another website : meusite.com.br (https://meusite.com.br/) didn't work! Then I was wondering if it only works with websites that end in ...site.com? Or does it also depend on the website having SECURITY? or simply not allow it, right? Thank you very much!
Echo Hive
Here are a few suggestions: 1. Verify the directory structure: Check if the 'text/' directory and its subdirectories (e.g., 'chosenwebsite.co.uk/') exist in the correct location. If they don't, create them or modify the code to use the correct path. 2. Check for typos: Make sure there are no typos in the directory or file names in your code. Double-check the 'domain' variable value as well. 3. Use an absolute path: Instead of using a relative path. I hope these help
Kris Wilkinson
any chance of some troubleshooting help with installation? Traceback (most recent call last): File "d:\AI\Projects\chat2web\main.py", line 171, in for file in os.listdir("text/" + domain + "/"): FileNotFoundError: [WinError 3] The system cannot find the path specified: 'text/chosenwebsite.co.uk/'