Skip to content

Commit

Permalink
run generate
Browse files Browse the repository at this point in the history
  • Loading branch information
RaynorChavez committed Nov 11, 2024
1 parent 601c1fb commit 9fa81e3
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 2 deletions.
34 changes: 33 additions & 1 deletion docs/data-sources/read_indices.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,45 @@ Read-Only:
Read-Only:

- `dimensions` (String)
- `model_location` (String)
- `is_marqtuned_model` (Boolean)
- `model_location` (Attributes) (see [below for nested schema](#nestedatt--items--model_properties--model_location))
- `name` (String)
- `tokens` (String)
- `trust_remote_code` (String)
- `type` (String)
- `url` (String)

<a id="nestedatt--items--model_properties--model_location"></a>
### Nested Schema for `items.model_properties.model_location`

Optional:

- `hf` (Attributes) (see [below for nested schema](#nestedatt--items--model_properties--model_location--hf))
- `s3` (Attributes) (see [below for nested schema](#nestedatt--items--model_properties--model_location--s3))

Read-Only:

- `auth_required` (Boolean)

<a id="nestedatt--items--model_properties--model_location--hf"></a>
### Nested Schema for `items.model_properties.model_location.auth_required`

Read-Only:

- `filename` (String)
- `repo_id` (String)


<a id="nestedatt--items--model_properties--model_location--s3"></a>
### Nested Schema for `items.model_properties.model_location.auth_required`

Read-Only:

- `bucket` (String)
- `key` (String)




<a id="nestedatt--items--text_preprocessing"></a>
### Nested Schema for `items.text_preprocessing`
Expand Down
31 changes: 30 additions & 1 deletion docs/resources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,42 @@ Optional:
Optional:

- `dimensions` (Number)
- `model_location` (String)
- `is_marqtuned_model` (Boolean)
- `model_location` (Attributes) (see [below for nested schema](#nestedatt--settings--model_properties--model_location))
- `name` (String)
- `tokens` (Number)
- `trust_remote_code` (Boolean)
- `type` (String)
- `url` (String)

<a id="nestedatt--settings--model_properties--model_location"></a>
### Nested Schema for `settings.model_properties.model_location`

Optional:

- `auth_required` (Boolean)
- `hf` (Attributes) (see [below for nested schema](#nestedatt--settings--model_properties--model_location--hf))
- `s3` (Attributes) (see [below for nested schema](#nestedatt--settings--model_properties--model_location--s3))

<a id="nestedatt--settings--model_properties--model_location--hf"></a>
### Nested Schema for `settings.model_properties.model_location.s3`

Optional:

- `filename` (String)
- `repo_id` (String)


<a id="nestedatt--settings--model_properties--model_location--s3"></a>
### Nested Schema for `settings.model_properties.model_location.s3`

Optional:

- `bucket` (String)
- `key` (String)




<a id="nestedatt--settings--text_preprocessing"></a>
### Nested Schema for `settings.text_preprocessing`
Expand Down

0 comments on commit 9fa81e3

Please sign in to comment.