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
Thank you for being a Patron! 🙏
Echo Hive
2023-09-25 20:03:13 +0000 UTCI will try to modify it for other cases. Thank you so much, echohive, for responding 🤗!
EDDY GIUSEPE CHIRINOS ISIDRO
2023-09-25 14:04:31 +0000 UTCI am not sure why that might be. It could be related to the extension that comes after .com
Echo Hive
2023-09-24 18:57:39 +0000 UTCHello 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!
EDDY GIUSEPE CHIRINOS ISIDRO
2023-09-24 18:29:36 +0000 UTCHere 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
Echo Hive
2023-03-16 13:12:45 +0000 UTCany 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/'
Kris Wilkinson
2023-03-16 12:58:29 +0000 UTC