-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web crawling implemented #247
Conversation
@shashank-itilite is attempting to deploy a commit to the Quivr-app Team on Vercel. A member of the Team first needs to authorize it. |
@shashank-crypto awesome PR. However you dockerfile doesn't work on my M1 Pro Macbook ![]() |
@StanGirard this may be platform specific issue. If so, I have read that setting { buildkit : false } resolves the error. This thread here might help you resolve the error. If it still persists, I will look into it more closely. |
can you try to add |
I'm struggling to validate + i don't have internet at home anymore and i'm using my hotspot. Very hard to debug when I have to redownload all the Dockerfile each time. What i don't like is that the dockerfile isn't platform agnostic. I was try something like that
I didn't manage to make it work yet but i'll try again. I'd like to make the dockerfile platform agnostic |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hi @shashank-crypto, any updates on this ? |
@gozineb sorry, been away for some time. I don't have access to a Mac and so couldn't clearly look into the issue. I tried it on windows and ubuntu and it was working there. Don't know how to resolve it. Can't even try anything from my end. |
Thanks for your contributions, we'll be closing this PR as it has gone stale. Feel free to reopen if you'd like to continue the discussion. |
Description
#77
Added selenium driver to crawl through pages and scrape content. Slugify the contents before uploading to the vectors.
Checklist before requesting a review
Please delete options that are not relevant.