ramchennuru
Results
1
issues of
ramchennuru
After creation of collection, injected the data in the collection and trying to create Snapshot.But,it was showing creation time as None. **code:** `def create_snapshot(collection_name="test_collection"): url = f'{qdrant_url}/collections/{collection_name}/snapshot' headers = {...
bug