Replies: 2 comments
-
|
This would really help out with the Obisidian/RAG setup I've been using. The The YAML configuration supports include/exclude filters, but the For example, I may only want to continuously sync Having consistent filtering behavior between one time syncs and watch mode would make local RAG setups much easier to manage and would prevent unnecessary indexing of files that aren't intended for the knowledge base. |
Beta Was this translation helpful? Give feedback.
-
|
Would be great if it would be possible to use watch also in the .oikb.yaml config. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It can be very useful to have these things in both CLI options and yaml config
System worked great, I synced 30K documents into 20+ KB collections, using Mistral OCR and pg_vector db. But system timed out few times (likely due to some memory leak in OWUI not oikb) and it tried to index jpg or png files which are not accepted by OWUI.
As we do not need 24x7 immediate sync thru webhooks, it is way easier and safer to run sync by cli instead of using the daemon. But, I do not see yet how can I use filters together with CLI. And as we have 20+ KB synced from 3 network file systems (cifs actually) and network may experience issues or some files can luck permission, better cli control (or a way to run cli but use additional config file) can be very useful.
Beta Was this translation helpful? Give feedback.
All reactions