Chris Coutinho
fc3ab8d0ac
docs: Add Ollama embeddings capacity analysis and investigation
...
Documents Ollama embedding service evaluation for ADR-003 semantic search
implementation, including performance benchmarks and capacity analysis.
## Documentation
### Ollama Capacity Analysis
- Performance metrics for ollama.internal.coutinho.io
- Model: nomic-embed-text:latest
- Embedding generation benchmarks (single, batch, parallel)
- Latency analysis and throughput measurements
- Resource usage and capacity recommendations
### Ollama Embeddings Investigation
- Evaluation of Ollama for semantic search use case
- Comparison with other embedding providers
- Integration considerations with ADR-003 architecture
- Deployment scenarios and operational requirements
## Key Findings
✅ Ollama instance operational and performing well
✅ Reasonable latency for small-medium workloads
✅ Good parallelism support
✅ Suitable for development and small production deployments
## References
- ADR-003: Vector Database Semantic Search
- Ollama API documentation
- nomic-embed-text model specifications
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-10-31 03:07:44 +01:00
Chris Coutinho
0f03541486
Merge branch 'master' of github.com:cbcoutinho/nextcloud-mcp-server
2025-10-31 02:59:53 +01:00
Chris Coutinho
ef07b1a6c9
docs: Add ADRs
2025-10-31 02:59:44 +01:00
Chris Coutinho
4f82357f24
ci: update submodule
2025-10-31 02:59:35 +01:00
Chris Coutinho
c4293b6750
Merge pull request #251 from cbcoutinho/renovate/docker.io-library-nginx-alpine
...
chore(deps): update docker.io/library/nginx:alpine docker digest to b3c656d
2025-10-30 20:23:52 +01:00
renovate-bot-cbcoutinho[bot]
72e4eb3d19
chore(deps): update docker.io/library/nginx:alpine docker digest to b3c656d
2025-10-30 17:06:28 +00:00
Chris Coutinho
47dd2df7aa
Merge pull request #250 from cbcoutinho/renovate/ghcr.io-astral-sh-uv-0.x
...
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.9.6
2025-10-30 12:55:02 +01:00
renovate-bot-cbcoutinho[bot]
9fd2022151
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.9.6
2025-10-29 23:07:53 +00:00
Chris Coutinho
b99dc52c95
docs: Update README with instructions on helm install
2025-10-29 12:47:20 +01:00
Chris Coutinho
78b27fb5e9
Merge pull request #249 from cbcoutinho/renovate/actions-checkout-5.x
...
chore(deps): update actions/checkout action to v5
2025-10-29 12:42:59 +01:00
renovate-bot-cbcoutinho[bot]
03e39a3f94
chore(deps): update actions/checkout action to v5
2025-10-29 11:28:09 +00:00
github-actions[bot]
5259658458
bump: version 0.22.6 → 0.22.7
nextcloud-mcp-server-0.22.7
v0.22.7
2025-10-29 11:18:41 +00:00
Chris Coutinho
e03a3c2e83
fix(helm): Remove image tag overide
2025-10-29 12:18:12 +01:00
Chris Coutinho
94cbd3015d
Merge pull request #248 from cbcoutinho/renovate/pin-dependencies
...
chore(deps): pin dependencies
2025-10-29 12:14:10 +01:00
renovate-bot-cbcoutinho[bot]
49a961cbcc
chore(deps): pin dependencies
2025-10-29 11:06:51 +00:00
github-actions[bot]
e1aca04aff
bump: version 0.22.5 → 0.22.6
nextcloud-mcp-server-0.22.6
v0.22.6
2025-10-29 10:57:44 +00:00
Chris Coutinho
3b12e585ca
fix(helm): Update helm chart with extraArgs
2025-10-29 11:57:13 +01:00
github-actions[bot]
e647c87dd8
bump: version 0.22.4 → 0.22.5
nextcloud-mcp-server-0.22.5
v0.22.5
2025-10-29 10:54:54 +00:00
Chris Coutinho
cb74157d51
fix: Update helm chart variables
2025-10-29 11:54:26 +01:00
github-actions[bot]
202058bdc8
bump: version 0.22.3 → 0.22.4
nextcloud-mcp-server-0.22.4
v0.22.4
2025-10-29 10:44:11 +00:00
Chris Coutinho
c312911538
fix(helm): Update helm version with release
2025-10-29 11:43:30 +01:00
Chris Coutinho
e602684743
fix(helm): Update helm version with release
2025-10-29 11:43:02 +01:00
github-actions[bot]
8221046d8a
bump: version 0.22.2 → 0.22.3
v0.22.3
2025-10-29 10:35:58 +00:00
Chris Coutinho
3e45b6ca25
fix(helm): Update helm version with release
2025-10-29 11:34:58 +01:00
github-actions[bot]
9ec7637579
bump: version 0.22.1 → 0.22.2
nextcloud-mcp-server-0.1.1
v0.22.2
2025-10-29 10:30:39 +00:00
Chris Coutinho
670188f9e4
fix(helm): Update helm version with release
2025-10-29 11:29:59 +01:00
github-actions[bot]
3878beaf65
bump: version 0.22.0 → 0.22.1
v0.22.1
2025-10-29 10:17:08 +00:00
Chris Coutinho
a5a0571bde
fix: Trigger release
2025-10-29 11:16:30 +01:00
github-actions[bot]
0e7e74867f
bump: version 0.21.0 → 0.22.0
nextcloud-mcp-server-0.1.0
v0.22.0
2025-10-29 09:32:27 +00:00
Chris Coutinho
a29045cca4
Merge pull request #246 from cbcoutinho/feature/helm-chart
...
Feature/helm chart
2025-10-29 10:32:02 +01:00
Chris Coutinho
b11c3ddfb6
build: Rename /helm -> /charts
2025-10-29 10:30:48 +01:00
Chris Coutinho
562c102711
feat(server): Add /live & /health endpoints
2025-10-29 10:29:30 +01:00
Chris Coutinho
3c3646bec2
Merge pull request #247 from cbcoutinho/renovate/docker.io-library-nginx-alpine
...
chore(deps): update docker.io/library/nginx:alpine docker digest to 9dacca6
2025-10-29 09:37:07 +01:00
renovate-bot-cbcoutinho[bot]
dd636e6a08
chore(deps): update docker.io/library/nginx:alpine docker digest to 9dacca6
2025-10-29 05:07:08 +00:00
Chris Coutinho
d7a8719d0e
build: Remove duplicate --host
2025-10-29 01:40:36 +01:00
Chris Coutinho
97fa9ef8a7
build: Update helm chart README and instructions
2025-10-29 01:37:08 +01:00
Chris Coutinho
77dd17b3e1
build: fix templating/linting errors
2025-10-29 01:37:07 +01:00
Chris Coutinho
d56ec33b77
build: update helm chart
2025-10-29 01:37:07 +01:00
Chris Coutinho
a1c5acc1c2
feat: Initialize helm chart
2025-10-29 01:37:03 +01:00
Chris Coutinho
e0de2e17e9
Merge pull request #245 from cbcoutinho/renovate/docker.io-library-nextcloud-32.0.1
...
chore(deps): update docker.io/library/nextcloud:32.0.1 docker digest to 1e4eae5
2025-10-28 09:19:39 +01:00
renovate-bot-cbcoutinho[bot]
4fc0cb5a41
chore(deps): update docker.io/library/nextcloud:32.0.1 docker digest to 1e4eae5
2025-10-27 23:10:34 +00:00
Chris Coutinho
ff9cca716b
Merge pull request #243 from cbcoutinho/renovate/astral-sh-setup-uv-digest
...
chore(deps): update astral-sh/setup-uv digest to 8585678
2025-10-26 22:00:45 +01:00
Chris Coutinho
ef4a82e589
Update .github/workflows/release.yml
2025-10-26 22:00:36 +01:00
Chris Coutinho
301c502e57
Merge pull request #244 from cbcoutinho/renovate/astral-sh-setup-uv-7.x
...
chore(deps): update astral-sh/setup-uv action to v7.1.2
2025-10-26 21:59:19 +01:00
renovate-bot-cbcoutinho[bot]
d4d291d6d2
chore(deps): update astral-sh/setup-uv action to v7.1.2
2025-10-26 17:07:33 +00:00
renovate-bot-cbcoutinho[bot]
e4b0ea5093
chore(deps): update astral-sh/setup-uv digest to 8585678
2025-10-26 17:07:29 +00:00
Chris Coutinho
6833f7f117
Merge pull request #242 from cbcoutinho/renovate/pin-dependencies
...
chore(deps): pin downloads.unstructured.io/unstructured-io/unstructured-api docker tag to a43ab55
2025-10-26 02:43:56 +02:00
renovate-bot-cbcoutinho[bot]
7db2a5c586
chore(deps): pin downloads.unstructured.io/unstructured-io/unstructured-api docker tag to a43ab55
2025-10-25 22:05:59 +00:00
Chris Coutinho
b76c10f18c
Merge branch 'docs/oauth-arch'
2025-10-25 22:08:02 +02:00
Chris Coutinho
ab7411d9fd
test: Fix tests
2025-10-25 22:07:46 +02:00