Hey everyone,
WCS pricing solely depends on vector dimensions and stored data objects.
In our workflow, we take some pdfs, transform them into text by a third party service, chunk the results and finally get vector embeddings and store these in Weaviate.
Now I was wondering, whether it would be a good idea to store the original pdf documents along with the extracted text and vectors in Weaviate as a property with datatype blob. This would help us restore the original file later and we would have everything in one place, i.e. in WCS.
As I understand it, large property entries would not interfere with search performance. Is this correct?
Would it be considered good practice to store the original documents in such a way? Or would it violate some sort of “fair use” of the object properties in WCS as they do not cost extra?
Thanks in advance and best regards,
Steffen