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

Hotfix younis #124

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

Conversation

bashiryounis
Copy link

Hi team,

This pull request addresses two issues:

  1. pkg_resources Conflict
    I encountered an issue with pkg_resources when I started using this repository. After some research, I discovered that the problem stems from the latest version of setuptools, which is installed by default. To resolve this conflict, I downgraded setuptools to version 65.6.3, which does not have issues with pkg_resources. I've updated both the poetry.lock and pyproject.toml files accordingly.
    Reference on StackOverflow

  2. Root URL Redirect
    I also noticed that accessing localhost:8000 returns a "not found" error—a common issue in this repository. To improve user experience, I added a redirect so that requests to localhost:8000 automatically redirect to localhost:8000/docs.

Please review the changes and let me know if any adjustments are needed.

Thanks,
Younis

Copy link

vercel bot commented Feb 24, 2025

@YounisBa is attempting to deploy a commit to the LlamaIndex Team on Vercel.

A member of the Team first needs to authorize it.

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.

2 participants