openvector_dev 0.1.12__tar.gz → 0.1.13__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: openvector_dev
3
- Version: 0.1.12
3
+ Version: 0.1.13
4
4
  Summary:
5
5
  Author: p00ler
6
6
  Author-email: liveitspain@gmail.com
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "openvector_dev"
3
- version = "0.1.12"
3
+ version = "0.1.13"
4
4
  description = ""
5
5
  authors = [
6
6
  {name = "p00ler",email = "liveitspain@gmail.com"}
@@ -3,14 +3,12 @@ from .memory_manager_qdrant import MemoryManagerQdrant
3
3
  from .qdrant_adapter import QdrantAdapter
4
4
  from .redis_short_term import RedisShortTermMemory
5
5
  from .sentence_transformer import EmbeddingProviderGemini as EmbeddingProvider
6
- from .short_term import ShortTermMemory
7
6
 
8
7
  __all__ = [
9
8
  "EmbeddingProvider",
10
9
  "MemoryManagerQdrant",
11
10
  "QdrantAdapter",
12
11
  "RedisShortTermMemory",
13
- "ShortTermMemory",
14
12
  "api",
15
13
  "bases",
16
14
  "schemas",