Skip to content

Commit

Permalink
fix: update to make compatible with later chromadb version
Browse files Browse the repository at this point in the history
containers#806 updated the
version of chromadb used with the rag recipe when run with podman
ai lab.

Update the versions of Langchain and Chromadb clients to be compatible

Signed-off-by: Michael Dawson <mdawson@devrus.com>
  • Loading branch information
mhdawson committed Jan 9, 2025
1 parent 73be4fd commit 4a8211e
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 4a8211e

Please sign in to comment.