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
4 changes: 2 additions & 2 deletions lib/rag/layer/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# Heavy document processing happens in container: lib/rag/ingestion/ingestion-image/

# Core langchain package for vector store base classes
langchain-core==1.2.17
langchain-core==1.2.26

# langchain-community for OpenSearchVectorSearch and PGVector classes
# This package has many optional dependencies - we only need the core vectorstore functionality
Expand All @@ -25,7 +25,7 @@ requests-aws4auth==1.3.1

# Required by langchain-community for vector operations
# NumPy 2.x has pre-built wheels - pin to specific version to avoid source builds
numpy==2.4.2
numpy==2.4.4

# psycopg2-binary provided by Common Layer
# boto3/botocore provided by Lambda runtime
Expand Down
Loading