Virendra Singh

Results 8 issues of Virendra Singh

Hi Team, When I try to create embeddigns for some pdf docuements, the program got stuck after some time. After some investigations, it appears that all teh blocks which were...

2 Changes : 1.Embedding status thread does not terminate #236 2.tests/run-tests.py takes 'localhost' as host for Milvus, it can be taken from environment variable. In my own setup , I...

It seems that currently the framework does not have option to provide own database name for vector database . All collections are created in 'default' database. This is an issue...

adding embedding_db_name parameters at appropriate places to allow creating embeddings in a non 'default' vector database. This applies to Milvus only right now, other vector databases' code is not touched...

Being able to add partition_name parameter when searching in Milvus database ( when using EmbeddingMilvus handler class)

Milvus database provides capability to partition data inside a collection ( I intend to use this capability) . Currently EmbeddingHandler code does not provide this optional parameter. I have updated...

clean_the_environment() method cleans up all data under llmware_data folder. This is an issue because it cleans up any custom account's data too and that creates problems, e.g. the uploads() folder...

Query().apply_custom_filter does simple exact search for custom filters. This does not server the purpose most of the time ( at least for me ) . I need to filter using...