Andrey Vasnetsov

Results 521 comments of Andrey Vasnetsov

> IO Error: Access is denied. Can it be because process doesn't have access to files?

https://qdrant.tech/documentation/guides/common-errors/#incompatible-file-system

I don't think qdrant should use AWS-specific env variables. You should try regular ones like this: `QDRANT__STORAGE__SNAPSHOTS_CONFIG__S3_CONFIG__ACCESS_KEY=...`

I consider this resolved, please feel free to re-open if there is any additional context

I believe there are much more panics possible if we assume files can be randomly corrupted. > either provide a good error and exit or log the error which format...

> tokenizer in full text search doesn't ignore between singular and plural english words. tokenezer is not expected to do that. What you are looking for is called lemmatizer and...

It is, most definitely, a filesystem issue. We added a on-load check to verify that filesystem is compatible: https://github.com/qdrant/qdrant/pull/6682

Hey @dev-ago! Qdrant Agent is not part of this repository. If you are talking about hybrid cloud agent, I will try to forward your question

Hey @signalprime, do you know any popular embeddings model trained with this metric?

I can't guarantee that we will merge your PR even if you implement it. As might have seen, distance metric is not only a single formula, we need to maintain...