Skip to content

Commit 28ea2c9

Browse files
Update pgvector_generator.rb
1 parent 28fc16f commit 28ea2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/langchainrb_rails/generators/langchainrb_rails/pgvector_generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module LangchainrbRails
44
module Generators
55
#
66
# Usage:
7-
# rails g langchain:pgvector -model=Product -llm=openai
7+
# rails generate langchainrb_rails:pgvector --model=Product --llm=openai
88
#
99
class PgvectorGenerator < LangchainrbRails::Generators::BaseGenerator
1010
desc "This generator adds Pgvector vectorsearch integration to your ActiveRecord model"

0 commit comments

Comments
 (0)