[Community]: Small Fix in google_firestore memory notebook (#29107)

- **Description:** Just a small fix in google_firestore memory notebook
- **Issue:** @29095
This commit is contained in:
Mohammad Mohtashim 2025-01-09 20:00:41 +05:00 committed by GitHub
parent 00dcc44739
commit a46c2bce51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,7 +47,7 @@
}, },
"outputs": [], "outputs": [],
"source": [ "source": [
"%pip install -upgrade --quiet langchain-google-firestore" "%pip install --upgrade --quiet langchain-google-firestore"
] ]
}, },
{ {