Yasha Boroumand

Results 16 comments of Yasha Boroumand

Thanks for the solution. I had the same problem in my K8s cluster and it was solved by changing the regex to allow all hosts. Not sure but might be...

It seems that the new change is only supporting "_source" filter. I am trying to use "size", "from" and "sort" but it is not working while the "_source" works. Am...

Is there any update on this issue, I'm also open to any contribution due to the fact that we are really in need for this feature. How can I contribute?

Still I haven't added code for unit tests. I will add, once the mentioned changes for the `VectorStore` itnerface are approved

Hi, To answer the first question regarding how much generic are the operations done in base `VectorStore`: I went through the documentation of all subclasses of `VectorStore`. in this PR...

@kacperlukawski Yes, `VectorStoreFilter` should be a general interface for all vector stores. The best solution which comes to my mind is to implement ES-like Interface. for now only `And` operator...

Is there any update on this issue, this is something that would actually be useful :)

Same here: GET `/cluster` ``` { "result": { "status": "enabled", "peer_id": 399284531266390, "peers": { "3623990355959938": { "uri": "http://urlslab-qdrant-1.urlslab-qdrant-headless:6335/" }, "3536642733441919": { "uri": "http://urlslab-qdrant-2.urlslab-qdrant-headless:6335/" }, "399284531266390": { "uri": "http://urlslab-qdrant-0.urlslab-qdrant-headless:6335/" } },...

@generall , I think a part of the issue lies in the fact that the shards don't get restarted correctly when they are dead. When I restarted all qdrant nodes,...

Might it be the case that 50 shards is alot to handle for 3 Qdrant nodes? If so, how many shards is recommended? as stated in the docs, It's really...