MoJo1760

Results 4 comments of MoJo1760

Also having the same issue - no results returned, though I can see code samples in `archon_code_examples` table. Interestingly the `archon_crawled_pages` and `archon_document_versions` tables are both empty

FWIW - I dumped the knowledge base, and verified that all tables were empty, then recreated them - using the default OpenAI- LLM and embedings models, and things are now...

my workaround is just to `sed 's/127.0.0.1/0.0.0.0/g' -i docker-compose.override.private.yml `and set `N8N_SECURE_COOKIE=false` in the `environment` section like this: ` n8n: ports: - 0.0.0.0:5678:5678 environment: - N8N_SECURE_COOKIE=false `