Submissions

import braintrust
import fastcore.all as fc
from dotenv import load_dotenv
from tqdm import tqdm
from wattbot import retriever, eda, evaluate, utils, generator
from wattbot.retriever import chunk_markdown
from langchain_text_splitters import MarkdownTextSplitter
load_dotenv()
True
embedding_model = 'accounts/fireworks/models/qwen3-embedding-8b'
llm_model = 'accounts/fireworks/models/kimi-k2p5'
all_chunks = retriever.chunk_all(retriever.chunk_doc)