Approximately how many tokens were there in one end-to-end pass?
Machine Learning / AI
What tool was used for structural document chunking?
What is class imbalance in NER and how to work with it?
What are the disadvantages of a multi-agent approach?
What model was used under the hood of the ReAct agent and why was it chosen?
How many candidates did you send to the reranker and how many were selected afterwards?
Was it a JSON model or JSON schema through the API? What is the difference in usage?
How were the BM25 values and dense embeddings combined before passing to the reranker (hybridization)?
What is the difference between a cross-encoder (ranker) and a bi-encoder?
Tell me about hybrid retrieval in RAG — which model did you choose for dense vectors?
What kind of chunking was used and what type of documents were they (Word, PDF, Excel, etc.)?
Why did you choose Qdrant as a vector storage?
Was the model within its own boundary or did it communicate via an external API?
How do you validate function call arguments before execution?
Describe end-to-end, briefly what each of the four agents of the multi-agent system does.
Do you check the code generated by the AI tool yourself afterward?
What metrics can be used to evaluate NER on documents?
What do you mean by an error (in the prompt approach)?
How did you work with queries in the vector storage (Qdrant) and their impact on the agent's latency?
What was the object of the state (TypedDict or other)?