File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
superduper/backends/simple Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
6
name = " superduper-framework"
7
7
description = " Build compositional and declarative AI applications and agents"
8
8
readme = " README.md"
9
- version = ' 0.7.0 '
9
+ version = ' 0.7.1 '
10
10
license = {file = " LICENSE" }
11
11
maintainers = [{name = " superduper.io, Inc." , email = " opensource@superduper.com" }]
12
12
keywords = [
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ def job_worker(job: Job) -> t.Any:
144
144
145
145
db = superduper (cluster_engine = 'local' )
146
146
db .cluster .vector_search = SimpleVectorSearchClient ()
147
-
147
+
148
148
logging .info ('Building job datalayer instance... DONE' )
149
149
150
150
logging .info ('Executing job in worker' )
You can’t perform that action at this time.
0 commit comments