-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Updated Cogniswitch docs #8809
Merged
Merged
Updated Cogniswitch docs #8809
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
- QueryEngine - ToolSpec - Tests - Example Notebook - Inits
Removing ToolSpec as per Jerry's recommendation
Removed CogniswitchToolSpec import & __all__
Nits, language
Nits, language
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
hi @Disiok, updated a notebook in the docs for it to show in the docs.llamaindex, let me know if anything else is required for this. |
Thanks! |
Thanks @Disiok for the approval and merge, may I know when this will be reflected in the docs site. |
ryanpeach
pushed a commit
to OnScale/llama_index
that referenced
this pull request
Feb 7, 2024
* CogniSwitch Integration - QueryEngine - ToolSpec - Tests - Example Notebook - Inits * Delete llama_index/tools/tool_spec/cogniswitch directory Removing ToolSpec as per Jerry's recommendation * Add files via upload * Update __init__.py Removed CogniswitchToolSpec import & __all__ * Nits for CSQueryEngine * updated the files after checking format, linting * updated cogniswitch query engine and notebooks * Update CogniswitchQueryEngine.ipynb Nits, language * Update CogniswitchToolSpec.ipynb Nits, language * updated the cogniswitch_query_engine file * updated the test cogniswitch_query_engine filename * removed unecessary imports from the code files * added cogniswitch query engine notebook for docs * updated the notebook to pass the linting --------- Co-authored-by: JT <JoshuaT@aikonlabs.com> Co-authored-by: CogniJT <131272471+CogniJT@users.noreply.github.com>
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
Added cogniswitch example inside docs
Type of Change
How Has This Been Tested?
Suggested Checklist:
make format; make lint
to appease the lint gods