| ae09ced4 | 22-Jul-2024 |
Andreas Gohr <andi@splitbrain.org> |
updated model lists
This adds a CLI tool to fetch some model data from @BerriAI/litellm |
| f64fd6f4 | 04-Jul-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 5d8f4049 | 04-Jul-2024 |
Andreas Gohr <andi@splitbrain.org> |
monkey patching vanderlee/php-sentence#/27 |
| 8a9be4fb | 25-Jun-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 3d0d0e2b | 25-Jun-2024 |
Andreas Gohr <andi@splitbrain.org> |
added claude 3.5 sonnet model |
| f93272b9 | 25-Jun-2024 |
Andreas Gohr <andi@splitbrain.org> |
auto codestyle cleanup |
| 661701ee | 25-Jun-2024 |
Andreas Gohr <andi@splitbrain.org> |
Use custom renderer when creating embeddings
Rendering makes plugin output available and and handles includes. It might also help with #15. The renderer uses markdown like output since all LLMs seem
Use custom renderer when creating embeddings
Rendering makes plugin output available and and handles includes. It might also help with #15. The renderer uses markdown like output since all LLMs seem to be very familiar with it's syntax. This might help them to understand the document structure better. This also adds a breadcrumb trail at the top of each chunk which might help with contextulization as well.
show more ...
|
| bcaa9108 | 19-Jun-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 36c4749d | 19-Jun-2024 |
Andreas Gohr <andi@splitbrain.org> |
do not use synthetic submit event on enter
This didn't work correctly for some reason in Firefox. Instead we directly call the submit handler |
| 94b3b34c | 17-Jun-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 303d0c59 | 17-Jun-2024 |
Andreas Gohr <andi@splitbrain.org> |
gracefully handle render errors
plugins may act up during text rendering, this should not abort the whole indexing. Instead we fall back to the page source |
| e1251882 | 17-Jun-2024 |
Andreas Gohr <andi@splitbrain.org> |
init ACLs in CLI
When using the text renderer, we might execute syntax plugins that check ACLs. We don't have a user when running the CLI but we want to index everything an anonymous user would be a
init ACLs in CLI
When using the text renderer, we might execute syntax plugins that check ACLs. We don't have a user when running the CLI but we want to index everything an anonymous user would be able to see. For that the ACLs need to be loaded.
show more ...
|
| 1816958a | 16-May-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| f31e9616 | 16-May-2024 |
Andreas Gohr <andi@splitbrain.org> |
focus the user question instead of scrolling to the end |
| 7dd63d67 | 14-May-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| cab0305a | 14-May-2024 |
Andreas Gohr <andi@splitbrain.org> |
added gpt-4o |
| ca323080 | 22-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 074b7701 | 22-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
added support for groq |
| 8be48eb0 | 18-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| eaa2c59d | 18-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
Added support for reka.ai |
| 200983a6 | 18-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
added open-mixtral-8x22b |
| a7e0c4e5 | 10-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| f7a068a1 | 10-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
gpt-4-turbo is no longer in preview |
| ea58fe36 | 02-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| bae450a9 | 02-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
rebuild the index when the embedding model changed |