Virendra Singh

Results 8 comments of Virendra Singh

Hi Darren, thanks for the response. I am using Milvus along with embedding model industry-bert-sec. Also, there is no "text" in the image block, pasting the screenshot of one document...

It seems the code is stuck at the following method in status.py, apparently to keep listening for embedding status: def tail_embedding_status(self, library_name, model_name, poll_seconds=0.2): Thread(target = self._tail_embedding_status, args = (library_name,...

Thanks for the encouraging comments, I would certainly like to keep contributing. I have not personally found anything better than llmware framework on RAG yet, so I have decided to...

Thanks Darren! and wish you a great and fulfilling new year too :)

hi Darren, Thanks for youre response. I would need the capabiltity to both read and write from particular partitions and also search across partitions for my use case as this...

I just wrote this piece of code, this one can match mongodb operators like $eq, $ne and $regex etc.. Its using mongoquery (https://pypi.org/project/mongoquery/) package to do the match. mongoquery has...

> > does simple exact search for custom filters > > I've found this an issue as well. One way I was thinking of this is if there could be...