docs: add FAQ section - #1123
Open
meichuanyi wants to merge 1 commit into
Open
meichuanyi wants to merge 1 commit into
meichuanyi wants to merge 1 commit into
Conversation
…roviders, local models, deployment, platforms, fine-tuning, and help resources
Contributor
There was a problem hiding this comment.
Code Review
This pull request adds a detailed FAQ section to the README.md, providing information on LazyLLM's features, comparisons with other frameworks, and deployment options. The review feedback recommends moving the FAQ to the end of the file to preserve the document's flow, removing a redundant installation step to avoid inconsistency, standardizing arrow characters for consistency, and adding a blank line before the Installation header for correct Markdown rendering.
| 5. **Supports basic webs**: such as chat interface and document management interface, etc. | ||
|
|
||
|
|
||
| ## FAQ |
Contributor
There was a problem hiding this comment.
|
|
||
| ### How does LazyLLM differ from LangChain or CrewAI? | ||
|
|
||
| - **LazyLLM**: Low-code approach, focuses on rapid prototyping → data feedback → iterative optimization, one-click deployment, cross-platform compatibility |
Contributor
There was a problem hiding this comment.
Use the ASCII arrow -> instead of the Unicode arrow → to maintain consistency with the terminology used in the introduction (line 16).
Suggested change
| - **LazyLLM**: Low-code approach, focuses on rapid prototyping → data feedback → iterative optimization, one-click deployment, cross-platform compatibility | |
| - **LazyLLM**: Low-code approach, focuses on rapid prototyping -> data feedback -> iterative optimization, one-click deployment, cross-platform compatibility |
Comment on lines
+190
to
+195
| ### How do I install LazyLLM? | ||
|
|
||
| ```bash | ||
| pip install lazyllm | ||
| ``` | ||
|
|
Contributor
| - **Documentation**: https://docs.lazyllm.ai/ | ||
| - **Discord**: https://discord.gg/cDSrRycuM6 | ||
| - **GitHub Issues**: https://github.com/LazyAGI/LazyLLM/issues | ||
| ## Installation |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a comprehensive FAQ section to help users quickly understand LazyLLM:
This FAQ aims to reduce user confusion and improve the onboarding experience.