Luciano Silveira
Luciano Silveira
I changed to use docker with a Orin device, got the following error ``` [ INFO] [1679480544.451183545]: Loading nodelet /oak of type depthai_ros_driver/Camera to manager oak_nodelet_manager with the following remappings:...
Yes it is working. Just in case I double checked now using an updated Jetson Xavier NX with JetPack 5.1.1, this is the output ```sh $ python3 depthai_demo.py Using depthai...
I sync to 2.7.1 noetic version and the `depthai_ros_driver` start working!, but as I am working with a Jetson I needed to comment something to compile, could not find a...
Hi I have access again to the device, using JetPack 5.1.1, with ``` Description: Ubuntu 20.04.6 LTS Release: 20.04 ```
Hello, well maybe not the best solution but it worked for me based on this link https://answers.ros.org/question/241027/opencv-no-rule-to-make-target/ Create a symbolic link to solve the case; I did the following cd...
Any idea on how this can be solved? It seems perfect for prototyping the [openAI streaming](https://platform.openai.com/docs/api-reference/chat/create#chat/create-stream) option. Is there an option to upload a custom lambda function to use the...
@MJDeligan not sure if this issue advanced? based on this comments there is no reasonable solution for using a pool for pgvector for the current implementation? In my case I...
OK, please do not close the ticket yet, I will be checking the case on September, is it OK?
I could retest this case using version `0.0.160`, it still returns an error. This is the return from selfquery for the filters ```json\n{\n \"query\": \"revenue\",\n \"filter\": \"eq(\\\"quarter\\\", 2) and eq(\\\"year\\\",...
I got back to a project trying to use this feature. Now using `langchain`: `0.0.214`, can confirm that the problem continues. ``` json\n{\n \"query\": \"revenue\",\n \"filter\": \"eq(\\\"quarter\\\", 2) and eq(\\\"year\\\",...