mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-23 00:46:42 +08:00
docs: correct firecrawl README paths to tools/firecrawl (#17239)
### Summary `tools/firecrawl/README.md` documents the integration as living in `intergrations/firecrawl`, Co-authored-by: Muhammad Zuhaib Zahid <288755265+muhzuhaib@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
58127f594c
commit
073fa123b3
@@ -41,7 +41,7 @@ This integration implements the requirements from [Firecrawl Issue #2167](https:
|
||||
## 📁 **File Structure**
|
||||
|
||||
```
|
||||
intergrations/firecrawl/
|
||||
tools/firecrawl/
|
||||
├── __init__.py # Package initialization
|
||||
├── firecrawl_connector.py # API communication with Firecrawl
|
||||
├── firecrawl_config.py # Configuration management
|
||||
@@ -144,7 +144,7 @@ The integration includes comprehensive testing:
|
||||
|
||||
```bash
|
||||
# Run the test suite
|
||||
cd intergrations/firecrawl
|
||||
cd tools/firecrawl
|
||||
python3 -c "
|
||||
import sys
|
||||
sys.path.append('.')
|
||||
|
||||
Reference in New Issue
Block a user