nemesisq3a

Results 5 comments of nemesisq3a

> @nemesisq3a could you provide your config.yaml? Thanks Sure! Thanks ``` type: llm provider: litellm_llm timeout: 120 models: - model: gpt-4o-mini-2024-07-18 api_base: https://api.openai.com/v1 api_key_name: LLM_OPENAI_API_KEY kwargs: temperature: 0 n: 1...

> Since Wren AI is running in containers, you may need to add Ollama to the same docker network of WrenAI's, and change the url of embedding model accordingly Ollama...

> [@nemesisq3a](https://github.com/nemesisq3a) could you join discord, let's schedule a time so that you could you share your screen with me and we could look at the issue together? > >...

Ok, I replicated the configuration on my desktop PC and same get_document_embedder error.. This evening coming back from office I'll try the example linked. Just one question before doing, reading...

As I wrote on discord I tried using the provided example. Here's the code: ``` type: llm provider: litellm_llm timeout: 120 models: - api_base: http://ollama:11434/v1 # change this to your...