Skip to content

Commit

Permalink
cass
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed Mar 13, 2024
1 parent e7a3940 commit 0403c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit-tests/test_ragstack.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
def test_import():
from llama_index.vector_stores.astra_db import AstraDBVectorStore # noqa
from llama_index.vector_stores import CassandraVectorStore # noqa
from llama_index.vector_stores.cassandra import CassandraVectorStore # noqa
from langchain.vectorstores import AstraDB # noqa
from langchain_astradb import AstraDBVectorStore # noqa
import langchain_core # noqa
Expand Down

0 comments on commit 0403c5e

Please sign in to comment.