.env.example
.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
CONTRIBUTING_CN.md
Dockerfile
LICENSE
Makefile
OWNERS
README.md
README.zh-CN.md
codecov.yml
pyproject.toml
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/http_quickstart.py
examples/ingest_fbin.py
examples/langchain_quickstart.py
pyplasmod/__init__.py
pyplasmod/__main__.py
pyplasmod/batch.py
pyplasmod/easy.py
pyplasmod/exceptions.py
pyplasmod/package_help.py
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/embedding/__init__.py
pyplasmod/embedding/config.py
pyplasmod/embedding/facade.py
pyplasmod/embedding/gateway.py
pyplasmod/embedding/runtime.py
pyplasmod/http/__init__.py
pyplasmod/http/binary.py
pyplasmod/http/client.py
pyplasmod/http/errors.py
pyplasmod/langchain/__init__.py
pyplasmod/langchain/vectorstore.py
tests/pytest.ini
tests/ruff.toml
tests/test_batch.py
tests/test_batch_ingest.py
tests/test_data_upload.py
tests/test_easy_plasmod.py
tests/test_http_sdk.py
tests/test_langchain.py
tests/test_package_help.py