Danny James Williams
Danny James Williams
And just to confirm that your setup is exactly the same in that python file and within the Elysia configuration? Could you perhaps try using the Elysia python package and...
Very strange, sorry you are experiencing that issue. Since it seems to be a network error rather than an Elysia one, I don't think there's much I can do about...
Hey @jianwen095 sorry for the late reply - would you be able to try #60 to see if this fixes your issue?
Hey @gdapian thanks for the detailed report. This looks like a local model error, unfortunately. I expect that if you repeated this query e.g. 5 times it might not error...
Hey, thanks for the report. Is this happening in the app or using the python package?
I think I found the source of this issue. When trying to fetch objects above the limit of 100,000 objects, Weaviate throws an error. This is configurable in Weaviate, but...
Okay looks like a new issue, that's progress! I increased the default timeout values for the client in #24. Let me know if this fixes it? If not, try initialising...
Thank you, we will work on this in a future version to add this to the UI! This would be a good thing to be able to configure.
@BastianSpatz How many items are in your collection? Do you get any logging messages during preprocessing you wouldn't mind sharing? e.g. "Estimated token count of sample", etc. If not, can...
Interesting. @BastianSpatz Could you try this PR: https://github.com/weaviate/elysia/pull/72 to see if it fixes your issue?