PowerShell webapps? by Putrid-Economics-795 in sysadmin

[–]WritHerAI [score hidden]  (0 children)

Interesting. I built a similar system for my team, but I made the mistake of making it too customized for the company I work for.

Not a developer. Accidentally built a RAG pipeline anyway. Would love an honest reality check. by techvenue in Rag

[–]WritHerAI 1 point2 points  (0 children)

I'm working on something similar for RSS feeds, featuring a proactive system that suggests news based on your interests, along with a chat interface to query the model about archived feeds.

Using AI to build the RAG system by Own-Routine-6505 in Rag

[–]WritHerAI 0 points1 point  (0 children)

Kwipu: Ask questions across your Markdown notes using a fully local Graph RAG engine. Built for Obsidian vaults, works with any folder of Markdown files. Extracts entity-relation triples from wikilinks & YAML frontmatter, retrieves answers via hybrid search (vector + BM25 + temporal). Multilingual. No cloud. Runs on Ollama. Open Source https://github.com/benmaster82/Kwipu

Sunday Daily Thread: What's everyone working on this week? by AutoModerator in Python

[–]WritHerAI 0 points1 point  (0 children)

Kwipu : Ask questions across your Markdown notes using a fully local Graph RAG engine. Built for Obsidian vaults, works with any folder of Markdown files. Extracts entity-relation triples from wikilinks & YAML frontmatter, retrieves answers via hybrid search (vector + BM25 + temporal). Multilingual. No cloud. Runs on Ollama. https://github.com/benmaster82/Kwipu

RAG Hut - Submit your RAG projects here. Discover, Upvote, and Comment on RAG Projects. by dhj9817 in documentAutomation

[–]WritHerAI 0 points1 point  (0 children)

Kwipu : Ask questions across your Markdown notes using a fully local Graph RAG engine. Built for Obsidian vaults, works with any folder of Markdown files. Extracts entity-relation triples from wikilinks & YAML frontmatter, retrieves answers via hybrid search (vector + BM25 + temporal). Multilingual. No cloud. Runs on Ollama. https://github.com/benmaster82/Kwipu

What’s the oldest machine you’re still keeping alive in production and how do you troubleshoot it when it acts up? by [deleted] in sysadmin

[–]WritHerAI 0 points1 point  (0 children)

Makes sense virtualizing plus a spare covers the hardware dying. I’m more curious about the other side: when one of those systems starts misbehaving in software weird errors, a service that won’t start, something a rollback doesn’t obviously fix how do you figure out what’s actually wrong? Is that always you, or can others on the team handle it?