iusztinpaul / hands-on-llms

๐Ÿฆ– ๐—Ÿ๐—ฒ๐—ฎ๐—ฟ๐—ป about ๐—Ÿ๐—Ÿ๐— ๐˜€, ๐—Ÿ๐—Ÿ๐— ๐—ข๐—ฝ๐˜€, and ๐˜ƒ๐—ฒ๐—ฐ๐˜๐—ผ๐—ฟ ๐——๐—•๐˜€ for free by designing, training, and deploying a real-time financial advisor LLM system ~ ๐˜ด๐˜ฐ๐˜ถ๐˜ณ๐˜ค๐˜ฆ ๐˜ค๐˜ฐ๐˜ฅ๐˜ฆ + ๐˜ท๐˜ช๐˜ฅ๐˜ฆ๐˜ฐ & ๐˜ณ๐˜ฆ๐˜ข๐˜ฅ๐˜ช๐˜ฏ๐˜จ ๐˜ฎ๐˜ข๐˜ต๐˜ฆ๐˜ณ๐˜ช๐˜ข๐˜ญ๐˜ด
MIT License
3.12k stars 483 forks source link

Running on aws ubuntu #73

Open ashishodu2023 opened 8 months ago

ashishodu2023 commented 8 months ago

RUST_BACKTRACE=full poetry run python -m bytewax.run tools.run_real_time:build_flow 2024-03-16 01:16:27,321 - INFO - Initializing env vars... 2024-03-16 01:16:27,322 - INFO - Loading environment variables from: .env 2024-03-16 01:16:30,824 - INFO - HTTP Request: GET https://475ea256-3440-4488-8d03-627b9c0f6ba0.us-east4-0.gcp.cloud.qdrant.io:6333/collections/alpaca_financial_news "HTTP/2 200 OK" Traceback (most recent call last): File "/home/ubuntu/.cache/pypoetry/virtualenvs/streaming-pipeline-En05NEtH-py3.10/lib/python3.10/site-packages/qdrant_client/http/api_client.py", line 88, in send return parse_astype(response.json(), type) File "/home/ubuntu/.cache/pypoetry/virtualenvs/streaming-pipeline-En05NEtH-py3.10/lib/python3.10/site-packages/qdrant_client/http/api_client.py", line 201, in parse_as_type return model_type(obj=obj).obj File "pydantic/main.py", line 341, in pydantic.main.BaseModel.init pydantic.error_wrappers.ValidationError: 1 validation error for ParsingModel[InlineResponse2005] (for parse_as_type) obj -> result -> config -> optimizer_config -> max_optimization_threads none is not an allowed value (type=type_error.none.not_allowed)