Skip to content

Commit

Permalink
docs: update PgvectorDocumentStore docstring
Browse files Browse the repository at this point in the history
Co-authored-by: David S. Batista <[email protected]>
  • Loading branch information
kanenorman and davidsbatista authored Oct 11, 2024
1 parent 967e269 commit 73e123c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def __init__(
[pgvector documentation](https://github.com/pgvector/pgvector?tab=readme-ov-file#hnsw).
:param keyword_index_name: Index name for the Keyword index.
:param connection_param_kwargs: A dictionary of parameters for the PostgreSQL connection.
If you prefer not to use the `connection_string`, you can specify connection parameters here.
You can specify individual connections parameters here instead of a `connection_string`
Common parameters include 'user', 'password', 'host', 'port', & 'dbname'. For a complete list, refer to the
[PostgreSQL documentation](https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-PARAMKEYWORDS).
Use the `Secret.from_env_var()` method to securely load parameters from environment variables.
Expand Down

0 comments on commit 73e123c

Please sign in to comment.