Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Unanswered
Developing Bots using BDK for Python: Demo: Configuration & Hello World: BDK Resolution.


Hi, under the 3.10.5 interpreter are you sure you have the symphony-bdk-python package installed? Something like

pip3 install symphony-bdk-python

should do it if you use pip.

  
  
Posted one year ago
  
  

okay, not sure what it was but re-executing the three commands again resolved the issue. the problem seems to be related to installing python3-pip where the last line returned a "Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
/sbin/ldconfig.real: /usr/lib/wsl/lib/libcuda.so.1 is not a symbolic link"

reinstalled python3-pip and the 3 command lines as in the demo and it all works now.

Ken M.   one year ago Report
306 Views
0 Answers
one year ago
one year ago