Files
qdrant-client/.gitignore
Jojii 8f8b1b6b66 Connection pooling (#1071)
* Connection pooling in GRPC

* Undo auto formattings

* Make next_grpc_client() protected

* Prevent partial initialization of grpc clients on channel creation error

* also apply pool_size to rest client

* Fix using non clamped pool_size in httpx

* Review remarks

* fix: fix minor things (#1075)

---------

Co-authored-by: George <george.panchuk@qdrant.tech>
2025-11-14 18:06:06 +07:00

18 lines
214 B
Plaintext

venv
.DS_Store
__pycache__
.pytest_cache
.idea
.vscode
.devcontainer
.coverage
htmlcov
*.iml
dist
*.tar.gz
local_cache/*/*
.python-version
docs/source/examples/local_cache/*
docs/source/examples/path/to/db/*
.venv