### Installing Tencent VectorDB Python SDK Source: https://github.com/tencent/vectordatabase-sdk-python/blob/main/README.md This command installs the Tencent VectorDB Python SDK using pip, the standard package installer for Python. It ensures all necessary dependencies are downloaded and configured for use. ```sh pip install tcvectordb ``` -------------------------------- ### Installing Tencent VectorDB Sparse Encoder SDK - Shell Source: https://github.com/tencent/vectordatabase-sdk-python/blob/main/tcvdb_text/README.md This command installs the Tencent VectorDB Sparse Encoder Python SDK using pip, the standard package installer for Python. It ensures all necessary libraries and dependencies are available for use. ```Shell pip3 install tcvdb-text ``` -------------------------------- ### Python Project Dependencies for Vector Database SDK Source: https://github.com/tencent/vectordatabase-sdk-python/blob/main/requirements.txt This snippet lists the required Python packages for the Tencent Vector Database SDK. It includes libraries for HTTP requests, Tencent Cloud Object Storage, gRPC communication, caching, URL handling, text processing, numerical operations, and JSON parsing, with `ujson` specifically pinned to version 5.9.0. ```Python requests cos-python-sdk-v5 grpcio grpcio-tools cachetools urllib3 tcvdb-text numpy ujson=5.9.0 ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.