cmc-csci040 icon indicating copy to clipboard operation
cmc-csci040 copied to clipboard

Project Questions

Open ShawnWhyWander opened this issue 6 months ago • 3 comments

I have a few questions regarding the project and would appreciate some help:

  1. When we use API to score chunk for us, how should we treat our four required doctests? The output will vary.
  2. For ' def find_relevant_chunks(text, query, num_chunks=5)' could you provide me with a few doctest examples? I'm having trouble writing appropriate doctests, because I don't have a function that split sentences, so the text I provide actually returns the same output. Anyway to circumvent that issue?
  3. Do we need doctests for the extra points (TTS and STT)?

Thanks!

Sean

ShawnWhyWander avatar Apr 25 '25 18:04 ShawnWhyWander