Skip to content

Commit

Permalink
[REQ]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye Gomez authored and Kye Gomez committed Aug 27, 2024
1 parent f0dae58 commit 253fd02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "swarms-memory"
version = "0.0.8"
version = "0.0.9"
description = "Swarms Memory - Pytorch"
license = "MIT"
authors = ["Kye Gomez <[email protected]>"]
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ pinecone
faiss-cpu
torch
pydantic
sqlalchemy
sqlite3
1 change: 1 addition & 0 deletions swarms_memory/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
from swarms_memory.vector_dbs import * # noqa: F401, F403
from swarms_memory.utils import * # noqa: F401, F403
from swarms_memory.dbs import * # noqa: F401, F403

0 comments on commit 253fd02

Please sign in to comment.