Archon/migration
John Fitzpatrick d4e80a945a fix: Change Ollama default URL to host.docker.internal for Docker compatibility
- Changed default Ollama URL from localhost:11434 to host.docker.internal:11434
- This allows Docker containers to connect to Ollama running on the host machine
- Updated in backend services, frontend components, migration scripts, and documentation
- Most users run Archon in Docker but Ollama as a local binary, making this a better default
2025-09-20 13:36:33 -07:00
..
add_hybrid_search_tsvector.sql Fix multi-dimensional vector hybrid search functions (#681) 2025-09-18 10:06:10 -07:00
add_priority_column_to_tasks.sql feat: decouple task priority from task order (#652) 2025-09-17 13:44:25 +03:00
add_source_url_display_name.sql Fix race condition in concurrent crawling with unique source IDs (#472) 2025-08-29 14:54:16 +03:00
backup_database.sql feat: Ollama Integration with Separate LLM/Embedding Model Support (#643) 2025-09-15 06:38:02 -07:00
complete_setup.sql fix: Change Ollama default URL to host.docker.internal for Docker compatibility 2025-09-20 13:36:33 -07:00
DB_UPGRADE_INSTRUCTIONS.md feat: Ollama Integration with Separate LLM/Embedding Model Support (#643) 2025-09-15 06:38:02 -07:00
RESET_DB.sql Enhanced the hybrid search strategy with tsvector keyword matching (#539) 2025-09-10 14:23:49 +03:00
upgrade_database.sql feat: Ollama Integration with Separate LLM/Embedding Model Support (#643) 2025-09-15 06:38:02 -07:00
validate_migration.sql feat: Ollama Integration with Separate LLM/Embedding Model Support (#643) 2025-09-15 06:38:02 -07:00