Ken Chen
Ken Chen
Close issue as no further feedback from author
May I know what is your environment (Node.js, typescript version, window/mac, etc.) What commands have you run in sequence?
I see. This project is not developed and built with typescript. The `index.d.ts` is added before in order to allow the package to be used in typescript project with proper...
Latest 5.0.0 version only supports JOI v17 and above. It does not need to import various versions of JOI anymore. If you want to compile this with typescript, I think...
Hi @danielaskdd , I do not under your "only removing chunks from a deleted document can lead to hallucinations". I think using the data without obsolete information is better than...
Hi @danielaskdd, I scan through the code and found that many places using "get all" approach to load all info. I wonder if this would cause significant performance issue once...
Talking about using template, actually I have some thoughts on the current keyword query & extraction logic. Due to different business domain knowledge, LLM might not have enough background or...
@dmitrii-esin Sorry for the late reply. For issue #1, I think we have to create two schema for request body and response. It might be more than a single id,...
What do you mean "custom response"? I think it's up to you depending on what you set in the `responseExamples`. Have you checked the sample in `test/fixtures/mockA-routes.js`? For the schemas...