-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
fixed storage context update & service context issue #11475
Conversation
I fixed the JSON test issues in another PR, but this seems to be breaking the KG index when building a fresh index. Try
To see what I mean |
Head branch was pushed to by a user without write access
I realized that issue and fixed it to move the line into if conditions. I can create KG index with fresh building. However, when building a fresh index, it will call "add_index_struct" two times. |
@logan-markewich my last commit passed the tests 🥳 #11474 should be resolved now. |
* main: (2881 commits) Feature: Improve batch embedding generation throughput for Cohere in Bedrock (run-llama#11572) tqdm: add tdqm.gather (run-llama#11562) Fix URLs in Prompts documentation (run-llama#11571) Corrected colab links (run-llama#11577) add syntatic sugar to create chat prompt / chat message more easily (run-llama#11583) Fix Issue 11565 - The MilvusVectorStore MetaDataFilters FilterCondition.OR is ignored (run-llama#11566) docs: fixes LangfuseCallbackHandler link (run-llama#11576) GHA: Add Check for repo source (run-llama#11575) add raptor (run-llama#11527) Logan/v0.10.15 (run-llama#11551) feat: adds langfuse callback handler (run-llama#11324) fixed storage context update & service context issue (run-llama#11475) Add async capability to OpensearchVectorStore (run-llama#11513) Logan/fix publish (run-llama#11549) Prevent async_response_gen from Stalling with asyncio Timeout (run-llama#11548) VideoDB Integration for Retrievers (run-llama#11463) fix import error in CLI (run-llama#11544) Updated the simple fusion to handle duplicate nodes (run-llama#11542) Add mixedbread reranker cookbook (run-llama#11536) Fixed some minor gramatical issues (run-llama#11530) ...
Description
Fixes #11474
Type of Change
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