[PR #167] [CLOSED] Add latest openAI embedding model (text-embedding-3-large) #325

Closed
opened 2026-02-23 17:21:15 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/vector-admin/pull/167
Author: @gooduru-vineeth
Created: 4/7/2025
Status: Closed

Base: masterHead: add-latest-embedding-model


📝 Commits (4)

  • 5717d5a fix: update to openAI latest embedding model
  • fb76ef8 update to text to page_content key
  • 7b4f9c1 fix: Text Chunk FE issue
  • 6060d9a Merge branch 'Mintplex-Labs:master' into add-latest-embedding-model

📊 Changes

16 files changed (+56 additions, -55 deletions)

View changed files

📝 backend/utils/openAi/index.js (+2 -2)
📝 backend/utils/tokenizer/index.js (+1 -1)
📝 backend/utils/vectordatabases/providers/chroma/index.js (+5 -5)
📝 backend/utils/vectordatabases/providers/pinecone/index.js (+6 -6)
📝 backend/utils/vectordatabases/providers/qdrant/index.js (+5 -5)
📝 backend/utils/vectordatabases/providers/weaviate/index.js (+4 -4)
📝 docker/docker-compose.yml (+2 -2)
📝 document-processor/scripts/utils.py (+2 -1)
📝 frontend/src/pages/DocumentView/FragmentList/DeleteEmbeddingConfirmation/index.tsx (+1 -1)
📝 frontend/src/pages/DocumentView/FragmentList/EditEmbeddingConfirmation/index.tsx (+2 -2)
📝 frontend/src/pages/DocumentView/FragmentList/index.tsx (+5 -5)
📝 workers/functions/cloneQDrantWorkspace/index.js (+1 -1)
📝 workers/functions/migrateOrganization/index.js (+1 -1)
📝 workers/functions/newWorkspace/index.js (+1 -1)
📝 workers/functions/updateEmbedding/index.js (+8 -8)
📝 workers/functions/updateEmbeddingMetadata/index.js (+10 -10)

📄 Description

Pull Request Type

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

Relevant Issues

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

  • 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/vector-admin/pull/167 **Author:** [@gooduru-vineeth](https://github.com/gooduru-vineeth) **Created:** 4/7/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-latest-embedding-model` --- ### 📝 Commits (4) - [`5717d5a`](https://github.com/Mintplex-Labs/vector-admin/commit/5717d5a37c31c3c4f3f74623069b312d9ab2ad71) fix: update to openAI latest embedding model - [`fb76ef8`](https://github.com/Mintplex-Labs/vector-admin/commit/fb76ef85f7f39edae4f6e73cff44e23afb0cd740) update to text to page_content key - [`7b4f9c1`](https://github.com/Mintplex-Labs/vector-admin/commit/7b4f9c140b53be79547fe75906b275a7a5e956e6) fix: Text Chunk FE issue - [`6060d9a`](https://github.com/Mintplex-Labs/vector-admin/commit/6060d9a1f328b710bd3b7d4dbb96931458b03c98) Merge branch 'Mintplex-Labs:master' into add-latest-embedding-model ### 📊 Changes **16 files changed** (+56 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `backend/utils/openAi/index.js` (+2 -2) 📝 `backend/utils/tokenizer/index.js` (+1 -1) 📝 `backend/utils/vectordatabases/providers/chroma/index.js` (+5 -5) 📝 `backend/utils/vectordatabases/providers/pinecone/index.js` (+6 -6) 📝 `backend/utils/vectordatabases/providers/qdrant/index.js` (+5 -5) 📝 `backend/utils/vectordatabases/providers/weaviate/index.js` (+4 -4) 📝 `docker/docker-compose.yml` (+2 -2) 📝 `document-processor/scripts/utils.py` (+2 -1) 📝 `frontend/src/pages/DocumentView/FragmentList/DeleteEmbeddingConfirmation/index.tsx` (+1 -1) 📝 `frontend/src/pages/DocumentView/FragmentList/EditEmbeddingConfirmation/index.tsx` (+2 -2) 📝 `frontend/src/pages/DocumentView/FragmentList/index.tsx` (+5 -5) 📝 `workers/functions/cloneQDrantWorkspace/index.js` (+1 -1) 📝 `workers/functions/migrateOrganization/index.js` (+1 -1) 📝 `workers/functions/newWorkspace/index.js` (+1 -1) 📝 `workers/functions/updateEmbedding/index.js` (+8 -8) 📝 `workers/functions/updateEmbeddingMetadata/index.js` (+10 -10) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [x] 🐛 fix - [x] ♻️ 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 - [x] 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-23 17:21:15 -05:00
yindo closed this issue 2026-02-23 17:21:15 -05:00
yindo changed title from [PR #167] [CLOSED] Add latest openAI embedding model (text-embedding-3-large) to [PR #167] [CLOSED] Add latest openAI embedding model (text-embedding-3-large) 2026-06-05 15:24:12 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/vector-admin#325