docs-scraper
docs-scraper copied to clipboard
Scrape documentation into Meilisearch
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.1.5 to 4.4.0. Release notes Sourced from selenium's releases. Selenium 4.4.0 Changelog For each component's detailed changelog, please check: Ruby Python JavaScript Java DotNet IEDriverServer Commits in...
Initially created by @munim [2 days ago](https://github.com/meilisearch/product/discussions/507#discussion-4285402) Dear team, I am trying out Meilisearch and indexing our side using docs-scraper project from Meilisearch. It worked for me at some level...
In order to solve the issue https://github.com/meilisearch/docs-scraper/issues/139 **for the Docker users**, we will need to publish a new version of the base `Dockerfile` containing the Chrome binary. To accomplish this...
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.8.2 to 2.14.5. Commits 566ffca Bump pylint to 2.14.5, update changelog 1b82319 Allow lists of default values in parameter documentation for Numpy (#7149) 8af7472 Fix disabling of...
Bumps [scrapy](https://github.com/scrapy/scrapy) from 2.6.1 to 2.6.2. Release notes Sourced from scrapy's releases. 2.6.2 Fixes a security issue around HTTP proxy usage, and addresses a few regressions introduced in Scrapy 2.6.0....
Bumps [tox](https://github.com/tox-dev/tox) from 3.25.0 to 3.25.1. Release notes Sourced from tox's releases. 3.25.1 What's Changed release 3.25.0 by @gaborbernat in tox-dev/tox#2398 [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in tox-dev/tox#2399 Adding APPDATA...
Swap indexes without downtime. Currently is not possible in Meilisearch but as soon as it is we need to implement it here. The roadmap idea is here: https://roadmap.meilisearch.com/c/65-swap-index
I am on the Meilisearch droplet from Digitalocean. Fresh installation of docs-scraper via install directions, python 3.8.2. When attempting to run the first scrape, I receive the following error: `pipenv...
hi I have trouble in using the docker scraper, I try it on mac, when I run the docker, it tell me ` the command docs_scraper could not be found...
Hello, Recently I completed the task to build local search system with the possibilities to index word files / markdown / pdf. I made this one using nginx autoindex module...