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:
Matthew Peveler 2024-10-15 09:45:53 -06:00 committed by GitHub
parent 3fa5ce3e5f
commit c6533616b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -333,7 +333,7 @@ class PGVector(VectorStore):
"This change will allow for more efficient querying that " "This change will allow for more efficient querying that "
"involves filtering based on metadata. " "involves filtering based on metadata. "
"Please note that filtering operators have been changed " "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. " "to avoid name collisions with columns. "
"If you're using an existing database, you will need to create a " "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 " "db migration for your metadata column to be JSONB and update your "