mem0ai-azure-mysql 0.2.0__py3-none-any.whl → 0.2.1__py3-none-any.whl

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.
mem0/__init__.py CHANGED
@@ -2,5 +2,4 @@ import importlib.metadata
2
2
 
3
3
  __version__ = importlib.metadata.version("mem0ai-azure-mysql")
4
4
 
5
- from mem0.client.main import AsyncMemoryClient, MemoryClient # noqa
6
5
  from mem0.memory.main import AsyncMemory # noqa
@@ -1,3 +1,24 @@
1
+ Metadata-Version: 2.4
2
+ Name: mem0ai-azure-mysql
3
+ Version: 0.2.1
4
+ Summary: Long-term memory for AI Agents with Azure DefaultAzureCredential authentication and MySQL history database support. Async-only API.
5
+ Requires-Python: <4.0,>=3.10
6
+ Requires-Dist: azure-identity>=1.24.0
7
+ Requires-Dist: azure-search-documents>=11.5.3
8
+ Requires-Dist: boto3>=1.34.0
9
+ Requires-Dist: cohere>=5.17.0
10
+ Requires-Dist: langchain-neo4j==0.6.0
11
+ Requires-Dist: neo4j>=5.23.1
12
+ Requires-Dist: openai<1.100.0,>=1.90.0
13
+ Requires-Dist: posthog>=3.5.0
14
+ Requires-Dist: protobuf>=5.29.0
15
+ Requires-Dist: pydantic>=2.7.3
16
+ Requires-Dist: pymysql
17
+ Requires-Dist: pytz>=2024.1
18
+ Requires-Dist: rank-bm25>=0.2.2
19
+ Requires-Dist: sqlalchemy>=2.0.31
20
+ Description-Content-Type: text/markdown
21
+
1
22
  # Mem0 - Azure Enhanced Fork
2
23
 
3
24
  This repository is an enhanced fork of [mem0ai/mem0](https://github.com/mem0ai/mem0.git) that provides enterprise-grade improvements for Azure environments and production deployments.
@@ -1,8 +1,4 @@
1
- mem0/__init__.py,sha256=K7jv73AULShv_zCEy_sHhyTvgZMD1nf5EuNLU1fTsKo,209
2
- mem0/client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- mem0/client/main.py,sha256=v5w4GUXmdK_B5geiJ6Dx7KvRdhyoPAQSV2x1RML7SVg,55466
4
- mem0/client/project.py,sha256=6nrOQbAY-7fIEGgh6kXI90AltvFaI-TnwnTEY_8K8h0,26577
5
- mem0/client/utils.py,sha256=YRS-qpofVngRbu9CqGuHMgkt6edCLGWSLWe67sSBKGQ,719
1
+ mem0/__init__.py,sha256=XyTkHsWLCaLaQIwJqBN5VdUc0XDFnwvmrd7TLFfdTdI,140
6
2
  mem0/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
3
  mem0/configs/base.py,sha256=ZYgQP7I_nRNWjKlKKMOvwyfKLDnUQOlHSvHFqeh462M,3827
8
4
  mem0/configs/enums.py,sha256=5qj-Ptly_-5_hnrQd5ViBR2wgQEVlendYiMCrA_EK9E,151
@@ -46,7 +42,6 @@ mem0/vector_stores/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuF
46
42
  mem0/vector_stores/azure_ai_search.py,sha256=-evFm-Pvpis10o4fk9TBJ_mttnjz_WhGrvsspeVls4Q,15451
47
43
  mem0/vector_stores/base.py,sha256=yb9TCcxximzdJd8vfNJRROHBrUyYLbH26-E63fclcDo,1344
48
44
  mem0/vector_stores/configs.py,sha256=SUNcMTf_eVfE-RHmnL5_PS8toymN_RNrgze6ZrIa_Hk,1317
49
- mem0ai_azure_mysql-0.2.0.data/data/README.md,sha256=pvwR3tTCXAI249oidyVlD9ouHLuoI7_tAUQWwgV3B9c,4582
50
- mem0ai_azure_mysql-0.2.0.dist-info/METADATA,sha256=6NladkU8ohDPzYCOtI_Hn0dFE_8Q_Ns0x3zdiN5wvoQ,6182
51
- mem0ai_azure_mysql-0.2.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
52
- mem0ai_azure_mysql-0.2.0.dist-info/RECORD,,
45
+ mem0ai_azure_mysql-0.2.1.dist-info/METADATA,sha256=nGOOLrcMwf2013BPMH8Ur2Modrfts3D2aBpSA-DIJY4,5314
46
+ mem0ai_azure_mysql-0.2.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
47
+ mem0ai_azure_mysql-0.2.1.dist-info/RECORD,,
mem0/client/__init__.py DELETED
File without changes