docs: Update FastMCP import paths and dependencies

This commit is contained in:
David Soria Parra
2024-12-19 15:28:03 +00:00
parent dad01945c7
commit aa3b550ec6
3 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
# /// script
# dependencies = ["pydantic-ai-slim[openai]", "asyncpg", "numpy", "pgvector", "fastmcp"]
# dependencies = ["pydantic-ai-slim[openai]", "asyncpg", "numpy", "pgvector"]
# ///
# uv pip install 'pydantic-ai-slim[openai]' asyncpg numpy pgvector fastmcp
# uv pip install 'pydantic-ai-slim[openai]' asyncpg numpy pgvector
"""
Recursive memory system inspired by the human brain's clustering of memories.

View File

@@ -1,5 +1,5 @@
# /// script
# dependencies = ["fastmcp"]
# dependencies = []
# ///
"""