erenirmak

Results 7 issues of erenirmak

WSDL URL: https://api.ibb.gov.tr/iett/UlasimAnaVeri/HatDurakGuzergah.asmx?wsdl Generate error: ```python from zeep import Client wsdl_url = "https://api.ibb.gov.tr/iett/UlasimAnaVeri/HatDurakGuzergah.asmx?wsdl" client = Client(wsdl=wsdl_url) ``` I suspect this is some kind of bug with open-source WSDL. I tried...

There is a new technology trend: AI Agents. It is possible to integrate LLM models with external tools or websites using agent framework libraries. Dota streamer can get his/her own...

Hello, The dependency on pdf2image and poppler-utils gave me some headaches because it is not possible to install poppler-utils in my work environment. So, I implemented custom classes that does...

It is great to have a framework for creating agents with no-code, but observability is also important for debugging and identifying bottlenecks. Is it possible to implement an integration with...

I initialized a pyspur project and configured PostgreSQL database connection but during the initialization process, I received this error: (llm) user@raspberrypi:~/Desktop/Projects/PySpur-agent/theasy $ pyspur serve ✓ Loaded configuration from .env Running...

I ran PySpur with, pyspur serve --sqlite and I configured a basic RAG, uploaded 64 PDF files but during the collection creation, received this error: ![Image](https://github.com/user-attachments/assets/6160f2f9-3255-4691-a8aa-40afa56a2953) and I also investigated...

Torch is used in many AI/ML works and added support for torch can ease writing articles that uses torch operations, e.g. torch.matmul(), torch.einsum() etc.

feature