weaviate-client
python library connect to a weaviate instance.
The required arguments to establish a connection are:
weaviate_url
: url of the weaviate databaseweaviate_api_key
: API key to authenticate with weaviate (in case of cloud instance).persistence_directory
: directory to be used in case of local storageCREATE
search_vector
or embeddings
in WHERE
clause
WHERE
clause on dynamic fields like normal SQL
DELETE
just like in SQL.