Matt Joyce

Results 17 issues of Matt Joyce

timeout is currently hardcoded in each logger, move the time out to the main config.

enhancement

Simply process a test logline, to check loggers are working.

enhancement

ollama version is 0.1.27 Here's the example provided in the documentation. > ollama run llama2 "Summarize this file: $(cat README.md)" Here's what I tried use the windows versions and the...

The Python SDK cannot work with local installs because the API URL hostname is hard coded to : https://api.firecrawl.dev.

Allows python sdk to be used with local installs. Add optional parameter for the class, and defers to environment variable FIRECRAWL_API_URL if set.

After installing locally using Docker, I cannot get crawl to work. "Failed to bill team, no subscription was found" Scrape does work. This is a typical response for Crawl via...

question

Relates to https://github.com/mendableai/firecrawl/issues/177

Because I added the parameter default, it will not ever use the environment variable unless user specifies None. https://github.com/mendableai/firecrawl/blob/df0550d2f6d6fa4ec6540bcd5dc32c30267f87e1/apps/python-sdk/firecrawl/firecrawl.py#L7 I will issue pull request for fix.

in review

The code deployed by PIP is not the latest. Create a new venv and pip install firecrawl-py/ Compare the code in the venv with github, the pip installed code is...

bug

This pull request simply adds various metadata to the setup.py, to improve the way PyPi displays and surfaces this project. Aids discovery and understanding.

in review