mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-24 09:20:52 +00:00

Resolves #5994 Open AI moved `openai.types.beta.vector_store` to `openai.types.vector_store`. https://github.com/openai/openai-python/compare/v1.65.5...v1.66.0 Also fixed unit tests and use parameterized fixture to run all scenarios.
AutoGen Extensions
AutoGen is designed to be extensible. The autogen-ext
package contains many different component implementations maintained by the AutoGen project. However, we strongly encourage others to build their own components and publish them as part of the ecosytem.