Skip to content

Commit

Permalink
Update documentation details for connect_to* helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrancoa committed Jan 22, 2024
1 parent ce66946 commit 96c4984
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions weaviate/connect/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ def connect_to_local(
in a `with` statement, which will automatically close the connection when the context is exited. See the examples below for details.
Arguments:
`schema`
The schema to use for the underlying REST & GraphQL API calls.
`host`
The host to use for the underlying REST & GraphQL API calls.
`port`
Expand Down Expand Up @@ -178,6 +176,8 @@ def connect_to_embedded(
Additional headers to include in the requests, e.g. API keys for Cloud vectorisation.
`additional_config`
This includes many additional, rarely used config options. use wvc.init.AdditionalConfig() to configure.
`version`
The version of embedded Weaviate instance.
Returns
`weaviate.WeaviateClient`
Expand Down

0 comments on commit 96c4984

Please sign in to comment.