Eric L (CCCS)

Results 7 issues of Eric L (CCCS)

When uploading a snapshot via the Qdrant dashboard (UI), the UI will refuse any collection name that includes a dot [`.`]. ## Current Behavior See the following screenshot: ![image](https://github.com/qdrant/qdrant/assets/56447460/071ab299-6421-43fa-8840-054a3ac73581) But...

bug

This PR is in response to issue #378 . Every time a FileNotFoundError is raised, the error will now contain the path of the requested resource.

When a resource is requested by the user and that resource is missing, a FileNotFoundError is raised. But the path of the missing resource is missing from the error description,...

When comparing the Python implementation of SqlCatalog with the Java implementation (JdbcCatalog), I have noticed some differences that this PR tries to address. In my opinion, we should be able...

This PR is meant to serve as an example on how we could improve the documentation to make it more suitable for a Retrieval Augmented Generation (RAG) pipeline. When the...

## Overview This PR provides updates to the following ODM documentation: - Result - Submission - Signature - Statistics Those updates will improve our LLM capability to make sense of...