Skip to content
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

Fix broken usage of llama_index usage. #1614 #1615

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dingkwang
Copy link

Summary

Fix the broken llama-index usage.

Motivation

Llama_index is a very popular and powerful production agent and many people refer to its example usage. Good maintenance is beneficial.

Those scripts use llama-index.
examples/evaluation/Evaluate_RAG_with_LlamaIndex.ipynb
examples/third_party/financial_document_analysis_with_llamaindex.ipynb

Use the llama-index==0.12.8.
Update with the new llama-index modules.
Deprecate gpt-3.5 to gpt-4o-mini, deprecate gpt-4 to gpt-4o.
Tested and got the same result as the previous scripts.

@dingkwang
Copy link
Author

Fixing issue #1614

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant