You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.semantic-kernel/python/semantic_kernel/connectors/memory/chroma/chroma_memory_store.py
Lines 273 to 274 in a984b41
So far, I've tried passing it as a kwarg in the following:
And if I were to supress it, it would be helpful understanding its behavior a little bit better.
Thanks!
The text was updated successfully, but these errors were encountered: