Stephen Hu
Stephen Hu
> @Woody-Hu Current Status: Fixed: File selection no longer causes other options to disappear Remaining Issue: File filtering fails to properly restrict search results Hi @asiroliu I want to confirm...
> @Woody-Hu Hi, just checking if you've seen the previous message? @asiroliu I just get the notice your message, will update that PR. Updated
As I know the default kb_conn ES will not affect the write change immediately, https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-refresh-1
> > [@mumumi](https://github.com/mumumi) As I know this is an asynchronous operation. You'll need to check the status manually using the list_chunks method. > > I know that “async_parse” and “async_cancel_parse”...
> [@ericwu0930](https://github.com/ericwu0930) You should first call stop_parse, then initiate a new parse operation. The error occurs because the previous parse process is still running. Hi @asiroliu based on @ericwu0930 's...
> OK, understand, 128-byte is the limit of the length of filename. If I revise NAME_LENGTH_LIMIT = 2**11 in constants.py file, the limit will be also revised 256-byte? Hi @Simonqujian78,...
> That is to say no way to revise the limitition? > > > > OK, understand, 128-byte is the limit of the length of filename. If I revise NAME_LENGTH_LIMIT...
> I don't know the RAGFlow internals, but the way I imagine it this should be easy to implement. It would be the same as retrieve() but with _fewer_ steps....
In my mind, this design is to keep consistency re-rank behavior across different knowledge conn. @KevinHuSh Please correct me if I miss some cases, thanks.
should be your queue (redis) meet some exceptions ` def queue_info(self, queue, group_name) -> dict | None: try: groups = self.REDIS.xinfo_groups(queue) for group in groups: if group["name"] == group_name: return...