Skip to content

Commit b8bdfc3

Browse files
comment update
1 parent 16005a1 commit b8bdfc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/langchainrb_overrides/vectorsearch/pgvector.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Pgvector < Base
99
# gem "pgvector", "~> 0.2"
1010
#
1111
# Usage:
12-
# pgvector = Langchain::Vectorsearch::Pgvector.new(llm:, model_name:)
12+
# pgvector = Langchain::Vectorsearch::Pgvector.new(llm:)
1313
#
1414

1515
# The operators supported by the PostgreSQL vector search adapter

0 commit comments

Comments
 (0)