We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1496b8 commit 7918a87Copy full SHA for 7918a87
pyproject.toml
@@ -34,8 +34,7 @@ dependencies = [
34
"llama-index-vector-stores-opensearch>=0.6.1",
35
"psycopg2-binary>=2.9.10", # For PostgreSQL database (short term memory)
36
"pymysql>=1.1.1", # For MySQL database (short term memory)
37
- "opensearch-py==2.8.0",
38
- "ipykernel>=7.0.0",
+ "opensearch-py==2.8.0"
39
]
40
41
[project.scripts]
0 commit comments