-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add troubleshooting guide and configuration validation #478
Closed
Conversation
This file contains 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
Documentation Navigation URL Fix
* feat: Add PR template * feat: Add issue templates * style: Comfort pre-commit * style: Comfort pre-commit
* feat: add test connection feature * fix: typo
…#none) * feat: reduce docker image size by removing unnecessary cache * fix: trailing whitespace
* feat: add support for .md * fix: disable download all on private collection
* fix: re-enable tests and fix legacy test interface * fix: skip llamacpp based on installed status * fix: minor fix
Signed-off-by: ChengZi <chen.zhang@zilliz.com>
* feat: update build push docker action * feat: remove tag trigger * feat: remove manual trigger * fix: update workflow * feat: update build-push-docker.yaml * fix: update workflow * fix: update workflow * fix: update workflow * refactor: comfort pre-commit * feat: update permission * feat: update docker support pdfjs * refactor: comfort pre-commit
* fix: update on release event build push docker * refactor: comfort pre-commit
* feat(windows installer): check and install git * feat: update run_windows.bat * feat: Replace standalone Git installer with Portable Git * feat: support milvus vector db (#188) #none Signed-off-by: ChengZi <chen.zhang@zilliz.com> * feat: add github action to build docker for release (#168) #none * feat: update build push docker action * feat: remove tag trigger * feat: remove manual trigger * fix: update workflow * feat: update build-push-docker.yaml * fix: update workflow * fix: update workflow * fix: update workflow * refactor: comfort pre-commit * feat: update permission * feat: update docker support pdfjs * refactor: comfort pre-commit * feat: add support for Gemini, Claude through Langchain (#225) (bump:patch) * fix: disable default install for google-genai package * fix: disable default install for anthropic * fix: update on release event build push docker (#228) #none * fix: update on release event build push docker * refactor: comfort pre-commit * fix: limit fastapi version (#229) * fix: update requirements (#230) * style: fix pre-commit --------- Signed-off-by: ChengZi <chen.zhang@zilliz.com> Co-authored-by: ChengZi <chen.zhang@zilliz.com> Co-authored-by: kan_cin <kan@cinnamon.is> Co-authored-by: Tuan Anh Nguyen Dang (Tadashi_Cin) <tadashi@cinnamon.is>
* fix: toggle graphrag install in Docker build * fix: update Dockerfile * fix: remove unused logics in chat_fn * fix: disable duckduckgo test due to API limit
* fix: multiplatform build * fix: test build
* allow to use customized GraphRAG settings.yaml * adjust import style * fix typo * Added GraphRAG original documentation reference. * feat: allow to use customized GraphRAG settings.yaml (#387) --------- Co-authored-by: Chen, Ron Gang <git@git.com>
* feat: add web URL loader & refine indexing logics * fix: comfort mypy
* Update adobe_loader.py fix:When initializing the Document, extra_info was not added to the metadata. * Update adobe_loader.py Change the method of checking whether extra_info is None.
* docs: update README.md * feat: prettify commit * docs: prettify commit * fix: trim trailing whitespace and prettier * docs: minor update * docs: update resources * docs: minor update --------- Co-authored-by: Tadashi <tadashi@cinnamon.is>
* feat: add toggle dark mode button on main UI * docs: update docs
* add nano graph-rag * ignore entities for relevant context reference * refactor and add local model as default nano-graphrag * feat: add kotaemon llm & embedding integration with nanographrag * fix: add env var for nano GraphRAG --------- Co-authored-by: Tadashi <tadashi@cinnamon.is>
* feat:support for visualizing citation results (via embeddings) Signed-off-by: Kennywu <jdlow@live.cn> * fix: remove ktem dependency in visualize_cited * fix: limit onnx version for fastembed * fix: test case of indexing * fix: minor update * fix: chroma req * fix: chroma req --------- Signed-off-by: Kennywu <jdlow@live.cn> Co-authored-by: Tadashi <tadashi@cinnamon.is>
Co-authored-by: Tadashi <tadashi@cinnamon.is>
* feat: add lightrag support * docs: update README
* feat: update docker build for lightrag * feat: update docker build * feat: update docker build
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.
Description
Type of change
Checklist
Changes made:
docs/troubleshooting.md
with structured sections for:libs/ktem/ktem/config/validator.py