Skip to content

Commit 22e3561

Browse files
committed
rm personal repo
1 parent 8bd7be7 commit 22e3561

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ragstack-e2e-tests/pyproject.llamaindex.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ nemoguardrails = "^0.8.0"
2323
# From LangChain optional deps, needed by WebBaseLoader
2424
beautifulsoup4 = "^4"
2525

26-
llama-index-readers-llama-parse = { git = "https://github.com/nicoloboschi/llama_index.git", branch = "llama-parse", subdirectory = "llama-index-integrations/readers/llama-index-readers-llama-parse" }
26+
llama-index = { git = "https://github.com/run-llama/llama_index.git", branch = "main" }
27+
llama-index-readers-llama-parse = { git = "https://github.com/run-llama/llama_index.git", branch = "main", subdirectory = "llama-index-integrations/readers/llama-index-readers-llama-parse" }
2728
llama-index-embeddings-langchain = { git = "https://github.com/run-llama/llama_index.git", branch = "main", subdirectory = "llama-index-integrations/embeddings/llama-index-embeddings-langchain" }
2829
llama-index-vector-stores-astra-db = { git = "https://github.com/run-llama/llama_index.git", branch = "main", subdirectory = "llama-index-integrations/vector_stores/llama-index-vector-stores-astra-db" }
2930
llama-index-vector-stores-cassandra = { git = "https://github.com/run-llama/llama_index.git", branch = "main", subdirectory = "llama-index-integrations/vector_stores/llama-index-vector-stores-cassandra" }

0 commit comments

Comments
 (0)