@@ -24,41 +24,41 @@ dependencies = [
2424 # Specs and validation
2525 " jsonschema>=4.18.6,<5.0" ,
2626 " python-magic~=0.4.27" ,
27- " python-dotenv==1.0.0 " ,
27+ " python-dotenv==1.0.1 " ,
2828 # Adapter changes
29- " llama-index==0.12.39 " ,
29+ " llama-index==0.13.2 " ,
3030 " tiktoken~=0.9.0" ,
3131 " transformers==4.37.0" ,
32- " llama-index-embeddings-google==0.3 .0" ,
33- " llama-index-embeddings-azure-openai==0.3 .0" ,
32+ " llama-index-embeddings-google==0.4 .0" ,
33+ " llama-index-embeddings-azure-openai==0.4 .0" ,
3434 # Disabling Hugging Face & FastEmbed to
3535 # keep the image size under check
3636 # "llama-index-embeddings-huggingface==0.2.0",
3737 # Disabling fast embed due to high processing power
3838 # "llama-index-embeddings-fastembed==0.1.4",
39- " llama-index-embeddings-openai==0.3.1 " ,
40- " llama-index-embeddings-ollama==0.5.0 " ,
41- " llama-index-embeddings-bedrock==0.5.0 " ,
42- " llama-index-embeddings-vertex==0.3.1 " ,
43- " llama-index-vector-stores-postgres==0.4.1 " ,
39+ " llama-index-embeddings-openai==0.5.0 " ,
40+ " llama-index-embeddings-ollama==0.8.1 " ,
41+ " llama-index-embeddings-bedrock==0.6.1 " ,
42+ " llama-index-embeddings-vertex==0.4.0 " ,
43+ " llama-index-vector-stores-postgres==0.6.3 " ,
4444 # Including Supabase conflicts with postgres on pg-vector.
4545 # Hence, commenting it out at the moment
4646 # "llama-index-vector-stores-supabase==0.1.3",
47- " llama-index-vector-stores-milvus==0.4 .0" ,
48- " llama-index-vector-stores-weaviate==1.3.1 " ,
49- " llama-index-vector-stores-pinecone==0.4.2 " ,
50- " llama-index-vector-stores-qdrant==0.4.2 " ,
51- " llama-index-llms-openai==0.4.1 " ,
52- " llama-index-llms-palm==0.3 .0" ,
53- " llama-index-llms-mistralai==0.3.1 " ,
54- " mistralai==1.2.5 " ,
55- " llama-index-llms-anyscale==0.3.1 " ,
56- " llama-index-llms-anthropic==0.7.2 " ,
57- " llama-index-llms-azure-openai==0.3.3 " ,
58- " llama-index-llms-vertex==0.4.6 " ,
59- " llama-index-llms-replicate==0.4 .0" ,
60- " llama-index-llms-ollama==0.5.0 " ,
61- " llama-index-llms-bedrock-converse==0.7.1 " ,
47+ " llama-index-vector-stores-milvus==0.9 .0" ,
48+ " llama-index-vector-stores-weaviate==1.4.0 " ,
49+ " llama-index-vector-stores-pinecone==0.7.0 " ,
50+ " llama-index-vector-stores-qdrant==0.7.1 " ,
51+ " llama-index-llms-openai==0.5.4 " ,
52+ " llama-index-llms-palm==0.4 .0" ,
53+ " llama-index-llms-mistralai==0.7.0 " ,
54+ " mistralai==1.9.7 " ,
55+ " llama-index-llms-anyscale==0.4.0 " ,
56+ " llama-index-llms-anthropic==0.8.5 " ,
57+ " llama-index-llms-azure-openai==0.4.0 " ,
58+ " llama-index-llms-vertex==0.6.0 " ,
59+ " llama-index-llms-replicate==0.5 .0" ,
60+ " llama-index-llms-ollama==0.7.1 " ,
61+ " llama-index-llms-bedrock-converse==0.8.2 " ,
6262 # For Llama Parse X2Text
6363 " llama-parse==0.5.19" ,
6464 # OCR
0 commit comments