Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"fs-extra": "^11.1.1",
"hnswlib-node": "1.4.2",
"html-to-text": "^9.0.5",
"langchain": "^0.0.163",
"langchain": "^0.1.29",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Upgrade langchain to 0.1.29 without API migration breaks build

Bumping langchain to ^0.1.29 pulls in the new 0.1.x release where provider code was split into packages like @langchain/openai and @langchain/community; the old entrypoints langchain/llms/openai, embeddings/openai, vectorstores/hnswlib, and document loaders are no longer exported. The current code still imports those paths (e.g., src/index.ts lines 3–14 and src/lib/contextManager.ts lines 3–13), so installing dependencies and running the app will fail immediately with module-not-found/compile errors. Either revert to 0.0.x or migrate the imports and add the new packages before upgrading.

Useful? React with 👍 / 👎.

"mammoth": "^1.6.0",
"ora": "^7.0.1",
"pdf-parse": "^1.1.1",
Expand Down