feat: add cassandra components (#2056)
* Add cassandra store component * Add cassandra search component * revert poetry changes * fix type * Add cassandra icon * Add Cassandra Message Writer * Add cassandra message reader * poetry * Fix init of cass reader * move cassio import to base project and inline imports in backend * running make format * remove file * remove cassio import * update lockfile * Actually update lockfile: * merge fixes
This commit is contained in:
parent
395c2d7372
commit
11ef216c0a
14 changed files with 620 additions and 63 deletions
|
|
@ -86,6 +86,7 @@ youtube-transcript-api = "^0.6.2"
|
|||
markdown = "^3.6"
|
||||
langchain-chroma = "^0.1.1"
|
||||
upstash-vector = "^0.4.0"
|
||||
cassio = "^0.1.7"
|
||||
unstructured = {extras = ["docx", "md", "pptx"], version = "^0.14.4"}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue