Alex Cureton-Griffiths
Alex Cureton-Griffiths
**FastHub Version: 4.7.3** **Android Version: 11 (SDK: 30)** **Device Information:** - **Manufacturer:** OPPO - **Brand:** OPPO - **Model:** CPH2067 --- Every other language I tried (tbh, only Python and Lua)...
As discussed in various meetings with @lusloher , @aga11313 , @FionnD Kaggle is a lot of hoops for a user to jump through just to get an example working: install,...
After running `jina-now start` I got the "you are not logged in to Jcloud" message. That's not a bad thing! I'm just wondering if we could have it pop up...
I'd really like to showcase NOW on examples.jina.ai. Currently we only have artwork (examples.jina.ai/now) but I'd like to showcase everything we can do (esp since we had ppl asking about...
On [my recently deployed fashion search](https://nowrun.jina.ai/?host=grpcs://nowapi-27a619d4ac.wolf.jina.ai&input_modality=image&output_modality=image&data=deepfashion) the webcam is failing to render anything: 1. Click red START button 2. This comes up and spins for about 10 seconds  3....
The code block [here](https://python.langchain.com/en/latest/modules/agents/tools/examples/google_serper.html#obtaining-results-with-metadata) doesn't run: ```python search = GoogleSerperAPIWrapper() results = search.results("Apple Inc.") pprint.pp(results) ``` Doing so results in: ``` AttributeError: 'GoogleSerperAPIWrapper' object has no attribute 'results' ``` This...
Just installed Glass on FreeCAD 0.20.2 on Arch Linux and having this issue. Transparency isn't happening and Report view is showing errors  Here's the error message: ``` 18:16:05 Traceback...
Would you be cool with us adding this to our [community examples](https://github.com/jina-ai/examples#community-examples)?
`llm.summarize()` works totally as expected. `llm.chunked_summarize()` just returns the original input data without any processing behind the scenes (it returns output instantly, so I don't think it's sending to OpenAI)...