Skip to content

Commit 9a2d5b6

Browse files
AutoGen Version Upgrade (#157)
1 parent ca04ac9 commit 9a2d5b6

File tree

4 files changed

+41
-23
lines changed

4 files changed

+41
-23
lines changed

text_2_sql/autogen/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ authors = [
99
requires-python = ">=3.11"
1010
dependencies = [
1111
"aiostream>=0.6.4",
12-
"autogen-agentchat==0.4.2",
13-
"autogen-core==0.4.2",
14-
"autogen-ext[azure,openai]==0.4.2",
12+
"autogen-agentchat==0.4.5",
13+
"autogen-core==0.4.5",
14+
"autogen-ext[azure,openai]==0.4.5",
1515
"grpcio>=1.68.1",
1616
"pyyaml>=6.0.2",
1717
"text_2_sql_core",

text_2_sql/query_cache/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Query Cache
2+
3+
The `cache.jsonl` file in this directory serves as an example of the file format that is needed for inbuilt indexing with AI Search. The optional (but recommended) property `Schemas` can be added against each query.

uv.lock

Lines changed: 35 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)