Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/fastapi_togetherai_llama/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ llama-index = "^0.11.22"
llama-index-llms-together = "^0.2.0"
uvicorn = "^0.32.0"
python-dotenv = "0.19"
restack-ai = "^0.0.27"
restack-ai = "^0.0.28"

[build-system]
requires = ["poetry-core"]
Expand Down
2 changes: 1 addition & 1 deletion examples/flask_gemini/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages = [{include = "src"}]
python = "^3.9"
flask = { version = "^3.0.3", extras = ["async"] }
flask-cors = "^5.0.0"
restack-ai = "^0.0.27"
restack-ai = "^0.0.28"
google-generativeai = "^0.8.3"

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion examples/flask_togetherai_llamaindex/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ llama-index = "^0.11.22"
llama-index-llms-together = "^0.2.0"
flask = { version = "^3.0.3", extras = ["async"] }
flask-cors = "^5.0.0"
restack-ai = "^0.0.27"
restack-ai = "^0.0.28"

# Build system configuration
[build-system]
Expand Down
2 changes: 1 addition & 1 deletion examples/gemini_generate/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [{include = "src"}]

[tool.poetry.dependencies]
python = "^3.9"
restack-ai = "^0.0.27"
restack-ai = "^0.0.28"
google-generativeai = "^0.8.3"

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion examples/get-started/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ packages = [{include = "src"}]

[tool.poetry.dependencies]
python = "^3.9"
restack-ai = "^0.0.27"
restack-ai = "^0.0.28"

[tool.poetry.dev-dependencies]
pytest = "^6.2" # Optional: Add if you want to include tests in your example
Expand Down
2 changes: 1 addition & 1 deletion examples/human_loop/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ packages = [{include = "src"}]

[tool.poetry.dependencies]
python = "^3.9"
restack-ai = "^0.0.27"
restack-ai = "^0.0.28"

[tool.poetry.dev-dependencies]
pytest = "^6.2" # Optional: Add if you want to include tests in your example
Expand Down
6 changes: 3 additions & 3 deletions examples/llama_quickstart/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "streamlit_fastapi_togetherai_llama"
name = "llama_quickstart"
version = "0.0.1"
description = "A simple example showcasing streamlit, fastapi, togetherai and llamaindex"
description = "A quickstart example showcasing streamlit, fastapi, togetherai and llamaindex"
authors = [
"Restack Team <service@restack.io>",
]
Expand All @@ -11,7 +11,7 @@ packages = [{include = "src"}]
[tool.poetry.dependencies]
python = "^3.12"
pydantic = "^2.9.2"
restack-ai = "^0.0.27"
restack-ai = "^0.0.28"
fastapi = "^0.115.4"
llama-index = "^0.11.22"
llama-index-llms-together = "^0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/openai_greet/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ packages = [{include = "src"}]
[tool.poetry.dependencies]
python = "^3.9"
openai = "^1.52.0"
restack-ai = "^0.0.27"
restack-ai = "^0.0.28"

[build-system]
requires = ["poetry-core"]
Expand Down
2 changes: 1 addition & 1 deletion examples/streamlit_fastapi_togetherai_llama/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ uvicorn = "^0.32.0"
python-dotenv = "0.19"
streamlit = "^1.40.0"
requests = "^2.32.3"
restack-ai = "^0.0.27"
restack-ai = "^0.0.28"

[build-system]
requires = ["poetry-core"]
Expand Down
2 changes: 1 addition & 1 deletion examples/weaviate_search/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ packages = [{include = "src"}]

[tool.poetry.dependencies]
python = "^3.9"
restack-ai = "^0.0.27"
restack-ai = "^0.0.28"
requests = "^2.32.3"
weaviate-client = "^4.9.0"
python-dotenv = "0.19.2"
Expand Down