alipay / agentUniverse

agentUniverse is a LLM multi-agent framework that allows developers to easily build multi-agent applications.
Apache License 2.0
526 stars 61 forks source link

Fix: Pydantic warning in chroma store, Lock the numpy version to Major 1 #98

Closed AniviaTn closed 2 weeks ago

AniviaTn commented 2 weeks ago

Fix: Pydantic warning in chroma store Fix: Lock the numpy version to Major 1, due to Major 2 cause some chromadb bug Change: Default gunicorn config bind address from 127.0.0.1 to 0.0.0.0