Skip to content
This repository was archived by the owner on Aug 14, 2026. It is now read-only.
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 src/extensions/vectorstores/requirements.txt
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
# Shared requirements
openai==1.9.0
tiktoken
langchain==0.1.11
langchain==0.3.7

# Chroma requirements
chromadb==0.4.22
Expand All@@ -16,7 +16,7 @@ requests
# Pinecone requirements
pinecone-client==3.0.1
tiktoken
langchain==0.1.11
langchain==0.3.7

# OpenSearch requirements
opensearch-py==2.5.0
Expand Down