Google Firestore in Datastore Mode
Firestore in Datastore Mode is a NoSQL document database built for automatic scaling, high performance and ease of application development. Extend your database application to build AI-powered experiences leveraging Datastore's Langchain integrations.
This notebook goes over how to use Firestore in Datastore Mode to save, load and delete langchain documents with DatastoreLoader
and DatastoreSaver
.
Learn more about the package on GitHub.
Before You Beginโ
To run this notebook, you will need to do the following:
- Create a Google Cloud Project
- Enable the Datastore API
- Create a Firestore in Datastore Mode database
After confirmed access to database in the runtime environment of this notebook, filling the following values and run the cell before running example scripts.