Skip to content

Tags: romkey/ragchat

Tags

v0.0.5

Toggle v0.0.5's commit message
Improve HTTP error diagnostics with request URL and payload context.

Include method, URL, status, request preview, and response snippets for API failures to make Qdrant/Ollama error sources immediately visible.

Made-with: Cursor

v0.0.4

Toggle v0.0.4's commit message
Harden Ollama model preflight for proxied endpoints and tag variants.

Try model name and :latest, verify via /api/tags when /api/show returns 404, and continue with warning when management APIs are unavailable behind proxy.

Made-with: Cursor

v0.0.3

Toggle v0.0.3's commit message
Stop auto-pulling Ollama models and fail fast when required models ar…

…e missing.

Add explicit error guidance with install commands and update docs to require manual model pulls in quick start.

Made-with: Cursor

v0.0.2

Toggle v0.0.2's commit message
Fix container configuration loading by reading runtime environment va…

…riables before .env file values.

This allows docker-compose env_file settings to work correctly without requiring a .env file inside the container.

Made-with: Cursor

v0.0.1

Toggle v0.0.1's commit message
simple chat program