Skip to content

Commit

Permalink
bump llama-index, revert bedrock omission
Browse files Browse the repository at this point in the history
  • Loading branch information
epinzur committed Feb 12, 2024
1 parent da216ad commit 0560dc4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ python = ">=3.9,<4.0"
astrapy = "~0.7.0"
cassio = "~0.1.3"
unstructured = "^0.10"
llama-index = { version = "0.9.46", extras = ["langchain"] }
llama-index = { version = "0.9.48", extras = ["langchain"] }
llama-parse = { version = "0.1.4" }
langchain = { version = "0.1.4" }
langchain-core = "0.1.16"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ def huggingface_hub_embedding():
("openai_embedding", "openai_llm"),
("azure_openai_embedding", "azure_openai_llm"),
("vertex_embedding", "vertex_llm"),
# ("bedrock_titan_embedding", "bedrock_anthropic_llm"),
# ("bedrock_cohere_embedding", "bedrock_meta_llm"),
("bedrock_titan_embedding", "bedrock_anthropic_llm"),
("bedrock_cohere_embedding", "bedrock_meta_llm"),
("huggingface_hub_embedding", "huggingface_hub_llm"),
],
)
Expand Down
2 changes: 1 addition & 1 deletion ragstack-e2e-tests/pyproject.langchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ langchain-openai = { git = "https://github.com/langchain-ai/langchain.git", bran
langchain-google-genai = { git = "https://github.com/langchain-ai/langchain.git", branch = "master", subdirectory = "libs/partners/google-genai" }
langchain-google-vertexai = { git = "https://github.com/langchain-ai/langchain.git", branch = "master", subdirectory = "libs/partners/google-vertexai" }
langchain-nvidia-ai-endpoints = { git = "https://github.com/langchain-ai/langchain.git", branch = "master", subdirectory = "libs/partners/nvidia-ai-endpoints" }
llama-index = { version = "0.9.46", extras = ["langchain"] }
llama-index = { version = "0.9.48", extras = ["langchain"] }
llama-parse = { version = "0.1.4" }
astrapy = "~0.7.0"
# we need this specific feature from cassio: https://github.com/CassioML/cassio/pull/128
Expand Down

0 comments on commit 0560dc4

Please sign in to comment.