[PR #79] [MERGED] fix: embedding calc of file uploads #89

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/chat-llamaindex/pull/79
Author: @marcusschiesser
Created: 2/28/2024
Status: Merged
Merged: 2/28/2024
Merged by: @marcusschiesser

Base: mainHead: ms/fix-file-upload


📝 Commits (4)

  • f3e69a8 fix: embedding calc of file uploads
  • 284067f fix: remove serverComponentsExternalPackages
  • 01df3bb fix: use moduleResolution "bundler"
  • 85e017a add serverComponentsExternalPackages for pdf-parse

📊 Changes

6 files changed (+260 additions, -67 deletions)

View changed files

📝 app/api/fetch/embeddings.ts (+9 -11)
📝 app/api/llm/route.ts (+2 -2)
📝 next.config.mjs (+36 -23)
📝 package.json (+3 -2)
📝 pnpm-lock.yaml (+209 -28)
📝 tsconfig.json (+1 -1)

📄 Description

fixes https://github.com/run-llama/chat-llamaindex/pull/76#issuecomment-1968349193


🔄 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/run-llama/chat-llamaindex/pull/79 **Author:** [@marcusschiesser](https://github.com/marcusschiesser) **Created:** 2/28/2024 **Status:** ✅ Merged **Merged:** 2/28/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `ms/fix-file-upload` --- ### 📝 Commits (4) - [`f3e69a8`](https://github.com/run-llama/chat-llamaindex/commit/f3e69a88751a1968598157919c61a6cbd93597e8) fix: embedding calc of file uploads - [`284067f`](https://github.com/run-llama/chat-llamaindex/commit/284067f0b459dd00f8acfe7c010597508bc1b7b4) fix: remove serverComponentsExternalPackages - [`01df3bb`](https://github.com/run-llama/chat-llamaindex/commit/01df3bb54a1a3cff46bb1b69c632e0de192f3c78) fix: use moduleResolution "bundler" - [`85e017a`](https://github.com/run-llama/chat-llamaindex/commit/85e017ada4b0754faba28c7eaf7ac2acffb20be0) add serverComponentsExternalPackages for pdf-parse ### 📊 Changes **6 files changed** (+260 additions, -67 deletions) <details> <summary>View changed files</summary> 📝 `app/api/fetch/embeddings.ts` (+9 -11) 📝 `app/api/llm/route.ts` (+2 -2) 📝 `next.config.mjs` (+36 -23) 📝 `package.json` (+3 -2) 📝 `pnpm-lock.yaml` (+209 -28) 📝 `tsconfig.json` (+1 -1) </details> ### 📄 Description fixes https://github.com/run-llama/chat-llamaindex/pull/76#issuecomment-1968349193 --- <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-15 23:17:13 -05:00
yindo closed this issue 2026-02-15 23:17:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/chat-llamaindex#89