Commit Graph

11 Commits

Author SHA1 Message Date
James Braza e34b5f0119
Cleaning up `examples/` models and starter `.env` files (#1124)
Closes https://github.com/go-skynet/LocalAI/issues/1066 and
https://github.com/go-skynet/LocalAI/issues/1065

Standardizes all `examples/`:
- Models in one place (other than `rwkv`, which was one-offy)
- Env files as `.env.example` with `cp`
    - Also standardizes comments and links docs
2023-10-02 18:14:10 +02:00
quoing e7981152b2
[query_data example] max_chunk_overlap in PromptHelper must be in 0..1 range (#1000)
**Description**

Simple fix, percentage value is expected to be float in range 0..1

**Notes for Reviewers**


**[Signed
commits](../CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin)**
- [x] Yes, I signed my commits.
 

<!--
Thank you for contributing to LocalAI! 

Contributing Conventions:

1. Include descriptive PR titles with [<component-name>] prepended.
2. Build and test your changes before submitting a PR. 
3. Sign your commits

By following the community's contribution conventions upfront, the
review process will
be accelerated and your PR merged more quickly.
-->
2023-09-04 19:12:53 +02:00
Ettore Di Giacinto ed5df1e68e
examples: remove threads from example models (#337) 2023-05-21 12:25:24 +02:00
Ettore Di Giacinto 05a3d569b0
feat: allow to override model config (#323) 2023-05-20 17:03:53 +02:00
Tyler Gillson 549a01b62e
docs: fix langchain-chroma example (#298)
Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
2023-05-18 22:50:21 +02:00
Ettore Di Giacinto f8ee20991c
feat: add bert.cpp embeddings (#222) 2023-05-10 15:20:21 +02:00
mudler d13d4d95ce examples: fix default parameter 2023-05-07 10:13:57 +02:00
mudler 4f551ce414 examples: add update index example, update README 2023-05-07 09:05:24 +02:00
mudler 02979566ee examples: better defaults 2023-05-07 00:58:30 +02:00
mudler 3a90ea44a5 Update readme and examples 2023-05-06 19:15:22 +02:00
mudler ad301e6ed7 example(add): document query example 2023-05-05 21:56:31 +02:00