mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-05-01 07:44:28 -05:00
What it does - Pins all core dependencies in `requirements.txt` to specific versions to ensure environment stability and prevent future breaking changes. - Adds `langchain-text-splitters==1.0.0` and updates code to use the compatible import instead of the deprecated `langchain.text_splitter`. - Ensures the app runs consistently across different environments and with the current versions of OpenAI and LangChain libraries.
9 lines
191 B
Plaintext
9 lines
191 B
Plaintext
openai-agents==0.4.2
|
|
streamlit==1.51.0
|
|
qdrant-client==1.15.1
|
|
fastembed==0.7.3
|
|
langchain==1.0.3
|
|
langchain-community==0.4.1
|
|
langchain-openai==1.0.2
|
|
openai==2.7.1
|
|
langchain-text-splitters==1.0.0 |