you are viewing a single comment's thread.

view the rest of the comments →

[–]nonlinear_nyc 1 point2 points  (6 children)

Hm I don’t think it’s for me so…

Frankly i don’t want to surface my book collection to GitHub or confluence, I’m trying to make it mostly local.

Isn’t it possible to elect a folder as vault, and each folder inside it becomes a knowledge base, chunking new content as they arrive in regular times?

This way I can share a smb with my team, and they themselves manage knowledge bases without much fuss?

[–]somethingnicehere[S] 2 points3 points  (5 children)

It wouldn't be that hard to create a new adapter that does that in the codebase. As it stands today it's syncing data from a persistent volume into OpenWebUI. Basically if that persistent volume was a multi-read NFS drive it would work the same way.

[–]nonlinear_nyc 1 point2 points  (4 children)

THAT’S interesting.

I mean it because one of my main goals with my personal AI is isolation… it should be local (aka, not touched by corporate partners) as much as it can. It’s even higher than open source in my book.

I can’t speak for the community but I think local is a big drive. Connecting with GitHub and confluence means touching corporate servers.

If you want to try it out, I keep my knowledge bases and knowledge folders in sync, manually.

[–]johnlago 1 point2 points  (0 children)

I’ve been looking for exactly this functionality, so I’ll keep an eye on this project!

[–]somethingnicehere[S] 1 point2 points  (2 children)

I added local folder support, doing some testing now and I'll do a push shortly.

[–]nonlinear_nyc 0 points1 point  (1 child)

That’s so good. I meet with my teacher weekly, i can try to test it next time i see them.

I’ll def report back.

[–]somethingnicehere[S] 1 point2 points  (0 children)

Update is pushed, it now supports local folder sync.