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 am passing into a chat flow a variable with the version of a document set.
In a DocumentStore node, I then want to use a store which is based on the version, eg. version is 1 => DocSet_1, version is 2 => DocSet_2.
How is that possible?
If that is not possible, maybe another approach would be to use a VectorStore node and use a variable for setting the collection name. How can that be done?
I tried things like DocSet_{{$vars.version}} in the collection field, but the variable was not resolved.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am passing into a chat flow a variable with the version of a document set.
In a DocumentStore node, I then want to use a store which is based on the version, eg. version is 1 => DocSet_1, version is 2 => DocSet_2.
How is that possible?
If that is not possible, maybe another approach would be to use a VectorStore node and use a variable for setting the collection name. How can that be done?
I tried things like DocSet_{{$vars.version}} in the collection field, but the variable was not resolved.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions