mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-25 04:25:23 -04:00
[PR #167] [CLOSED] Add latest openAI embedding model (text-embedding-3-large) #325
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Mintplex-Labs/vector-admin/pull/167
Author: @gooduru-vineeth
Created: 4/7/2025
Status: ❌ Closed
Base:
master← Head:add-latest-embedding-model📝 Commits (4)
5717d5afix: update to openAI latest embedding modelfb76ef8update to text to page_content key7b4f9c1fix: Text Chunk FE issue6060d9aMerge 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
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
yarn lintfrom the root of the repo & committed changes🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
[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)