mirror of
https://github.com/hwchase17/langchain.git
synced 2025-04-29 20:35:43 +00:00
docs: fix community pgvector deprecation warning formatting (#27094)
**Description**: PR fixes some formatting errors in deprecation message in the `langchain_community.vectorstores.pgvector` module, where it was missing spaces between a few words, and one word was misspelled. **Issue**: n/a **Dependencies**: n/a Signed-off-by: mpeveler@timescale.com Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
parent
3fa5ce3e5f
commit
c6533616b6
@ -333,7 +333,7 @@ class PGVector(VectorStore):
|
||||
"This change will allow for more efficient querying that "
|
||||
"involves filtering based on metadata. "
|
||||
"Please note that filtering operators have been changed "
|
||||
"when using JSOB metadata to be prefixed with a $ sign "
|
||||
"when using JSONB metadata to be prefixed with a $ sign "
|
||||
"to avoid name collisions with columns. "
|
||||
"If you're using an existing database, you will need to create a "
|
||||
"db migration for your metadata column to be JSONB and update your "
|
||||
|
Loading…
Reference in New Issue
Block a user