Skip to content

Commit

Permalink
update LI and dependecies version (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofermend authored Oct 25, 2024
1 parent 7a22e14 commit 710f432
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
llama-index==0.11.18
llama-index==0.11.20
llama-index-indices-managed-vectara==0.2.2
llama-index-agent-llm-compiler==0.2.0
llama-index-agent-openai==0.3.4
llama-index-llms-openai==0.2.15
llama-index-llms-anthropic==0.3.6
llama-index-llms-openai==0.2.16
llama-index-llms-anthropic==0.3.7
llama-index-llms-together==0.2.0
llama-index-llms-groq==0.2.0
llama-index-llms-fireworks==0.2.2
Expand All @@ -14,9 +14,9 @@ llama-index-tools-arxiv==0.2.0
llama-index-tools-database==0.2.0
llama-index-tools-google==0.2.0
llama-index-tools-tavily_research==0.2.0
llama-index-tools-neo4j==0.2.0
tavily-python==0.5.0
yahoo-finance==1.4.0
llama-index-tools-neo4j==0.2.0
openinference-instrumentation-llama-index==3.0.2
arize-phoenix==4.35.1
arize-phoenix-otel==0.5.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def read_requirements():

setup(
name="vectara_agentic",
version="0.1.16",
version="0.1.17",
author="Ofer Mendelevitch",
author_email="[email protected]",
description="A Python package for creating AI Assistants and AI Agents with Vectara",
Expand Down
2 changes: 1 addition & 1 deletion vectara_agentic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

# Define the package version
__version__ = "0.1.16"
__version__ = "0.1.17"

# Import classes and functions from modules
# from .module1 import Class1, function1
Expand Down

0 comments on commit 710f432

Please sign in to comment.