Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Reuter committed Aug 22, 2023
1 parent dd170e2 commit 203e6b7
Show file tree
Hide file tree
Showing 2 changed files with 201 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,29 +19,34 @@
"url" : {
"type" : "string",
"description" : "The URL to the weaviate instance",
"title": "Instance URL",
"examples" : [
"http://localhost:8080",
"https://your-instance.semi.network"
]
},
"username" : {
"title": "Username",
"type" : "string",
"description" : "Username used with OIDC authentication",
"examples" : [
"[email protected]"
]
},
"password" : {
"title": "Password",
"type" : "string",
"description" : "Password used with OIDC authentication",
"airbyte_secret" : true
},
"batch_size" : {
"title": "Batch Size",
"type" : "integer",
"description" : "Batch size for writing to Weaviate",
"default" : 100
},
"vectors" : {
"title": "Vector fields",
"type" : "string",
"description" : "Comma separated list of strings of `stream_name.vector_column_name` to specify which field holds the vectors.",
"examples" : [
Expand Down
Loading

0 comments on commit 203e6b7

Please sign in to comment.