It would be nice if it annotated the projects it suggested in the response. The above query talks about a project called "mov" in the "provided code" but I do not see any code provided.
Thanks for the feedback. The "Create a python class that can parse MP4 headers" question is something that Phind should be able to answer well. If it doesn't give an example immediately, following up with "give me an example" usually works well.
Running it again, I got a code example:
> Create a python class that can parse MP4 headers
> To create a Python class that can parse MP4 headers, one can use the pymp4 library available on GitHub.
The Box class from this library can be used to build and parse MP4 headers.
The following code shows an example of using the Box class to build an MP4 header and then parse it:
from pymp4.parser import Box
from io import BytesIO
Interesting, when I went back and did the prompt again it worked, I wonder if this is a context problem, because I just asked multiple questions in the same session on different programming topics.
That question wasn't my first question.
For clarity I asked different questions in the top search box assuming that would kick off a new session.
https://phind.com/search?q=How+should+I+filter+a+dictionary+...
https://phind.com/search?q=How+would+I+use+php+to+encode+wit...
https://phind.com/search?q=How+do+I+get+my+data+from+a+datab...
For more complicated prompts it misses the mark a bit but this may be going outside of the intended use case.
https://phind.com/search?q=Create+a+python+class+that+can+pa...
It would be nice if it annotated the projects it suggested in the response. The above query talks about a project called "mov" in the "provided code" but I do not see any code provided.