| 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 |
| b446155b | 27-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
fix info output on used models |
| 8c08cb3f | 27-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
auto style fixes |
| 87090e4b | 27-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
ask the rephrased question only if it has more context
Otherwise it's usually better to let the LLM reevaluate the context. |
| 6beed327 | 26-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
print score in chat
This makes it easier to tweak the similarity threshold |
| c9f3c70c | 27-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
set custom info text for simulate sub command |
| ab1f8dde | 26-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
emit the INDEXER_PAGE_ADD event
This allows plugins that add data to the fulltext index to add the same data to the embeddings. This improves embedding searches with struct data for example. |
| 720bb43f | 25-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
make threshold configurable |