mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-22 06:39:52 +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
|
from ragstack_knowledge_store import EmbeddingModel, graph_store
|
||||||
except (ImportError, ModuleNotFoundError):
|
except (ImportError, ModuleNotFoundError):
|
||||||
raise ImportError(
|
raise ImportError(
|
||||||
"Could not import ragstack-knowledge-store python package. "
|
"Could not import ragstack_knowledge_store python package. "
|
||||||
"Please install it with `pip install ragstack-knowledge-store`."
|
"Please install it with `pip install ragstack-ai-knowledge-store`."
|
||||||
)
|
)
|
||||||
|
|
||||||
self._embedding = embedding
|
self._embedding = embedding
|
||||||
|
Loading…
Reference in New Issue
Block a user