Loading...
Insert OneInserts a single object into the Weaviate database.
Allows writing data without authentication, potentially corrupting the database.
QueryRetrieves objects from Weaviate using hybrid search.
Read-only operation that retrieves data from the database.
The server is relatively safe for read-only operations. However, the ability to insert data without authentication poses a moderate risk. It is risky to expose this server to untrusted environments without proper access controls.