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
711 changes: 217 additions & 494 deletions pdm.lock

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@ authors = [
{name = "Zipstack Inc", email = "devsupport@zipstack.com"},
]
dependencies = [
# Deprecated dependency
"unstract-connectors~=0.0.2",
# Specs and validation
"jsonschema~=4.18.2",
"python-magic~=0.4.27",
"python-dotenv==1.0.0",
# LLM Triad
"unstract-adapters~=0.1.1",
"llama-index==0.9.28",
"unstract-adapters~=0.2.0",
"llama-index @ git+https://github.com/Zipstack/llama-index.git@v0.9.28-unstract.1",
"tiktoken~=0.4.0",
"transformers==4.37.0",
# LLM Whisperer dependencies
Expand Down
2 changes: 1 addition & 1 deletion src/unstract/sdk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.9.0"
__version__ = "0.10.0"


def get_sdk_version():
Expand Down
102 changes: 0 additions & 102 deletions src/unstract/sdk/dbs.py

This file was deleted.

Loading