Description
Hi I am using Weaviate embedded with python api v3, is there a way to set the resources usage limit, as I could not find this documented on the python Api so far, thanks
I am instantiating the weaviate client like this
client = weaviate.Client( embedded_options=weaviate.embedded.EmbeddedOptions( persistence_data_path=PERSISTANCE_PATH )
Server Setup Information
- Weaviate Server Version: python v3
- Deployment Method: embedded
- Multi Node? Number of Running Nodes: no
- Client Language and Version: api v3, python
- Multitenancy?: no