First we have to add a declarative Pinecone configuration in Python. The following example shows the required fields.
Copy
Ask AI
import featureform as ffweaviate = ff.register_weaviate( name="weaviate-quickstart", url="https://<CLUSTER NAME>.weaviate.network", api_key="<API KEY>" description="A Weaviate project for using embeddings in Featureform")client.apply()