feat: Add CassandraGraphVectorStoreComponent and HtmlLinkExtractorComponent (#3757)

* Add CassandraGraphVectorStoreComponent and HtmlLinkExtractorComponent

* Move uuid import to global imports

* fix test with new text spliter

* update poetry lock

* ci: add continue-on-error to py_autofix.yml

---------

Co-authored-by: Ítalo Johnny <italojohnnydosanjos@gmail.com>
Co-authored-by: anovazzi1 <otavio2204@gmail.com>
This commit is contained in:
Christophe Bornet 2024-09-11 19:56:25 +02:00 committed by GitHub
commit 7273a6e78a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 1008 additions and 666 deletions

View file

@ -42,3 +42,4 @@ jobs:
- uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a
- name: Diff poetry.lock
uses: nborrmann/diff-poetry-lock@main
continue-on-error: true