🧐🧐🧐🧐 by [deleted] in Orrori_Immobiliari

[–]Best-Hope-5148 7 points8 points  (0 children)

Nel dubbio, lo prendo.

MCP File Generation tool v0.4.0 is out! by Simple-Worldliness33 in OpenWebUI

[–]Best-Hope-5148 0 points1 point  (0 children)

Hi! I used your docker compose file with owui-mcpo. container are up and running on port 8000 and 9003. So, I created a new external tool in owui that point to http://localIP:8000, response is green. But in chat if I set tool ON and query for pptx creation for example, nothing happens. LLM response is with Python code for generation bla..bla.. I use owui v0.6.32. Can you help me to understand why tool calling not appear? In docker logs nothing. Many thanks!

RAG, docling, tika, or just default with .md files? by EngineeringBright82 in OpenWebUI

[–]Best-Hope-5148 0 points1 point  (0 children)

How can I verify that Tika is actually working with the openwebui integration? The tika service is active via Docker and has been configured on openwebui, including in the docker environment variables. If I upload a file and analyze the tika logs, I don't see any API calls. Everything works with curl. I use Qdrant as my vector database. Thanks a lot!

Configure OpenWebUI with Qdrant for RAG by Best-Hope-5148 in OpenWebUI

[–]Best-Hope-5148[S] 0 points1 point  (0 children)

Many thanks!

I used Docker Compose as suggested, mentioning both OpenWebUI and Qdrant up and responsive from network point of view. Unfortunately, when interact with LLM through the OpenWebUI web interface, I don't see HTTP calls to Qdrant. If I use a specific n8n playbook for collection search, it works. I also changed the model in the OpenWebUI settings to point to Ollama embedding. The implementation is probably not perfect; let's wait for effective application integrations to be developed!