Vector Databases
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
import featureform as ff
weaviate = 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()