Bugfixes/nextclou ai#42
Merged
Merged
Conversation
added 4 commits
May 26, 2026 22:19
…ity in Ollama Embeddings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the Nextcloud integration to improve how embedding models are managed and used for context chat features. The main focus is on ensuring the correct embedding model (
nomic-embed-text) is consistently configured, reliably pulled into the Ollama Embeddings instance, and properly referenced by the context chat backend. Additionally, a networking fix is applied to ensure ExApps are accessible over both IPv4 and IPv6.Embedding model improvements:
nomic-embed-textinmain.yml, with comments explaining the rationale and issues with alternative models.nomic-embed-text) into the Ollama Embeddings instance before ExApp registration, ensuring the model is present and ready for use.Networking and configuration fixes:
HP_EXAPPS_ADDRESSenvironment variable in the Docker Compose template to:::8780to ensure ExApps are reachable via both IPv4 and IPv6, preventing connection issues when the backend resolves to an IPv6 address.