.env.example
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
CONTRIBUTING_CN.md
Dockerfile
LICENSE
Makefile
NOTICE
OWNERS
README.md
README.zh-CN.md
codecov.yml
pyproject.toml
.github/workflows/publish-pypi.yml
docs/EMBEDDING.md
docs/README.md
docs/SDK.md
docs/plans/README.md
docs/plans/pyplasmod-000-template.md
docs/plans/pyplasmod-001-http-sdk-design.md
docs/plans/pyplasmod-002-gateway-tier-b-shortcuts-design.md
docs/plans/pyplasmod-003-sdk-usage-guide.md
docs/zh-CN/EMBEDDING.md
docs/zh-CN/README.md
docs/zh-CN/SDK.md
docs/zh-CN/plans/README.md
docs/zh-CN/plans/pyplasmod-001-http-sdk-design.md
docs/zh-CN/plans/pyplasmod-002-gateway-tier-b-shortcuts-design.md
docs/zh-CN/plans/pyplasmod-003-sdk-usage-guide.md
examples/batch_ingest.py
examples/embedding_cpu_gpu.py
examples/http_quickstart.py
examples/ingest_fbin.py
examples/langchain_quickstart.py
pyplasmod/__init__.py
pyplasmod/__main__.py
pyplasmod/batch.py
pyplasmod/client.py
pyplasmod/easy.py
pyplasmod/exceptions.py
pyplasmod/package_help.py
pyplasmod/profile_store.py
pyplasmod/py.typed
pyplasmod.egg-info/PKG-INFO
pyplasmod.egg-info/SOURCES.txt
pyplasmod.egg-info/dependency_links.txt
pyplasmod.egg-info/requires.txt
pyplasmod.egg-info/top_level.txt
pyplasmod/data/__init__.py
pyplasmod/data/__main__.py
pyplasmod/embedded/__init__.py
pyplasmod/embedded/_lib.py
pyplasmod/embedded/factory.py
pyplasmod/embedded/faiss_store.py
pyplasmod/embedded/hnsw_store.py
pyplasmod/embedded/manifest.py
pyplasmod/embedded/manifest_io.py
pyplasmod/embedded/milvus_compat.py
pyplasmod/embedded/simple_store.py
pyplasmod/embedded/warm_store.py
pyplasmod/embedding/__init__.py
pyplasmod/embedding/config.py
pyplasmod/embedding/facade.py
pyplasmod/embedding/gateway.py
pyplasmod/embedding/runtime.py
pyplasmod/grpc/__init__.py
pyplasmod/grpc/client.py
pyplasmod/grpc/deploy.py
pyplasmod/grpc/errors.py
pyplasmod/grpc/pb/__init__.py
pyplasmod/grpc/pb/plasmod/__init__.py
pyplasmod/grpc/pb/plasmod/v1/__init__.py
pyplasmod/grpc/pb/plasmod/v1/plasmod_pb2.py
pyplasmod/grpc/pb/plasmod/v1/plasmod_pb2_grpc.py
pyplasmod/grpc/proto/plasmod/v1/plasmod.proto
pyplasmod/http/__init__.py
pyplasmod/http/binary.py
pyplasmod/http/client.py
pyplasmod/http/deploy.py
pyplasmod/http/errors.py
pyplasmod/http/warm_index.py
pyplasmod/langchain/__init__.py
pyplasmod/langchain/vectorstore.py
pyplasmod/runtime/__init__.py
pyplasmod/runtime/docker_bootstrap.py
pyplasmod/runtime/embedded_server.py
pyplasmod/runtime/retrieval_probe.py
tests/pytest.ini
tests/ruff.toml
tests/test_batch.py
tests/test_batch_ingest.py
tests/test_data_upload.py
tests/test_docker_bootstrap.py
tests/test_easy_plasmod.py
tests/test_embedded_client.py
tests/test_embedding.py
tests/test_faiss_client.py
tests/test_grpc_client.py
tests/test_http_deploy.py
tests/test_http_sdk.py
tests/test_langchain.py
tests/test_package_help.py
tests/test_plasmod_client.py
tests/test_profile_store.py
tests/test_simple_client.py