mirror of
https://github.com/hwchase17/langchain
synced 2024-11-16 06:13:16 +00:00
community[patch]: fix typo in pgvecto_rs debug msg (#16318)
fixes typo in pip install message for the pgvecto_rs community vector store no issues found mentioning this no dependents changed
This commit is contained in:
parent
d511366dd3
commit
fbe592a5ce
@ -38,7 +38,7 @@ class PGVecto_rs(VectorStore):
|
||||
except ImportError as e:
|
||||
raise ImportError(
|
||||
"Unable to import pgvector_rs.sdk , please install with "
|
||||
'`pip install "pgvector_rs[sdk]"`.'
|
||||
'`pip install "pgvecto_rs[sdk]"`.'
|
||||
) from e
|
||||
self._store = PGVectoRs(
|
||||
db_url=db_url,
|
||||
|
Loading…
Reference in New Issue
Block a user