Skip to content

Commit cb46efb

Browse files
committed
changed depedencies
1 parent 85cb957 commit cb46efb

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@ Additional dependecies can be added while installing the library:
5454
pip install scrapegraphai[more-browser-options]
5555
```
5656

57-
- <b>qdrants Options</b>: this group includes qdrant integration for RAGnode and DeepScraperGraph.
58-
59-
```bash
60-
pip install scrapegraphai[qdrant]
61-
```
62-
6357
</details>
6458

6559

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,6 @@ screenshot_scraper = [
101101
"pillow>=10.4.0",
102102
]
103103

104-
# Group 5: qdrant
105-
qdrant = [
106-
"qdrant-client>=1.11.3",
107-
"fastembed>=0.3.6"
108-
]
109-
110104
[build-system]
111105
requires = ["hatchling"]
112106
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)