echo-saurav / obsidian-ai-note-suggestion

An plugin for Obsidian.md for effortlessly get note suggestions base on semantic meaning as you type, eliminating the need for complex tagging. Simplifying note-taking
MIT License
35 stars 2 forks source link

Docker Contextionary-Obsidian Errors #5

Closed n810K closed 9 months ago

n810K commented 9 months ago

CleanShot 2024-01-07 at 00 43 52@2x

I'm not sure whether this is a logging issue, or whether there is a problem. But functionality seems to be working fine in Obsidian regardless of the errors.

n810K commented 9 months ago
contextionary:
    container_name: contextionary-obsidian
    environment:
      OCCURRENCE_WEIGHT_LINEAR_FACTOR: 0.75
      EXTENSIONS_STORAGE_MODE: weaviate
      EXTENSIONS_STORAGE_ORIGIN: http://weaviate-obsidian:8080
      NEIGHBOR_OCCURRENCE_IGNORE_PERCENTILE: 5
      ENABLE_COMPOUND_SPLITTING: 'false'
    image: semitechnologies/contextionary:en0.16.0-v1.2.1
    ports:
    - 9999:9999

Changing EXTENSIONS_STORAGE_ORIGIN from http://weaviate:8080 to http://weaviate-obsidian:8080 has stopped the errors.

There will still be error when starting up the first time as it needs to wait until Weaviate-Obsidian is fully running. But after that, there should be no more access issues.

Please do some more testing to see if this fixes the issue. - PR: https://github.com/echo-saurav/obsidian-ai-note-suggestion/pull/6