VictorS67 / encre

MIT License
3 stars 1 forks source link

Feedback and suggestions for documentation, PR#76 #77

Open AlveinTeng opened 4 months ago

AlveinTeng commented 4 months ago

I have been reviewing the current documentation #76 and would like to propose some enhancements that I believe will improve its comprehensiveness and usability.

Proposed Enhancements:

Overview of Encre's Overall Design:

Comprehensive Explanation of Core Elements:

Ikochoy commented 4 months ago

File 1: http://localhost:3000/docs/api/core/events/input/transform/splitter

Screenshot 2024-06-08 at 11 36 38 PM

File 2: http://localhost:3000/docs/api/core/events/output/provide/base/

VictorS67 commented 4 months ago

This documentation is generated by TypeDoc from the code documentation in the files. If you want to add higher-level concept explanation, please add a ReadMe file for thise concepts. Unfortunately, those explanation cannot be generated automatically.

Ikochoy commented 3 months ago
Screenshot 2024-06-15 at 10 50 37 PM

Why do we have to passed it as input if it is never used? For classes that similar purpose, for example LanguageTextSplitter and RecursiveTextSplitter, although I know this is not provided in current LangChain Document, do you think we should add the scenarios where the first class is preferred and vice versa?

VictorS67 commented 3 months ago

Screenshot 2024-06-15 at 10 50 37 PM Why do we have to passed it as input if it is never used? For classes that similar purpose, for example LanguageTextSplitter and RecursiveTextSplitter, although I know this is not provided in current LangChain Document, do you think we should add the scenarios where the first class is preferred and vice versa?

Fixed