Skip to content

Commit

Permalink
initial implementation for vectordb
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinheiroms committed Oct 23, 2024
1 parent abf44bb commit 63095a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/packages/autogen-ext/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ langchain = ["langchain_core~= 0.3.3"]
azure = ["azure-core", "azure-identity"]
docker = ["docker~=7.0"]
openai = ["openai>=1.3"]
chromadb = ["chromadb~=0.4.15"]

[tool.hatch.build.targets.wheel]
packages = ["src/autogen_ext"]
Expand Down
3 changes: 3 additions & 0 deletions python/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 63095a2

Please sign in to comment.