Replies: 1 comment
-
Using the SK plugin available here the collection name can be passed using the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Context / Scenario
I have a scenario where my entry point is FunctionCallingStepwisePlanner.
I added some plugins with native functions for mathematic calculates and the plugin TextMemoryPlugin.
My memory is a Qdrant database with a collection called vector_db.
This memory is passed to planner config and TextMemoryPlugin.
Question
I think that I don't have any special.
If the stepwise planner calls automatically to the plugins registered.
How to tell to the planner that TextMemoryPlugin uses my collection_name from Qdrant?
By default, I see that the plugin has a private const DefaultCollection
Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions