Commit Graph

53 Commits

Author SHA1 Message Date
005f289632 feat: Model Gallery Endpoint Refactor / Mutable Galleries Endpoints (#991)
refactor for model gallery endpoints - bundle up resources into a
struct, make galleries mutable with some crud endpoints. This is
groundwork required for making efficient use of the new scraper - while
that PR isn't _quite_ ready yet, the goal is to have more, individually
smaller gallery files. Therefore, rather than requiring a full localai
service restart, these new endpoints have been added to make life
easier.

- Adds endpoints to add, list and remove model galleries at runtime
- Adds these endpoints to the Insomnia config
- Minor fix: loading file urls follows symbolic links now
2023-09-02 09:00:44 +02:00
704323b805 initial draft of an importable Insomnia profile for developers (#942)
This is a starting point for developers to easily import a collection of
requests to hit LocalAI. Insomnia was chosen as it's open source, has a
graphical user interface for users desiring that, and has the ability to
easily export requests as cURL commands for our documentation site.
2023-08-23 18:39:27 +02:00
0d6165e481 Example: Continue (dev) (#940) 2023-08-22 18:46:45 +02:00
df947fc933 examples: Update README 2023-08-06 23:07:06 +02:00
fc8aec7324 Update to working k8sgpt + localai example in documentation (#852) 2023-08-01 22:31:36 +02:00
c1fc22e746 fix(examples): use pinned versions in the k8sgpt example (#845)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
2023-07-31 19:15:57 +02:00
9b307799ce fix missing openai_api_base on langchain-chroma example (#818) 2023-07-27 18:41:53 +02:00
7fa5b8401d [Telegram-bot example] Fix lint for command docker-compose (#787)
Co-authored-by: Stepan Zhashkov <steven.z@spectral-team.com>
2023-07-21 20:56:04 +02:00
8379cce209 example(functions): Add OpenAI functions example (#767) 2023-07-18 00:04:21 +02:00
2a45a99737 example(slack-qa-bot): Add slack QA bot example (#654)
Signed-off-by: mudler <mudler@localai.io>
2023-06-22 18:07:15 +02:00
7da07e8af9 example(k8sgpt): Add k8sgpt example (#631)
Signed-off-by: mudler <mudler@localai.io>
2023-06-20 00:11:01 +02:00
e37361985c deps: update gpt4all bindings, fix search path on new versions (#592) 2023-06-14 13:24:53 +02:00
2297504fb3 example(telegram): drop mongodb (#565) 2023-06-11 01:07:19 +02:00
3b3164b039 examples(telegram): add (#547) 2023-06-09 00:45:44 +02:00
ea9a651573 examples: simplify langchain-python (#541) 2023-06-08 00:05:17 +02:00
3ba07a5928 feat: add LangChainGo Huggingface backend (#446)
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
2023-06-01 12:00:06 +02:00
2f3c3b1867 examples: keep old example around (#439) 2023-05-30 18:34:43 +02:00
11af09faf3 examples: use gallery in chatbot-ui, add flowise (#438)
Signed-off-by: mudler <mudler@mocaccino.org>
2023-05-30 18:29:28 +02:00
577d36b596 images: cleanup, drop .dev Dockerfile (#437)
Signed-off-by: mudler <mudler@mocaccino.org>
2023-05-30 15:58:10 +02:00
65d06285d8 Bump rwkv (#402) 2023-05-28 22:59:25 +02:00
59f7953249 docs(examples): add AutoGPT (#397) 2023-05-27 19:42:24 +02:00
f5f8c687be examples: add privateGPT example (#355) 2023-05-23 10:32:34 +02:00
ed5df1e68e examples: remove threads from example models (#337) 2023-05-21 12:25:24 +02:00
05a3d569b0 feat: allow to override model config (#323) 2023-05-20 17:03:53 +02:00
207ce81e4a fix: Dockerfile.build missing cmake in rwkv example (#301)
Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
2023-05-19 01:08:20 +02:00
549a01b62e docs: fix langchain-chroma example (#298)
Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
2023-05-18 22:50:21 +02:00
9d051c5d4f feat: add image generation with ncnn-stablediffusion (#272) 2023-05-16 19:32:53 +02:00
c3622299ce docs: cleanup langchain-chroma example 2023-05-13 11:16:56 +02:00
557ccc5ad8 examples: add langchain-chroma example (#248) 2023-05-12 22:20:07 +02:00
f8ee20991c feat: add bert.cpp embeddings (#222) 2023-05-10 15:20:21 +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
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
3a90ea44a5 Update readme and examples 2023-05-06 19:15:22 +02:00
3411bfd00d Langchain Example Updates (#199) 2023-05-06 00:21:06 +02:00
ad301e6ed7 example(add): document query example 2023-05-05 21:56:31 +02:00
3ff9bbd217 examples: add rwkv script folder 2023-05-05 19:04:52 +02:00
96267d9437 localai: Include the WebUI project example (#130)
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
2023-05-04 18:27:58 +02:00
fdf75c6d0e rwkv fixes and examples (#185) 2023-05-04 17:32:23 +02:00
07c3aa1869 Dockerized Langchain / PY example (#175) 2023-05-04 08:41:13 +02:00
c974dad799 Return usage in the API responses (#166) 2023-05-03 17:29:18 +02:00
0a00a4b58e adding mac build and example (#151)
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
2023-05-02 19:24:45 +02:00
fec4ab93c5 docs: Add langchain to the example index (#147)
Signed-off-by: mudler <mudler@mocaccino.org>
2023-05-01 23:21:07 +02:00
0db0704e2c docs: Add slack-bot example (#145)
Signed-off-by: mudler <mudler@mocaccino.org>
2023-05-01 23:18:24 +02:00
88f472e5d2 Add LangchainJS Examples (#146) 2023-05-01 23:18:14 +02:00
2473f9d19b docs: add discord-bot preview (#137) 2023-05-01 11:03:34 +02:00
d129fabe3b docs: enhancements (#133) 2023-04-30 23:27:02 +02:00
54b5eadcc4 docs: add discord-bot example (#126) 2023-04-30 00:31:28 +02:00