CassioML / cassio

A framework-agnostic Python library to seamlessly integrate Cassandra with ML/LLM/genAI workloads
Apache License 2.0
103 stars 18 forks source link

[Epic] Implement support for LlamaIndex #29

Closed karlunho-datastax closed 7 months ago

karlunho-datastax commented 1 year ago

CassIO currently supports Langchain. We should add support for LlamaIndex next.

Integration options: Vector Store - https://gpt-index.readthedocs.io/en/latest/how_to/integrations/vector_stores.html Index Stores - https://gpt-index.readthedocs.io/en/latest/how_to/storage/index_stores.html

hemidactylus commented 1 year ago

I suggest this should be broken down into more manageable better-defined units, such as "Llamaindex: Cassandra backend for VectorStoreIndex interface", plus others.

karlunho-datastax commented 1 year ago

Agreed - I've added a new label called "Epic" to help differentiated very large items VS things that are actionable.

xingh commented 1 year ago

This task has been broken up but wanted to add context in the parent task