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

[PROBLEM] Update broken usage of llama_index usage. #1614

Open
dingkwang opened this issue Dec 28, 2024 · 1 comment
Open

[PROBLEM] Update broken usage of llama_index usage. #1614

dingkwang opened this issue Dec 28, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@dingkwang
Copy link

[optional format]

Identify the file to be fixed
Those scripts use llama-index.
examples/evaluation/Evaluate_RAG_with_LlamaIndex.ipynb
examples/third_party/financial_document_analysis_with_llamaindex.ipynb
And other scripts using llama_index.

Describe the problem
The llama_index version is not specified. Many module imports and usage are deprecated once the user installs the latest llama_index version.

Describe a solution
Specific to the llama_index installation version and update the usages.

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

@dingkwang dingkwang added the bug Something isn't working label Dec 28, 2024
@dingkwang
Copy link
Author

PR is up for how to use the latest llama-index.
#1615

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant