[community]: Fix package name mismatch (#24824)

- **Description:** fix a mismatch in pypi package names
This commit is contained in:
Ben Chambers 2024-07-30 08:21:39 -07:00 committed by GitHub
parent b7bbfc7c67
commit 435771fe74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,8 +45,8 @@ class CassandraGraphVectorStore(GraphVectorStore):
from ragstack_knowledge_store import EmbeddingModel, graph_store
except (ImportError, ModuleNotFoundError):
raise ImportError(
"Could not import ragstack-knowledge-store python package. "
"Please install it with `pip install ragstack-knowledge-store`."
"Could not import ragstack_knowledge_store python package. "
"Please install it with `pip install ragstack-ai-knowledge-store`."
)
self._embedding = embedding