Skip to content

Commit

Permalink
Move llama-index to experimental group
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbesga committed Oct 24, 2024
1 parent 910c572 commit e46c2ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,10 @@ cohere = ["cohere"]
anthropic = ["anthropic"]
openai = ["openai"]
mistralai = ["mistralai"]
llama-index = ["llama-index"]
qdrant = ["qdrant-client"]
kg_creation_tools = ["pygraphviz"]
sentence-transformers = ["sentence-transformers"]
experimental = ["pypdf", "fsspec", "langchain-text-splitters", "pygraphviz"]
experimental = ["pypdf", "fsspec", "langchain-text-splitters", "pygraphviz", "llama-index"]
examples = ["langchain-openai", "langchain-huggingface"]

[build-system]
Expand Down

0 comments on commit e46c2ca

Please sign in to comment.