You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libs/langchain-community/src/vectorstores/pgvector.ts
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -163,16 +163,16 @@ export class PGVectorStore extends VectorStore {
163
163
* `connect` to return a new instance of `PGVectorStore`.
164
164
*
165
165
* @param embeddings - Embeddings instance.
166
-
* @param fields - `PGVectorStoreArgs` instance.
167
-
* @param dimensions Number of dimensions in your vector data type. For example, use 1536 for OpenAI's `text-embedding-3-small`. If not set, indexes like HNSW might not be used during query time.
166
+
* @param fields - `PGVectorStoreArgs` instance
167
+
* @paramfields.dimensions Number of dimensions in your vector data type. For example, use 1536 for OpenAI's `text-embedding-3-small`. If not set, indexes like HNSW might not be used during query time.
0 commit comments