[PR #4205] [CLOSED] Docs/ollama embedder improvements #4554

Closed
opened 2026-02-22 18:36:04 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4205
Author: @Dewars30
Created: 7/27/2025
Status: Closed

Base: masterHead: docs/ollama-embedder-improvements


📝 Commits (3)

  • cfe6599 docs: Update Ollama embedder documentation with supported models and migration notes
  • f5928b1 docs: Add PR description and test logs for Ollama documentation improvements
  • 88ba831 Enhance Ollama embedding model discovery and integration

📊 Changes

21 files changed (+19306 additions, -647 deletions)

View changed files

.github/workflows/e2e-tests.yml (+217 -0)
MIGRATION_NOTES.md (+85 -0)
PR_DESCRIPTION.md (+96 -0)
📝 README.md (+6 -0)
TEST_LOG.md (+127 -0)
e2e/README.md (+118 -0)
e2e/docker/docker-compose.test.yml (+23 -0)
e2e/docker/mock-responses/api/tags.json (+84 -0)
e2e/docker/nginx-mock.conf (+49 -0)
e2e/fixtures/global-setup.js (+106 -0)
e2e/fixtures/global-teardown.js (+46 -0)
e2e/package.json (+15 -0)
e2e/playwright.config.js (+89 -0)
e2e/tests/embedding-providers.spec.js (+289 -0)
e2e/utils/ollama-client.js (+99 -0)
📝 frontend/src/components/EmbeddingSelection/OllamaOptions/index.jsx (+46 -2)
server/__tests__/utils/helpers/customModels.test.js (+146 -0)
📝 server/endpoints/system.js (+99 -0)
server/package-lock.json (+17042 -0)
📝 server/utils/helpers/customModels.js (+40 -11)

...and 1 more files

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #xxx

What is in this change?

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/4205 **Author:** [@Dewars30](https://github.com/Dewars30) **Created:** 7/27/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `docs/ollama-embedder-improvements` --- ### 📝 Commits (3) - [`cfe6599`](https://github.com/Mintplex-Labs/anything-llm/commit/cfe65990459bd3fdf879fec5d78f35754be18fbf) docs: Update Ollama embedder documentation with supported models and migration notes - [`f5928b1`](https://github.com/Mintplex-Labs/anything-llm/commit/f5928b13985f18d1e2dacf715a955b0129480430) docs: Add PR description and test logs for Ollama documentation improvements - [`88ba831`](https://github.com/Mintplex-Labs/anything-llm/commit/88ba831c5df5947ef73989f69c860c81fb41c310) Enhance Ollama embedding model discovery and integration ### 📊 Changes **21 files changed** (+19306 additions, -647 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/e2e-tests.yml` (+217 -0) ➕ `MIGRATION_NOTES.md` (+85 -0) ➕ `PR_DESCRIPTION.md` (+96 -0) 📝 `README.md` (+6 -0) ➕ `TEST_LOG.md` (+127 -0) ➕ `e2e/README.md` (+118 -0) ➕ `e2e/docker/docker-compose.test.yml` (+23 -0) ➕ `e2e/docker/mock-responses/api/tags.json` (+84 -0) ➕ `e2e/docker/nginx-mock.conf` (+49 -0) ➕ `e2e/fixtures/global-setup.js` (+106 -0) ➕ `e2e/fixtures/global-teardown.js` (+46 -0) ➕ `e2e/package.json` (+15 -0) ➕ `e2e/playwright.config.js` (+89 -0) ➕ `e2e/tests/embedding-providers.spec.js` (+289 -0) ➕ `e2e/utils/ollama-client.js` (+99 -0) 📝 `frontend/src/components/EmbeddingSelection/OllamaOptions/index.jsx` (+46 -2) ➕ `server/__tests__/utils/helpers/customModels.test.js` (+146 -0) 📝 `server/endpoints/system.js` (+99 -0) ➕ `server/package-lock.json` (+17042 -0) 📝 `server/utils/helpers/customModels.js` (+40 -11) _...and 1 more files_ </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #xxx ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [ ] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated - [ ] I have tested my code functionality - [ ] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:36:04 -05:00
yindo closed this issue 2026-02-22 18:36:04 -05:00
yindo changed title from [PR #4205] Docs/ollama embedder improvements to [PR #4205] [CLOSED] Docs/ollama embedder improvements 2026-06-05 15:19:09 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4554