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")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, 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
Answered
I Was Trying To Use The Callback Option In

I was trying to use the callback option in open.ai .completion.create but I was unable to get the call back and it is throwing a json serializable error how to tackle it

  
  
Posted 2 months ago
Votes Newest

Answers 2


Hi @<1719162252994547712:profile|FloppyLeopard12> , not sure what you're trying to do, can you please elaborate?

  
  
Posted 2 months ago

In the documentation of ClearML I Cannot find how can I integrate langchain call back with my GenAI or Azure OpenAI

  
  
Posted 2 months ago
227 Views
2 Answers
2 months ago
2 months ago
Tags