Ersa Asyhar
Ersa Asyhar
config.yaml file: type: llm provider: litellm_llm models: - model: bedrock/amazon.titan-text-express-v1 alias: default-1 api_base: https://bedrock-runtime.${AWS_REGION_NAME}.amazonaws.com kwargs: temperature: 0.7 top_p: 0.9 response_format: type: text aws_access_key_id: ${AWS_ACCESS_KEY_ID} aws_secret_access_key: ${AWS_SECRET_ACCESS_KEY} aws_region_name: ${AWS_REGION_NAME} - model:...
wren-ai-service.log: ******************************************************************************** > embedding [src.pipelines.indexing.db_schema.embedding()] encountered an error< > Node inputs: {'chunk': "
thanks, I'm using your recommendation: # version # CHANGE THIS TO THE LATEST VERSION WREN_PRODUCT_VERSION=0.19.1 WREN_ENGINE_VERSION=0.14.8 WREN_AI_SERVICE_VERSION=0.19.2 IBIS_SERVER_VERSION=0.14.8 WREN_UI_VERSION=0.24.1 WREN_BOOTSTRAP_VERSION=0.1.5 but still I got this error message: ``` File "/src/pipelines/retrieval/retrieval.py",...