typescript-client
typescript-client copied to clipboard
Official Weaviate TypeScript Client
Results
62
typescript-client issues
Sort by
recently updated
recently updated
newest added
[Python PR](https://github.com/weaviate/weaviate-python-client/pull/1494) for reference
1.28
When you convert data to base64, you get a string with this format `data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAABQAAA...` however, inouting this directly throws and error. Everything works fine if we omit `data:image/jpeg;base64,`. Can we...