Show HN: Open-Source DocumentAI with Ollama
Published on: 2025-06-26 07:12:13
# Create a new RAG system named "documentation" using the llama3 model
# and indexing all documents in the ./docs folder
rlama rag llama3 documentation ./docs
# You'll see progress as documents are processed
Processing file: docs/installation.md
Processing file: docs/commands.md
Processing file: docs/troubleshooting.pdf
...
... Read full article.