| 5284515d | 11-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
add index clearing, cleanup |
| 33128f96 | 11-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix chunk access by ID in sqlite backend |
| bddd899c | 11-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix access of sources |
| 7ee8b02d | 10-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
firs go at abrstracting the storage backend and using sqlite
Requires the dev branch of the sqlite plugin |
| 5786be46 | 10-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
added info method for kd tree inspection |
| 5aa45b4d | 09-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
Faster (and cheaper) reindexing
We can reuse the previous data if the page hasn't changed |
| ad38c5fd | 09-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
More robustness in creating the index
Retry failed API connections, do not abort the whole indexing and rather skip a chunk. CLI testing tool for the split mechanism |
| 6f9744f7 | 09-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
don't index hidden pages |
| 2ecc089a | 09-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix logging in CLI mode |
| a107768c | 09-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
added fullscreen mode |
| 23cafd9f | 09-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
german translation and more styling adjustments |
| 9e81bea7 | 09-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
Check ACLs before using sources |
| 9da5f0df | 09-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
some more doc blocks |
| ca345149 | 08-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
pin php to 8.1 |
| 0337f47f | 08-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
Frontend integration with simple syntax component |
| c4584168 | 08-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
support chatting |
| 7552f1aa | 08-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
asking standalone question works |
| 8817535b | 08-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
initial checkin. working vector storage and similarity search |