mpmX
mpmX
think the python interpreter would complain because `last_name` is not declared anywhere
In the meantime, `FindQuery(expressions=[], model=self.model, offset=skip, limit=limit).execute()` works for me
> How do I use this? Can you put up an example code snippet? Assuming your model class is called Entity: ``` from redis_om import FindQuery expressions = [(Entity.some_attribute ==...
@Link009 OpenCV can be used as follow: Instead of calling `tessapi.SetImage(img) ` you can call ``` try: channels = img.shape[2] except IndexError: channels = 1 tessapi.SetImageBytes(img.tobytes(), img.shape[1], img.shape[0], channels, channels*img.shape[1])...
Can you post the Model definition? Maybe it's related to #299
What happens when you set `index` to `False` for the `listing_date` and maybe `search_position`?
Same issue here (agent never terminates): ``` import controlflow as cf from langchain_openai import ChatOpenAI model = ChatOpenAI(base_url="http://192.168.170.42:8000/v1", model="microsoft/Phi-3-small-8k-instruct", temperature=0.1) agent = cf.Agent(model=model) task = cf.Task( objective=f"Find interesting AI usages...
> @mpmX is this with latest release? Yes, latest release. `0.8.2`