Skip to content

Commit

Permalink
Merge pull request #841 from mhdawson/work-with-later-chroma
Browse files Browse the repository at this point in the history
fix: update Rag Node.js recipie to make compatible with later chromadb version
  • Loading branch information
Gregory-Pereira authored Jan 13, 2025
2 parents 73be4fd + 4a8211e commit 28819ab
Show file tree
Hide file tree
Showing 6 changed files with 5,157 additions and 3,266 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
/// <reference types="next/navigation-types/compat/navigation" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ module.exports = {

// Indicate that these packages should not be bundled by webpack
experimental: {
serverComponentsExternalPackages: ['sharp', 'onnxruntime-node', 'chromadb' ],
serverComponentsExternalPackages: ['sharp', 'onnxruntime-node', 'chromadb', '@xenova/transformers' ],
},
};
Loading

0 comments on commit 28819ab

Please sign in to comment.