autogen/python/samples
Macon Pegram 196be34cb6
[Bugfix] Fix for Issue #6241 - ChromaDB removed IncludeEnum (#6260)
<!-- Thank you for your contribution! Please review
https://microsoft.github.io/autogen/docs/Contribute before opening a
pull request. -->

<!-- Please add a reviewer to the assignee section when you create a PR.
If you don't have the access to it, we will shortly find a reviewer and
assign them to your PR. -->

## Why are these changes needed?

`IncludeEnum` was removed in ChromaDB when it was updated to `1.0.0`.
This caused issues when using `ChromaDBVectorMemory`. This PR fixes
those issues

## Related issue number

Closes #6241

## Checks

- [x] I've included any doc changes needed for
<https://microsoft.github.io/autogen/>. See
<https://github.com/microsoft/autogen/blob/main/CONTRIBUTING.md> to
build and test documentation locally.
- [x] I've added tests (if relevant) corresponding to the changes
introduced in this PR.
- [x] I've made sure all auto checks have passed.

---------

Co-authored-by: Victor Dibia <victordibia@microsoft.com>
2025-04-10 09:41:41 -07:00
..
agentchat_chainlit Add author name before their message in Chainlit team sample (#5878) 2025-03-08 19:45:49 -08:00
agentchat_chess_game Clean chess examples. (#6203) 2025-04-04 10:57:40 -07:00
agentchat_fastapi Add sample chat application with FastAPI (#5433) 2025-02-07 20:17:56 +00:00
agentchat_graphrag Properly close model clients in documentation and samples (#5898) 2025-03-20 07:50:14 +00:00
agentchat_streamlit Use class hierarchy to organize AgentChat message types and introduce StructuredMessage type (#5998) 2025-03-26 16:19:52 -07:00
core_async_human_in_the_loop Properly close model clients in documentation and samples (#5898) 2025-03-20 07:50:14 +00:00
core_chess_game Properly close model clients in documentation and samples (#5898) 2025-03-20 07:50:14 +00:00
core_distributed-group-chat Clean chess examples. (#6203) 2025-04-04 10:57:40 -07:00
core_grpc_worker_runtime fix: Make race condition between channel open and RPC less likely to occur (#5514) 2025-02-12 16:40:52 -05:00
core_semantic_router fix: Make race condition between channel open and RPC less likely to occur (#5514) 2025-02-12 16:40:52 -05:00
core_xlang_hello_python_agent Improve e2e integration tests and isolate tests from other things; includes patch to Serializer (#5497) 2025-02-13 16:43:57 -08:00
gitty [Bugfix] Fix for Issue #6241 - ChromaDB removed IncludeEnum (#6260) 2025-04-10 09:41:41 -07:00
task_centric_memory Expose more Task-Centric Memory parameters (#6246) 2025-04-08 15:13:34 -07:00