What to Integrate With My AI

submitted by edited

I just set up a new dedicated AI server that is quite fast by my standards. I have it running with OpenWebUI and would like to integrate it with other services. I think it would be cool to have something like copilot where I can be writing code in a text editor and have it add a readme function or something like that. I have also used some RAG stuff and like it, but I think it would be cool to have a RAG that can access live data, like having the most up to date docker compose file and nginx configs for when I ask it about server stuff. So, what are you integrating your AI stuff with, and how can I get started?

13
18

Back to main discussion

I have it integrated with a few things:
* AI vim plugin: https://github.com/madox2/vim-ai
* IRC bot with sopel: https://sopel.chat
* A script that generates a diff, and writes my commit messages for me
* a CLI client that allows me to generate text and code

What did you use for RAG? I've been getting interested in that, and could use a few pointers.


Insert image