FeiMatrix-Synapse / requirements.txt
aifeifei798's picture
Upload requirements.txt
91aa34c verified
raw
history blame
255 Bytes
# Core
gradio
python-dotenv
# LangChain & Google
langchain
langchain-core
langchain-google-genai
google-generativeai
# Vector DB
pymilvus
marshmallow<3.13.0 # <--- 添加这一行来解决版本冲突!
# Tools
requests
beautifulsoup4