forked from run-llama/llama_index
-
Notifications
You must be signed in to change notification settings - Fork 0
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
rebase #12
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
…a#8758) * GPT4V local directore loading and path * add MD --------- Co-authored-by: haotian zhang <[email protected]>
* 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 --------- Co-authored-by: JT <[email protected]> Co-authored-by: saiCogniswitch <[email protected]>
* Fixed embeddings __all__ by importing HuggingFaceInferenceAPIEmbeddings * Added CHANGELOG entry
* wip * regular chat working' * get stream_chat working * refactor tool_delta accumulation * add verbose print statement on turns; fix broken logic for tool_call_delta accumulation * wip streaming * wip * resolve issue when stream not being written to chat history * wip * remove bug resulting in tool_calls = None being saved in chat()'s chat_history * async * update test_openai_utils * keep deprecated to_openai_function in ToolMetadata * fix 3.9 lint issue * lint issues * update ContextRetrieverOpenAIAgent * update agent nbs that needed updating * update openai_agent nb * add nb for parallel function calling * nit rm unused print statements' * add to_openai_tool in openai_utils * add entry to CHANGELOG; rebase * mark with TODOs for future improvements * missing return statement * cr * update CHANGELOG entry
* update versions * update CHANGELOG.md
* improve multimodal retrieval and delete * do not require a docstore
* migrate to tool calls * wip * wip * wip * wi
* Initialize Multi Modal Retrieval * cr * cr * cr * add async * add seperate top k * fix linting --------- Co-authored-by: haotian zhang <[email protected]> Co-authored-by: Logan Markewich <[email protected]>
* Astra DB documentation updates, and ordering of indices * A few small naming fixes * Some more small updates to the astra docs * Update AstraDBIndexDemo.ipynb * Require astrapy 0.5.8 or higher * Add an `open in Google Colab` button * Add an explicit llama-index install step
Co-authored-by: haotian zhang <[email protected]>
* Add Google PaLM Embeddings. * Add notebook and fix linting issues * Add notebook to documentation * Fix review suggestions
* feat: add jina ai embeddings * feat: add async API Signed-off-by: Joan Fontanals Martinez <[email protected]> * apply black * fix linting jinaai * docs: add jinaai embeddings notebook * docs: add jinaai embeddings notebook * complete notebook * docs: add link to jina ai embeddings notebook * fix: change class name * fix linting problems --------- Signed-off-by: Joan Fontanals Martinez <[email protected]>
* fix: paths treated as hidden * cr * type
* Quick fix Replicate MulitModal example * cr --------- Co-authored-by: haotian zhang <[email protected]>
…unpickle TextNode (run-llama#8880)
* Init Chroma and LLamaIndex Multi-Modal Demo * cr * Create fleet_libraries_context.md (run-llama#8849) * cr * cr * linting --------- Co-authored-by: haotian zhang <[email protected]> Co-authored-by: Andrew Zhou <[email protected]> Co-authored-by: Logan <[email protected]>
Update the initial comment as it was referring to the keyword table index description.
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.
__all__
(Fixed embeddings__all__
run-llama/llama_index#8779)huggingface_hub
's recommended model (Latesthuggingface_hub
's recommended model run-llama/llama_index#8784)Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Type of Change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Suggested Checklist:
make format; make lint
to appease the lint gods