Find answers from the community

Home
Members
bhomass
b
bhomass
Offline, last seen 3 months ago
Joined September 25, 2024
clearly 001 is a much stronger match from cosine similarity point of view
2 comments
L
can someone help clarify whether final_engine.query(query_str) does indeed consider the node.metadata fields? if so, why didn't it see the step_id field?
2 comments
b
L
b
bhomass
·

Src key

HI, having trouble getting a unconventional input to work with query pipeline. I want to feed in 2 arguments into p.run(arg1, arg2). Inside the query pipeline, I use InputComponent to link to multiple modules, but sometimes I need to feed arg1 to a module, and arg2 to another module. I thought source_key would specify which is which. I don't any sample code that shows how to use source_key. if not source_key, what is the way to implement this?
2 comments
b
L