Paul Cohen

Results 63 comments of Paul Cohen

Sure, it's long though. .env file is pretty basic, using Open AI, I think I have all the required params: OPENAI_API_KEY=sk-xx OLLAMA_BASE_URL=http://host.docker.internal:11434 NEO4J_URI=neo4j://localhost:7687 NEO4J_USERNAME=neo4j NEO4J_PASSWORD=password LLM=gpt3.5 EMBEDDING_MODEL=openai Issue could be...

Thanks for the info. I think ignoring Windows is going to cost you developer uptake. Advising to use Ubuntu is ok from a technical perspective, but the reality is services...

Still not having luck under Ubuntu. #1 Local test Okay, I tried running it locally under WSL2 in Windows 11 in Ubuntu with a .venv following the readme. Executing the...

#3 Creating directly on the cloud @ https://cloud.jina.ai/ I tried creating an executor in the cloud directly by upload, which went ok, but you can't create flows or apps directly?...

Yeah, sorry, too busy on other projects atm. All the details are there though. Suerte!

Confirm the same issue occurs with win 11 and latest Docker desktop. Solution was https://github.com/docker/for-win/issues/13345#issuecomment-1727929905 except the location to change is in "C:\Users\[USER]\AppData\Roaming\Docker\settings.json"

Sure, I just prefer seeing complete paths rather than virtual. Either way is fine if it resolves to where you need to get to. The bigger issue is Docker Desktop...

There are a few ways to do it now (apparently) but this is the one that reliably worked for me: ``` If you want to move WSL2 Linux distro(Ubuntu) from...

I'm not using conda, I'm using a straight VSCode git clone with .venv for pip install requirements.txt I'd rather KISS. Is there any way to get it working properly using...

Okay, thanks for the info. @assafelovic Any thoughts? Could you adjust the installation documentation to reflect this? Even better, replace WeasyPrint due to the GTK dependency and hassle installing it...