chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:37:47 +08:00
commit 7653f56fed
1422 changed files with 359026 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[project]
name = "database-memory-agent"
version = "0.1.0"
description = "Database Memory Agent with RAG capabilities using MongoDB Atlas Vector Search, Voyage AI, and OpenAI"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"pymongo",
"voyageai",
"openai",
"langchain",
"langchain-mongodb",
"langchain-community",
"python-dotenv",
"streamlit",
"pypdf",
]