Released v0.5.0 of my AI Agent Automation project — added document chat with RAG
r/LocalLLaMA
•
Generative AI
AI Hardware
Open Source AI
AI Tools
Just shipped v0.5.0 of my open source AI Agent Automation project. This release adds a full document intelligence system. You can now upload documents and chat with them using RAG. ed formats: PDF TXT Markdown CSV JSON Documents are chunked and embedded automatically, then queried using vector search before sending context to the LLM. You can also configure the model used for document chat from system settings: Ollama (local models) Groq OpenAI Gemini Hugging Face Top-K retrieval and temperature can also be adjusted.