WrenAI
WrenAI copied to clipboard
wren-ai-service - ERROR - ask pipeline - NO_RELEVANT_SQL:
Hi Team,
I have just installed Wren with Ollama with this config
LLM_PROVIDER=ollama_llm GENERATION_MODEL=mistral-nemo:latest EMBEDDER_PROVIDER=ollama_embedder EMBEDDING_MODEL=mxbai-embed-large EMBEDDING_MODEL_DIMENSION=1024
None of the three examples of the E-Commerce (or NBA) worked for me with (after more than one minute) the error:
2024-09-03 17:02:29 2024-09-03 20:02:29,912 - wren-ai-service - ERROR - ask pipeline - NO_RELEVANT_SQL: What are the top 3 value for orders placed by customers in each city? (ask.py:233)
I have managed to make it work only with a simple question like How many orders are there? That also took more than 1 minute to reply 181
Should I change the EMBEDDING_MODEL_DIMENSION or something else? Thanks in advance