changed depedencies

This commit is contained in:
Marco Vinciguerra 2024-10-03 14:33:52 +02:00
parent 85cb957297
commit cb46efbe46
2 changed files with 0 additions and 12 deletions

View File

@ -54,12 +54,6 @@ Additional dependecies can be added while installing the library:
pip install scrapegraphai[more-browser-options]
```
- <b>qdrants Options</b>: this group includes qdrant integration for RAGnode and DeepScraperGraph.
```bash
pip install scrapegraphai[qdrant]
```
</details>

View File

@ -101,12 +101,6 @@ screenshot_scraper = [
"pillow>=10.4.0",
]
# Group 5: qdrant
qdrant = [
"qdrant-client>=1.11.3",
"fastembed>=0.3.6"
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"