Skip to content

Fix/dependencies llama index core#63

Open
adam-wang-okta-public wants to merge 2 commits intomainfrom
fix/dependencies-llama-index-core
Open

Fix/dependencies llama index core#63
adam-wang-okta-public wants to merge 2 commits intomainfrom
fix/dependencies-llama-index-core

Conversation

@adam-wang-okta-public
Copy link
Copy Markdown
Contributor

Replace llama-index dependency with llama-index-core in auth0-ai-llamaindex

llama-index is a meta-package that pulls in a large set of integrations most users don't need. llama-index-core is the minimal package that contains everything this SDK actually uses. Switching reduces install size and avoids pulling in potentially outdated or unnecessary transitive dependencies.

Changes

  • pyproject.toml: replace llama-index with llama-index-core as dependency
  • poetry.lock: regenerated to reflect the slimmer dependency tree
  • Version bumped 1.0.1 → 1.0.2 (patch, no new functionality)

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