From cb46efbe4622597ca6ecbdaa8f750eb7ccc74d14 Mon Sep 17 00:00:00 2001 From: Marco Vinciguerra Date: Thu, 3 Oct 2024 14:33:52 +0200 Subject: [PATCH] changed depedencies --- README.md | 6 ------ pyproject.toml | 6 ------ 2 files changed, 12 deletions(-) diff --git a/README.md b/README.md index 51bc3fa9..5d79bf55 100644 --- a/README.md +++ b/README.md @@ -54,12 +54,6 @@ Additional dependecies can be added while installing the library: pip install scrapegraphai[more-browser-options] ``` -- qdrants Options: this group includes qdrant integration for RAGnode and DeepScraperGraph. - - ```bash - pip install scrapegraphai[qdrant] - ``` - diff --git a/pyproject.toml b/pyproject.toml index deacd437..4c5e5117 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"