Commit graph

248 commits

Author SHA1 Message Date
Till Hohenberger
7ec958c080
Add ollama to plugin directory (#395)
* Add ollama to plugin directory

!stable-docs
2024-01-25 13:57:40 -08:00
Simon Willison
044689351d Support new OpenAI embeddings models, refs #394 2024-01-25 13:10:41 -08:00
Simon Willison
53f80dd531 -o json_object 1 option for OpenAI Chat models, refs #373 2024-01-25 12:51:14 -08:00
Simon Willison
17b91e0c9c Document llm chat -c
!stable-docs
2024-01-17 13:59:06 -08:00
Simon Willison
95597cc8f5
Link to new blog entry
!stable-docs
2023-12-18 10:28:52 -08:00
Simon Willison
b0a4473149
llm-mistral and llm-gemini
!stable-docs
2023-12-14 21:36:45 -08:00
Simon Willison
df7d24835b
Link to article about generators
!stable-docs
2023-11-12 08:13:59 -08:00
Simon Willison
b2a12727f1
Add GPT 4 turbo model and -o seed 1 option (#329)
Closes #323
Closes #324
2023-11-06 13:32:04 -08:00
Simon Willison
10c6cc2a8e Release 0.11.2
Refs #327
2023-11-06 12:06:50 -08:00
Simon Willison
ff34fb2570 Release notes for 0.11.1
Refs #317, https://github.com/simonw/llm-gpt4all/issues/16
2023-10-31 21:29:59 -07:00
Will Sorenson
ebc19f1848
Add Bedrock Anthropic plugin (#307) 2023-10-31 21:22:04 -07:00
Simon Willison
abcb457b20 Remove homebrew suggestion for the moment, refs #315
!stable-docs
2023-10-27 21:36:38 -07:00
Simon Willison
8e84c00771
Link to blog post about building Jina embeddings plugin 2023-10-27 07:40:33 -07:00
Simon Willison
e75de8373a
llm-python in plugin directory
Refs https://github.com/simonw/llm-python/issues/1

!stable-docs
2023-10-26 22:42:04 -07:00
Simon Willison
9266eb5eab
llm-embed-jina in plugins directory
!stable-docs

Refs:
- https://github.com/simonw/llm-embed-jina/issues/1
2023-10-25 18:29:30 -07:00
dependabot[bot]
9167852696
Bump the python-packages group with 1 update (#279)
Bumps the python-packages group with 1 update: [sphinx](https://github.com/sphinx-doc/sphinx).

- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.5...v7.2.6)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-24 14:07:18 -07:00
Simon Willison
9e5421e7a8 Update llm-gpt4all examples for latest release
!stable-docs

Refs https://github.com/simonw/llm-gpt4all/issues/16
2023-10-24 12:39:04 -07:00
Simon Willison
bf229945fe Release 0.11
Refs #273, #274, #275, #280, #284, #286
2023-09-18 23:35:04 -07:00
Simon Willison
bb99186cc1 Docs for completion prompts, closes #284 2023-09-18 22:56:16 -07:00
Simon Willison
fcff36c6bc completion: true to register completion models, refs #284 2023-09-18 22:17:26 -07:00
Simon Willison
4fea46113f logprobs support for OpenAI completion models, refs #284 2023-09-18 22:04:28 -07:00
Simon Willison
ae14ce4add LLM_OPENAI_SHOW_RESPONSES=1 debug trick, closes #286 2023-09-18 21:13:42 -07:00
Simon Willison
356fcb72f6 NumPy decoding docs, plus extra tests for llm.encode/decode
!stable-docs

Refs https://discord.com/channels/823971286308356157/1128504153841336370/1151975583237034056
2023-09-14 14:01:47 -07:00
Simon Willison
d70c0dba43
llm-clip
!stable-docs
2023-09-13 16:43:46 -07:00
Simon Willison
59255fb71c
llm-cohere in plugin directory
!stable-docs
2023-09-13 16:40:34 -07:00
Simon Willison
33dee4762e llm embed-multi --batch-size option, closes #273 2023-09-13 16:33:27 -07:00
Simon Willison
b9478e6a17 batch_size= argument to embed_multi(), refs #273 2023-09-13 16:24:04 -07:00
Simon Willison
6c43948325 llm.user_dir() creates directory if needed, closes #275
Would have fixed this bug too:
- https://github.com/simonw/llm-sentence-transformers/issues/9
2023-09-13 15:58:18 -07:00
Simon Willison
ed89490492 Link to new blog post
!stable-docs
2023-09-12 14:16:23 -07:00
Simon Willison
a44d025233 Fixed markdown glitch on changelog
!stable-docs
2023-09-12 12:17:52 -07:00
Simon Willison
e83d205778 Release 0.10
Refs #225, #229, #231, #254, #256, #259
2023-09-12 12:11:25 -07:00
Simon Willison
e6dac1a1bd Documentation for building binary embedding plugins, refs #264 2023-09-12 11:32:12 -07:00
Simon Willison
4952a8d119 llm similar --binary, closes #269 2023-09-12 11:23:31 -07:00
Simon Willison
506de80f69 Renamed binary.md to storage.md and documented --binary embeddings, refs #264 2023-09-12 11:15:17 -07:00
Simon Willison
eea7b4e0fb Various documentation copy improvements, refs #264 2023-09-12 11:04:45 -07:00
Simon Willison
946f072cc0 llm install -U llm for Homebrew 2023-09-12 10:47:13 -07:00
Simon Willison
9e529bb36a Wrap !multi in single quotes, for consistency with exit/quit 2023-09-12 10:45:02 -07:00
Simon Willison
37f85b3a1f Document model options in Python API, closes #187 2023-09-12 10:36:47 -07:00
Simon Willison
f54f2c659d response.__str__ method, closes #268 2023-09-12 10:36:29 -07:00
Simon Willison
9c33d30843 llm chat !multi support, closes #267 2023-09-12 09:31:20 -07:00
Simon Willison
22a59f795e llm collections defaults to llm collections list, close #265 2023-09-11 23:08:11 -07:00
Simon Willison
90ab024604 Release 0.10a1
Refs #229, #244, #247, #248, #254, #256, #259, #263
2023-09-11 22:57:54 -07:00
Simon Willison
52cec1304b
Binary embeddings (#254)
* Binary embeddings support, refs #253
* Write binary content to content_blob, with tests - refs #253
* supports_text and supports_binary embedding validation, refs #253
2023-09-11 18:58:44 -07:00
dependabot[bot]
4fab55f253
Bump furo (#262)
Bumps the python-packages group with 1 update: [furo](https://github.com/pradyunsg/furo).

- [Release notes](https://github.com/pradyunsg/furo/releases)
- [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
- [Commits](https://github.com/pradyunsg/furo/compare/2023.08.19...2023.09.10)

---
updated-dependencies:
- dependency-name: furo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-11 18:18:05 -07:00
mhalle
f07b291a78
change type of cli "embed -c" to be STR not FILE (#263)
* change type of cli "embed -c" to be STR not FILE

The type of the "content" argument was erroneously set to be FILE with a "type=click.Path(...)" argument, which content is a string.

---------

Co-authored-by: Simon Willison <swillison@gmail.com>
2023-09-11 18:17:34 -07:00
Simon Willison
5ba34dbe36 llm embed-db is now llm collections, refs #229 2023-09-10 14:24:27 -07:00
Simon Willison
6012f31e36 llm plugins --all option, closes #259 2023-09-10 14:18:16 -07:00
Simon Willison
b84f6f9ffd Docs for LLM_LOAD_PLUGINS, closes #256 2023-09-10 14:12:37 -07:00
Simon Willison
79b3cd8b72 Documented llm chat -o, closes #244 2023-09-10 13:46:55 -07:00
Simon Willison
ab05023b30 Ran cog, refs #248 2023-09-10 11:49:32 -07:00