mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
[community]: Fix package name mismatch (#24824)
- **Description:** fix a mismatch in pypi package names
This commit is contained in:
parent
b7bbfc7c67
commit
435771fe74
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user