Harsha

Results 5 issues of Harsha

I am new to contributing to open-source. I have installed poetry 1.4.0 version and setup new conda environment. While running ```poetry install -E all```, I am getting error as such:...

### Bug Description After indexing new docs using Qdrant Vector Store in-memory and persisting it in local disk, I try to load the same index for answer generation. But, I...

bug
triage

### Question Validation - [X] I have searched both the documentation and discord for an answer. ### Question How can I add new documents in an existing collection in Qdrant...

question

I have set os.environ["OLLAMA_NUM_PARALLEL"] = "4" through python script, but it is not running parallely 4 LLM requests. Please help me with this issue.

Hi, I am using ollama.AsyncClient() for parallel processing of documents. I am setting keep_alive parameter from ollama.AsyncClient().chat(keep_alive=-1). I have also tried setting env variable, os.environ["OLLAMA_KEEP_ALIVE"] = "-1" While checking ollama...