Skip to content

Python: Suppress ChromaDB-related warning #12148

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
dlawrences opened this issue May 18, 2025 · 0 comments
Open

Python: Suppress ChromaDB-related warning #12148

dlawrences opened this issue May 18, 2025 · 0 comments
Assignees
Labels
memory connector python Pull requests for the Python Semantic Kernel

Comments

@dlawrences
Copy link

dlawrences commented May 18, 2025

Hi team,

I'm trying to determine how I could suppress the following warning from appearing in the output that I'm getting from prompting models. I'm using Semantic Kernel with ChromaDB as a Memory Store, as you'd appreciate. I suppose the with_embeddings arg is likely passed as a kwarg, but I can't tell through which class.

"Chroma returns distance score not cosine similarity score.\
So embeddings are automatically queried from database for calculation."

So far, I've tried passing it as a kwarg in the following:

  • ChromaMemoryStore
  • KernelArguments

And if I were to supress it, it would be helpful understanding its behavior a little bit better.

Thanks!

@markwallace-microsoft markwallace-microsoft added python Pull requests for the Python Semantic Kernel triage labels May 18, 2025
@github-actions github-actions bot changed the title Suppress ChromaDB-related warning Python: Suppress ChromaDB-related warning May 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
memory connector python Pull requests for the Python Semantic Kernel
Projects
Status: No status
Development

No branches or pull requests

4 participants