llm-twin-course
llm-twin-course copied to clipboard
Where should I start with this code at the Course1
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.
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.
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.
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 'RUST_BACKTRACE=1 environment variable to display a backtrace
Traceback (most recent call last):
File "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
Process ended. Keeping container alive... Any help will be appreciated.