llm-twin-course icon indicating copy to clipboard operation
llm-twin-course copied to clipboard

Where should I start with this code at the Course1

Open RemixaWorld opened this issue 1 year ago • 3 comments
trafficstars

Thank you for your selfless sharing! I hope this message finds you well. I am new to this project and very excited about contributing to it. I have gone through the readme but find myself a bit lost on, where to begin with running course1.

I apologize if this information is available and I missed it. I am eager to learn and any guidance you can provide would be greatly appreciated.

RemixaWorld avatar Jul 01 '24 09:07 RemixaWorld

Hey, @Remixa-python First you have to study lesson 1 then come to the repository and check the course folder from there you can start your coding practice.

mukeshbhandarkar avatar Jul 09 '24 20:07 mukeshbhandarkar

Hello,

The easier way is to follow the articles, but I also added an INSTALL_AND_USAGE.md doc to make things easier to run.

iusztinpaul avatar Aug 03 '24 06:08 iusztinpaul

I am getting this error when running docker logs llm-twin-bytewax 2024-08-07 10:04:59 [info ] Couldn't access the collection. Creating a new one... cls=data_flow.stream_output collection_name=cleaned_posts 2024-08-07 10:04:59 [info ] Couldn't access the collection. Creating a new one... cls=data_flow.stream_output collection_name=cleaned_articles 2024-08-07 10:04:59 [info ] Couldn't access the collection. Creating a new one... cls=data_flow.stream_output collection_name=cleaned_repositories 2024-08-07 10:04:59 [info ] Couldn't access the collection. Creating a new one... cls=data_flow.stream_output collection_name=vector_posts 2024-08-07 10:04:59 [info ] Couldn't access the collection. Creating a new one... cls=data_flow.stream_output collection_name=vector_articles 2024-08-07 10:04:59 [info ] Couldn't access the collection. Creating a new one... cls=data_flow.stream_output collection_name=vector_repositories 2024-08-07 10:04:59 [error ] Error while fetching message from queue. cls=data_flow.stream_input queue_name=default 2024-08-07 10:05:09 [error ] Error while fetching message from queue. cls=data_flow.stream_input queue_name=default 2024-08-07 10:05:19 [info ] Received message. cls=data_logic.dispatchers data_type=users thread '' panicked at src/operators/mod.rs:169:33: Box<dyn Any> note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "/usr/local/lib/python3.11/site-packages/bytewax/run.py", line 354, in cli_main(**kwargs) ValueError: (src/operators/mod.rs:177:80) error calling mapper in step "Streaming ingestion pipeline.raw dispatch.flat_map_batch" Caused by => ValueError: (src/operators/mod.rs:86:28) error while iterating through batch Caused by => ValueError: Unsupported data type Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/bytewax/operators/init.py", line 1199, in return (mapper(x) for x in xs) ^^^^^^^^^ File "/usr/src/app/data_logic/dispatchers.py", line 41, in handle_mq_message raise ValueError("Unsupported data type")

Process ended. Keeping container alive... Any help will be appreciated.

solvusAI avatar Aug 07 '24 11:08 solvusAI