mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-28 21:01:55 +08:00
changed depedencies
This commit is contained in:
parent
85cb957297
commit
cb46efbe46
@ -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>
|
||||
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user