Diptanu Choudhury

Results 53 issues of Diptanu Choudhury

Hi, Are there any plans for open sourcing the storage tier/services that powers the Atlas query engine on AWS?

question

After the PR around better error message was merged into master, the PullImage API seems to be broken. I am getting the following error message - ``` invalid character '{'...

Currently the PullImage API doesn't indicate if there was an error while downloading an image. Is it possible to parse the response of the remote api and return that image...

Is there any way to make context of batch_fn not be static? I want to load the models after the server has been initialized with a configuration of a list...

I am looking into adding support for sentence-transformers/all-mpnet-base-v2. I have successfully extracted the rust weights and the models are here - https://huggingface.co/diptanuc/all-mpnet-base-v2 The SentenceEmbeddingBuilder doesn't however understand the mpnet architecture....

Model request

Hey @guillaume-be will you accept an PR to make the path of downloaded models configurable? An application using this library might want the path for caching(or to turn off caching)...

Nomad should forward `stdout` and `stderr` log messages to an operator specified syslog endpoint. The syslog endpoint has to be specified in the Nomad client configuration file.

type/enhancement
theme/client
theme/logging

This is an amazing project, and the document extraction model works really well. I would love to propose an integration between RAGFlow and Indexify - https://getindexify.ai Indexify is an Apache...

We are trying to use this Redis Client on a service which is on AWS. I am seeing that the client tries to connect to Redis when the object is...

I am creating this issue to discuss what needs to be done to integrate RxNetty with RxScala. RxNetty currently uses `rx.Observable` in it's API, it would be much nicer if...