mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
style: more work for refs (#33508)
Largely: - Remove explicit `"Default is x"` since new refs show default inferred from sig - Inline code (useful for eventual parsing) - Fix code block rendering (indentations)
This commit is contained in:
@@ -72,7 +72,7 @@ class NomicEmbeddings(Embeddings):
|
||||
dimensionality: The embedding dimension, for use with Matryoshka-capable
|
||||
models. Defaults to full-size.
|
||||
inference_mode: How to generate embeddings. One of `'remote'`, `'local'`
|
||||
(Embed4All), or `'dynamic'` (automatic). Defaults to `'remote'`.
|
||||
(Embed4All), or `'dynamic'` (automatic).
|
||||
device: The device to use for local embeddings. Choices include
|
||||
`'cpu'`, `'gpu'`, `'nvidia'`, `'amd'`, or a specific device
|
||||
name. See the docstring for `GPT4All.__init__` for more info.
|
||||
|
||||
Reference in New Issue
Block a user