i dont want to use classes and properties, i just want to add data to weaviate db
Hi @Abhishek_Joshi ! Welcome to our community
Weaviate will store your data in classes (the equivalent to Tables
in a regular SQL database) and properties (the equivalent to Column
in a regular SQL database).
With that said, you will need to have a class and properties.
You can leverage the Auto-Schema feature and not worry about creating your models beforehand, but you will be using it anyhow.
Let me know if this helps, or how can I help you on your Weaviate Journey.
Thanks!