Commit Graph

450 Commits

Author SHA1 Message Date
c3622299ce docs: cleanup langchain-chroma example 2023-05-13 11:16:56 +02:00
de36a48861 Update gpt4all to fix thread counts (#249) v1.10.1 2023-05-13 09:37:46 +02:00
961ca93219 docs: Update README 2023-05-13 00:46:48 +02:00
557ccc5ad8 examples: add langchain-chroma example (#248) 2023-05-12 22:20:07 +02:00
2488c445b6 feat: bert.cpp token embeddings (#241) v1.10.0 2023-05-12 17:16:49 +02:00
b4241d0a0d tests: enable whisper (#239) 2023-05-12 14:10:18 +02:00
8250391e49 Add support for gptneox/replit (#238) 2023-05-12 11:36:35 +02:00
fd1df4e971 whisper: add tests and allow to set upload size (#237) 2023-05-12 10:04:20 +02:00
5115b2faa3 ⬆️ Update go-skynet/go-llama.cpp (#219)
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: mudler <mudler@users.noreply.github.com>
2023-05-11 23:43:55 +02:00
93e82a8bf4 ⬆️ Update go-skynet/go-gpt2.cpp (#220)
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: mudler <mudler@users.noreply.github.com>
2023-05-11 23:43:44 +02:00
4413defca5 feat: add starcoder (#236) v1.9.1 2023-05-11 20:20:07 +02:00
f359e1c6c4 fix: dolly/rp (#235) 2023-05-11 19:38:27 +02:00
1bc87d582d fix(deps): update module github.com/sashabaranov/go-openai to v1.9.4 (#230)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-11 18:02:19 +02:00
a86a383357 fix(deps): update github.com/donomii/go-rwkv.cpp digest to 07166da (#224)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-11 18:01:52 +02:00
16f02c7b30 fix(deps): update github.com/go-skynet/go-bert.cpp digest to ec771ec (#223)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-11 18:01:35 +02:00
fe2706890c Update README.md 2023-05-11 17:32:13 +02:00
85f0f8227d refactor: drop code dups (#234) v1.9.0 2023-05-11 16:34:16 +02:00
59e3c02002 make use of new bindings for gpt4all (#232) 2023-05-11 14:31:19 +02:00
032dee256f Keep whisper models in memory (#233) v1.8.1 2023-05-11 14:05:07 +02:00
6b5e2b2bf5 Upload transcription API wasn't reading the data from the post (#229) 2023-05-11 10:43:05 +02:00
6fc303de87 fix(deps): update github.com/go-skynet/go-llama.cpp digest to 70593fc (#221)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-11 10:34:34 +02:00
6ad6e4873d fix(deps): update github.com/ggerganov/whisper.cpp/bindings/go digest to 1d17cd5 (#216)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-11 01:14:34 +02:00
d6d7391da8 ⬆️ Update donomii/go-rwkv.cpp (#225)
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: mudler <mudler@users.noreply.github.com>
2023-05-11 01:13:28 +02:00
11675932ac feat: add dolly/redpajama/bloomz models support (#214) 2023-05-11 01:12:58 +02:00
f02202e1e1 update README 2023-05-10 15:51:16 +02:00
f8ee20991c feat: add bert.cpp embeddings (#222) v1.8.0 2023-05-10 15:20:21 +02:00
e6db14e2f1 Added spark in projects (#215) 2023-05-10 14:05:44 +02:00
d00886abea Tiny .gitignore suggestion (#213) 2023-05-09 20:03:29 +02:00
4873d2bfa1 fix(deps): update github.com/go-skynet/go-llama.cpp digest to f4d26f4 (#212)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-09 12:17:15 +02:00
9f426578cf feat: add transcript endpoint (#211) 2023-05-09 11:43:50 +02:00
9d01b695a8 ⬆️ Update go-skynet/go-llama.cpp (#209)
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: mudler <mudler@users.noreply.github.com>
2023-05-08 22:37:16 +02:00
93829ab228 docs: update news 2023-05-08 22:34:12 +02:00
dd234f86d5 fix(deps): update github.com/go-skynet/go-llama.cpp digest to c03e8ad (#208)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-08 20:30:52 +02:00
3daff6f1aa doc: update README with embeddings docs v1.7.1 2023-05-08 20:02:59 +02:00
89dfa0f5fc feat: add experimental support for embeddings as arrays (#207) 2023-05-08 19:31:18 +02:00
bc03c492a0 fix(deps): update module github.com/gofiber/fiber/v2 to v2.45.0 (#206)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-07 17:46:31 +02:00
f50a4c1454 Added runpod.io template for LocalAI to examples (#203) 2023-05-07 10:58:15 +02:00
d13d4d95ce examples: fix default parameter 2023-05-07 10:13:57 +02:00
428790ec06 fix(deps): update github.com/go-skynet/go-llama.cpp digest to cf9b522 (#202)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-07 09:14:00 +02:00
4f551ce414 examples: add update index example, update README 2023-05-07 09:05:24 +02:00
6ed7b10273 examples: add langchain agent example 2023-05-07 08:14:01 +02:00
02979566ee examples: better defaults 2023-05-07 00:58:30 +02:00
cbdcc839f3 ⬆️ Update go-skynet/go-llama.cpp (#201)
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: mudler <mudler@users.noreply.github.com>
2023-05-06 22:49:44 +02:00
e1c8f087f4 Update README 2023-05-06 19:18:03 +02:00
3a90ea44a5 Update readme and examples 2023-05-06 19:15:22 +02:00
e55492475d fix(deps): update github.com/go-skynet/go-llama.cpp digest to 691d479 (#189)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-06 00:42:31 +02:00
07ec2e441d mini fix - OpenAI documentation url (#200) 2023-05-06 00:42:08 +02:00
38d7e0b43c ⬆️ Update go-skynet/go-llama.cpp (#198)
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: mudler <mudler@users.noreply.github.com>
2023-05-06 00:21:48 +02:00
3411bfd00d Langchain Example Updates (#199) 2023-05-06 00:21:06 +02:00
7e5fe35ae4 Mixed enhancements (#196) v1.7.0 2023-05-06 00:00:58 +02:00