@synsci/cli-darwin-x64 1.1.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/skills/accelerate/SKILL.md +332 -0
- package/bin/skills/accelerate/references/custom-plugins.md +453 -0
- package/bin/skills/accelerate/references/megatron-integration.md +489 -0
- package/bin/skills/accelerate/references/performance.md +525 -0
- package/bin/skills/audiocraft/SKILL.md +564 -0
- package/bin/skills/audiocraft/references/advanced-usage.md +666 -0
- package/bin/skills/audiocraft/references/troubleshooting.md +504 -0
- package/bin/skills/autogpt/SKILL.md +403 -0
- package/bin/skills/autogpt/references/advanced-usage.md +535 -0
- package/bin/skills/autogpt/references/troubleshooting.md +420 -0
- package/bin/skills/awq/SKILL.md +310 -0
- package/bin/skills/awq/references/advanced-usage.md +324 -0
- package/bin/skills/awq/references/troubleshooting.md +344 -0
- package/bin/skills/axolotl/SKILL.md +158 -0
- package/bin/skills/axolotl/references/api.md +5548 -0
- package/bin/skills/axolotl/references/dataset-formats.md +1029 -0
- package/bin/skills/axolotl/references/index.md +15 -0
- package/bin/skills/axolotl/references/other.md +3563 -0
- package/bin/skills/bigcode-evaluation-harness/SKILL.md +405 -0
- package/bin/skills/bigcode-evaluation-harness/references/benchmarks.md +393 -0
- package/bin/skills/bigcode-evaluation-harness/references/custom-tasks.md +424 -0
- package/bin/skills/bigcode-evaluation-harness/references/issues.md +394 -0
- package/bin/skills/bitsandbytes/SKILL.md +411 -0
- package/bin/skills/bitsandbytes/references/memory-optimization.md +521 -0
- package/bin/skills/bitsandbytes/references/qlora-training.md +521 -0
- package/bin/skills/bitsandbytes/references/quantization-formats.md +447 -0
- package/bin/skills/blip-2/SKILL.md +564 -0
- package/bin/skills/blip-2/references/advanced-usage.md +680 -0
- package/bin/skills/blip-2/references/troubleshooting.md +526 -0
- package/bin/skills/chroma/SKILL.md +406 -0
- package/bin/skills/chroma/references/integration.md +38 -0
- package/bin/skills/clip/SKILL.md +253 -0
- package/bin/skills/clip/references/applications.md +207 -0
- package/bin/skills/constitutional-ai/SKILL.md +290 -0
- package/bin/skills/crewai/SKILL.md +498 -0
- package/bin/skills/crewai/references/flows.md +438 -0
- package/bin/skills/crewai/references/tools.md +429 -0
- package/bin/skills/crewai/references/troubleshooting.md +480 -0
- package/bin/skills/deepspeed/SKILL.md +141 -0
- package/bin/skills/deepspeed/references/08.md +17 -0
- package/bin/skills/deepspeed/references/09.md +173 -0
- package/bin/skills/deepspeed/references/2020.md +378 -0
- package/bin/skills/deepspeed/references/2023.md +279 -0
- package/bin/skills/deepspeed/references/assets.md +179 -0
- package/bin/skills/deepspeed/references/index.md +35 -0
- package/bin/skills/deepspeed/references/mii.md +118 -0
- package/bin/skills/deepspeed/references/other.md +1191 -0
- package/bin/skills/deepspeed/references/tutorials.md +6554 -0
- package/bin/skills/dspy/SKILL.md +590 -0
- package/bin/skills/dspy/references/examples.md +663 -0
- package/bin/skills/dspy/references/modules.md +475 -0
- package/bin/skills/dspy/references/optimizers.md +566 -0
- package/bin/skills/faiss/SKILL.md +221 -0
- package/bin/skills/faiss/references/index_types.md +280 -0
- package/bin/skills/flash-attention/SKILL.md +367 -0
- package/bin/skills/flash-attention/references/benchmarks.md +215 -0
- package/bin/skills/flash-attention/references/transformers-integration.md +293 -0
- package/bin/skills/gguf/SKILL.md +427 -0
- package/bin/skills/gguf/references/advanced-usage.md +504 -0
- package/bin/skills/gguf/references/troubleshooting.md +442 -0
- package/bin/skills/gptq/SKILL.md +450 -0
- package/bin/skills/gptq/references/calibration.md +337 -0
- package/bin/skills/gptq/references/integration.md +129 -0
- package/bin/skills/gptq/references/troubleshooting.md +95 -0
- package/bin/skills/grpo-rl-training/README.md +97 -0
- package/bin/skills/grpo-rl-training/SKILL.md +572 -0
- package/bin/skills/grpo-rl-training/examples/reward_functions_library.py +393 -0
- package/bin/skills/grpo-rl-training/templates/basic_grpo_training.py +228 -0
- package/bin/skills/guidance/SKILL.md +572 -0
- package/bin/skills/guidance/references/backends.md +554 -0
- package/bin/skills/guidance/references/constraints.md +674 -0
- package/bin/skills/guidance/references/examples.md +767 -0
- package/bin/skills/hqq/SKILL.md +445 -0
- package/bin/skills/hqq/references/advanced-usage.md +528 -0
- package/bin/skills/hqq/references/troubleshooting.md +503 -0
- package/bin/skills/hugging-face-cli/SKILL.md +191 -0
- package/bin/skills/hugging-face-cli/references/commands.md +954 -0
- package/bin/skills/hugging-face-cli/references/examples.md +374 -0
- package/bin/skills/hugging-face-datasets/SKILL.md +547 -0
- package/bin/skills/hugging-face-datasets/examples/diverse_training_examples.json +239 -0
- package/bin/skills/hugging-face-datasets/examples/system_prompt_template.txt +196 -0
- package/bin/skills/hugging-face-datasets/examples/training_examples.json +176 -0
- package/bin/skills/hugging-face-datasets/scripts/dataset_manager.py +522 -0
- package/bin/skills/hugging-face-datasets/scripts/sql_manager.py +844 -0
- package/bin/skills/hugging-face-datasets/templates/chat.json +55 -0
- package/bin/skills/hugging-face-datasets/templates/classification.json +62 -0
- package/bin/skills/hugging-face-datasets/templates/completion.json +51 -0
- package/bin/skills/hugging-face-datasets/templates/custom.json +75 -0
- package/bin/skills/hugging-face-datasets/templates/qa.json +54 -0
- package/bin/skills/hugging-face-datasets/templates/tabular.json +81 -0
- package/bin/skills/hugging-face-evaluation/SKILL.md +656 -0
- package/bin/skills/hugging-face-evaluation/examples/USAGE_EXAMPLES.md +382 -0
- package/bin/skills/hugging-face-evaluation/examples/artificial_analysis_to_hub.py +141 -0
- package/bin/skills/hugging-face-evaluation/examples/example_readme_tables.md +135 -0
- package/bin/skills/hugging-face-evaluation/examples/metric_mapping.json +50 -0
- package/bin/skills/hugging-face-evaluation/requirements.txt +20 -0
- package/bin/skills/hugging-face-evaluation/scripts/evaluation_manager.py +1374 -0
- package/bin/skills/hugging-face-evaluation/scripts/inspect_eval_uv.py +104 -0
- package/bin/skills/hugging-face-evaluation/scripts/inspect_vllm_uv.py +317 -0
- package/bin/skills/hugging-face-evaluation/scripts/lighteval_vllm_uv.py +303 -0
- package/bin/skills/hugging-face-evaluation/scripts/run_eval_job.py +98 -0
- package/bin/skills/hugging-face-evaluation/scripts/run_vllm_eval_job.py +331 -0
- package/bin/skills/hugging-face-evaluation/scripts/test_extraction.py +206 -0
- package/bin/skills/hugging-face-jobs/SKILL.md +1041 -0
- package/bin/skills/hugging-face-jobs/index.html +216 -0
- package/bin/skills/hugging-face-jobs/references/hardware_guide.md +336 -0
- package/bin/skills/hugging-face-jobs/references/hub_saving.md +352 -0
- package/bin/skills/hugging-face-jobs/references/token_usage.md +546 -0
- package/bin/skills/hugging-face-jobs/references/troubleshooting.md +475 -0
- package/bin/skills/hugging-face-jobs/scripts/cot-self-instruct.py +718 -0
- package/bin/skills/hugging-face-jobs/scripts/finepdfs-stats.py +546 -0
- package/bin/skills/hugging-face-jobs/scripts/generate-responses.py +587 -0
- package/bin/skills/hugging-face-model-trainer/SKILL.md +711 -0
- package/bin/skills/hugging-face-model-trainer/references/gguf_conversion.md +296 -0
- package/bin/skills/hugging-face-model-trainer/references/hardware_guide.md +283 -0
- package/bin/skills/hugging-face-model-trainer/references/hub_saving.md +364 -0
- package/bin/skills/hugging-face-model-trainer/references/reliability_principles.md +371 -0
- package/bin/skills/hugging-face-model-trainer/references/trackio_guide.md +189 -0
- package/bin/skills/hugging-face-model-trainer/references/training_methods.md +150 -0
- package/bin/skills/hugging-face-model-trainer/references/training_patterns.md +203 -0
- package/bin/skills/hugging-face-model-trainer/references/troubleshooting.md +282 -0
- package/bin/skills/hugging-face-model-trainer/scripts/convert_to_gguf.py +424 -0
- package/bin/skills/hugging-face-model-trainer/scripts/dataset_inspector.py +417 -0
- package/bin/skills/hugging-face-model-trainer/scripts/estimate_cost.py +150 -0
- package/bin/skills/hugging-face-model-trainer/scripts/train_dpo_example.py +106 -0
- package/bin/skills/hugging-face-model-trainer/scripts/train_grpo_example.py +89 -0
- package/bin/skills/hugging-face-model-trainer/scripts/train_sft_example.py +122 -0
- package/bin/skills/hugging-face-paper-publisher/SKILL.md +627 -0
- package/bin/skills/hugging-face-paper-publisher/examples/example_usage.md +327 -0
- package/bin/skills/hugging-face-paper-publisher/references/quick_reference.md +216 -0
- package/bin/skills/hugging-face-paper-publisher/scripts/paper_manager.py +508 -0
- package/bin/skills/hugging-face-paper-publisher/templates/arxiv.md +299 -0
- package/bin/skills/hugging-face-paper-publisher/templates/ml-report.md +358 -0
- package/bin/skills/hugging-face-paper-publisher/templates/modern.md +319 -0
- package/bin/skills/hugging-face-paper-publisher/templates/standard.md +201 -0
- package/bin/skills/hugging-face-tool-builder/SKILL.md +115 -0
- package/bin/skills/hugging-face-tool-builder/references/baseline_hf_api.py +57 -0
- package/bin/skills/hugging-face-tool-builder/references/baseline_hf_api.sh +40 -0
- package/bin/skills/hugging-face-tool-builder/references/baseline_hf_api.tsx +57 -0
- package/bin/skills/hugging-face-tool-builder/references/find_models_by_paper.sh +230 -0
- package/bin/skills/hugging-face-tool-builder/references/hf_enrich_models.sh +96 -0
- package/bin/skills/hugging-face-tool-builder/references/hf_model_card_frontmatter.sh +188 -0
- package/bin/skills/hugging-face-tool-builder/references/hf_model_papers_auth.sh +171 -0
- package/bin/skills/hugging-face-trackio/SKILL.md +65 -0
- package/bin/skills/hugging-face-trackio/references/logging_metrics.md +206 -0
- package/bin/skills/hugging-face-trackio/references/retrieving_metrics.md +223 -0
- package/bin/skills/huggingface-tokenizers/SKILL.md +516 -0
- package/bin/skills/huggingface-tokenizers/references/algorithms.md +653 -0
- package/bin/skills/huggingface-tokenizers/references/integration.md +637 -0
- package/bin/skills/huggingface-tokenizers/references/pipeline.md +723 -0
- package/bin/skills/huggingface-tokenizers/references/training.md +565 -0
- package/bin/skills/instructor/SKILL.md +740 -0
- package/bin/skills/instructor/references/examples.md +107 -0
- package/bin/skills/instructor/references/providers.md +70 -0
- package/bin/skills/instructor/references/validation.md +606 -0
- package/bin/skills/knowledge-distillation/SKILL.md +458 -0
- package/bin/skills/knowledge-distillation/references/minillm.md +334 -0
- package/bin/skills/lambda-labs/SKILL.md +545 -0
- package/bin/skills/lambda-labs/references/advanced-usage.md +611 -0
- package/bin/skills/lambda-labs/references/troubleshooting.md +530 -0
- package/bin/skills/langchain/SKILL.md +480 -0
- package/bin/skills/langchain/references/agents.md +499 -0
- package/bin/skills/langchain/references/integration.md +562 -0
- package/bin/skills/langchain/references/rag.md +600 -0
- package/bin/skills/langsmith/SKILL.md +422 -0
- package/bin/skills/langsmith/references/advanced-usage.md +548 -0
- package/bin/skills/langsmith/references/troubleshooting.md +537 -0
- package/bin/skills/litgpt/SKILL.md +469 -0
- package/bin/skills/litgpt/references/custom-models.md +568 -0
- package/bin/skills/litgpt/references/distributed-training.md +451 -0
- package/bin/skills/litgpt/references/supported-models.md +336 -0
- package/bin/skills/litgpt/references/training-recipes.md +619 -0
- package/bin/skills/llama-cpp/SKILL.md +258 -0
- package/bin/skills/llama-cpp/references/optimization.md +89 -0
- package/bin/skills/llama-cpp/references/quantization.md +213 -0
- package/bin/skills/llama-cpp/references/server.md +125 -0
- package/bin/skills/llama-factory/SKILL.md +80 -0
- package/bin/skills/llama-factory/references/_images.md +23 -0
- package/bin/skills/llama-factory/references/advanced.md +1055 -0
- package/bin/skills/llama-factory/references/getting_started.md +349 -0
- package/bin/skills/llama-factory/references/index.md +19 -0
- package/bin/skills/llama-factory/references/other.md +31 -0
- package/bin/skills/llamaguard/SKILL.md +337 -0
- package/bin/skills/llamaindex/SKILL.md +569 -0
- package/bin/skills/llamaindex/references/agents.md +83 -0
- package/bin/skills/llamaindex/references/data_connectors.md +108 -0
- package/bin/skills/llamaindex/references/query_engines.md +406 -0
- package/bin/skills/llava/SKILL.md +304 -0
- package/bin/skills/llava/references/training.md +197 -0
- package/bin/skills/lm-evaluation-harness/SKILL.md +490 -0
- package/bin/skills/lm-evaluation-harness/references/api-evaluation.md +490 -0
- package/bin/skills/lm-evaluation-harness/references/benchmark-guide.md +488 -0
- package/bin/skills/lm-evaluation-harness/references/custom-tasks.md +602 -0
- package/bin/skills/lm-evaluation-harness/references/distributed-eval.md +519 -0
- package/bin/skills/long-context/SKILL.md +536 -0
- package/bin/skills/long-context/references/extension_methods.md +468 -0
- package/bin/skills/long-context/references/fine_tuning.md +611 -0
- package/bin/skills/long-context/references/rope.md +402 -0
- package/bin/skills/mamba/SKILL.md +260 -0
- package/bin/skills/mamba/references/architecture-details.md +206 -0
- package/bin/skills/mamba/references/benchmarks.md +255 -0
- package/bin/skills/mamba/references/training-guide.md +388 -0
- package/bin/skills/megatron-core/SKILL.md +366 -0
- package/bin/skills/megatron-core/references/benchmarks.md +249 -0
- package/bin/skills/megatron-core/references/parallelism-guide.md +404 -0
- package/bin/skills/megatron-core/references/production-examples.md +473 -0
- package/bin/skills/megatron-core/references/training-recipes.md +547 -0
- package/bin/skills/miles/SKILL.md +315 -0
- package/bin/skills/miles/references/api-reference.md +141 -0
- package/bin/skills/miles/references/troubleshooting.md +352 -0
- package/bin/skills/mlflow/SKILL.md +704 -0
- package/bin/skills/mlflow/references/deployment.md +744 -0
- package/bin/skills/mlflow/references/model-registry.md +770 -0
- package/bin/skills/mlflow/references/tracking.md +680 -0
- package/bin/skills/modal/SKILL.md +341 -0
- package/bin/skills/modal/references/advanced-usage.md +503 -0
- package/bin/skills/modal/references/troubleshooting.md +494 -0
- package/bin/skills/model-merging/SKILL.md +539 -0
- package/bin/skills/model-merging/references/evaluation.md +462 -0
- package/bin/skills/model-merging/references/examples.md +428 -0
- package/bin/skills/model-merging/references/methods.md +352 -0
- package/bin/skills/model-pruning/SKILL.md +495 -0
- package/bin/skills/model-pruning/references/wanda.md +347 -0
- package/bin/skills/moe-training/SKILL.md +526 -0
- package/bin/skills/moe-training/references/architectures.md +432 -0
- package/bin/skills/moe-training/references/inference.md +348 -0
- package/bin/skills/moe-training/references/training.md +425 -0
- package/bin/skills/nanogpt/SKILL.md +290 -0
- package/bin/skills/nanogpt/references/architecture.md +382 -0
- package/bin/skills/nanogpt/references/data.md +476 -0
- package/bin/skills/nanogpt/references/training.md +564 -0
- package/bin/skills/nemo-curator/SKILL.md +383 -0
- package/bin/skills/nemo-curator/references/deduplication.md +87 -0
- package/bin/skills/nemo-curator/references/filtering.md +102 -0
- package/bin/skills/nemo-evaluator/SKILL.md +494 -0
- package/bin/skills/nemo-evaluator/references/adapter-system.md +340 -0
- package/bin/skills/nemo-evaluator/references/configuration.md +447 -0
- package/bin/skills/nemo-evaluator/references/custom-benchmarks.md +315 -0
- package/bin/skills/nemo-evaluator/references/execution-backends.md +361 -0
- package/bin/skills/nemo-guardrails/SKILL.md +297 -0
- package/bin/skills/nnsight/SKILL.md +436 -0
- package/bin/skills/nnsight/references/README.md +78 -0
- package/bin/skills/nnsight/references/api.md +344 -0
- package/bin/skills/nnsight/references/tutorials.md +300 -0
- package/bin/skills/openrlhf/SKILL.md +249 -0
- package/bin/skills/openrlhf/references/algorithm-comparison.md +404 -0
- package/bin/skills/openrlhf/references/custom-rewards.md +530 -0
- package/bin/skills/openrlhf/references/hybrid-engine.md +287 -0
- package/bin/skills/openrlhf/references/multi-node-training.md +454 -0
- package/bin/skills/outlines/SKILL.md +652 -0
- package/bin/skills/outlines/references/backends.md +615 -0
- package/bin/skills/outlines/references/examples.md +773 -0
- package/bin/skills/outlines/references/json_generation.md +652 -0
- package/bin/skills/peft/SKILL.md +431 -0
- package/bin/skills/peft/references/advanced-usage.md +514 -0
- package/bin/skills/peft/references/troubleshooting.md +480 -0
- package/bin/skills/phoenix/SKILL.md +475 -0
- package/bin/skills/phoenix/references/advanced-usage.md +619 -0
- package/bin/skills/phoenix/references/troubleshooting.md +538 -0
- package/bin/skills/pinecone/SKILL.md +358 -0
- package/bin/skills/pinecone/references/deployment.md +181 -0
- package/bin/skills/pytorch-fsdp/SKILL.md +126 -0
- package/bin/skills/pytorch-fsdp/references/index.md +7 -0
- package/bin/skills/pytorch-fsdp/references/other.md +4249 -0
- package/bin/skills/pytorch-lightning/SKILL.md +346 -0
- package/bin/skills/pytorch-lightning/references/callbacks.md +436 -0
- package/bin/skills/pytorch-lightning/references/distributed.md +490 -0
- package/bin/skills/pytorch-lightning/references/hyperparameter-tuning.md +556 -0
- package/bin/skills/pyvene/SKILL.md +473 -0
- package/bin/skills/pyvene/references/README.md +73 -0
- package/bin/skills/pyvene/references/api.md +383 -0
- package/bin/skills/pyvene/references/tutorials.md +376 -0
- package/bin/skills/qdrant/SKILL.md +493 -0
- package/bin/skills/qdrant/references/advanced-usage.md +648 -0
- package/bin/skills/qdrant/references/troubleshooting.md +631 -0
- package/bin/skills/ray-data/SKILL.md +326 -0
- package/bin/skills/ray-data/references/integration.md +82 -0
- package/bin/skills/ray-data/references/transformations.md +83 -0
- package/bin/skills/ray-train/SKILL.md +406 -0
- package/bin/skills/ray-train/references/multi-node.md +628 -0
- package/bin/skills/rwkv/SKILL.md +260 -0
- package/bin/skills/rwkv/references/architecture-details.md +344 -0
- package/bin/skills/rwkv/references/rwkv7.md +386 -0
- package/bin/skills/rwkv/references/state-management.md +369 -0
- package/bin/skills/saelens/SKILL.md +386 -0
- package/bin/skills/saelens/references/README.md +70 -0
- package/bin/skills/saelens/references/api.md +333 -0
- package/bin/skills/saelens/references/tutorials.md +318 -0
- package/bin/skills/segment-anything/SKILL.md +500 -0
- package/bin/skills/segment-anything/references/advanced-usage.md +589 -0
- package/bin/skills/segment-anything/references/troubleshooting.md +484 -0
- package/bin/skills/sentence-transformers/SKILL.md +255 -0
- package/bin/skills/sentence-transformers/references/models.md +123 -0
- package/bin/skills/sentencepiece/SKILL.md +235 -0
- package/bin/skills/sentencepiece/references/algorithms.md +200 -0
- package/bin/skills/sentencepiece/references/training.md +304 -0
- package/bin/skills/sglang/SKILL.md +442 -0
- package/bin/skills/sglang/references/deployment.md +490 -0
- package/bin/skills/sglang/references/radix-attention.md +413 -0
- package/bin/skills/sglang/references/structured-generation.md +541 -0
- package/bin/skills/simpo/SKILL.md +219 -0
- package/bin/skills/simpo/references/datasets.md +478 -0
- package/bin/skills/simpo/references/hyperparameters.md +452 -0
- package/bin/skills/simpo/references/loss-functions.md +350 -0
- package/bin/skills/skypilot/SKILL.md +509 -0
- package/bin/skills/skypilot/references/advanced-usage.md +491 -0
- package/bin/skills/skypilot/references/troubleshooting.md +570 -0
- package/bin/skills/slime/SKILL.md +464 -0
- package/bin/skills/slime/references/api-reference.md +392 -0
- package/bin/skills/slime/references/troubleshooting.md +386 -0
- package/bin/skills/speculative-decoding/SKILL.md +467 -0
- package/bin/skills/speculative-decoding/references/lookahead.md +309 -0
- package/bin/skills/speculative-decoding/references/medusa.md +350 -0
- package/bin/skills/stable-diffusion/SKILL.md +519 -0
- package/bin/skills/stable-diffusion/references/advanced-usage.md +716 -0
- package/bin/skills/stable-diffusion/references/troubleshooting.md +555 -0
- package/bin/skills/tensorboard/SKILL.md +629 -0
- package/bin/skills/tensorboard/references/integrations.md +638 -0
- package/bin/skills/tensorboard/references/profiling.md +545 -0
- package/bin/skills/tensorboard/references/visualization.md +620 -0
- package/bin/skills/tensorrt-llm/SKILL.md +187 -0
- package/bin/skills/tensorrt-llm/references/multi-gpu.md +298 -0
- package/bin/skills/tensorrt-llm/references/optimization.md +242 -0
- package/bin/skills/tensorrt-llm/references/serving.md +470 -0
- package/bin/skills/tinker/SKILL.md +362 -0
- package/bin/skills/tinker/references/api-reference.md +168 -0
- package/bin/skills/tinker/references/getting-started.md +157 -0
- package/bin/skills/tinker/references/loss-functions.md +163 -0
- package/bin/skills/tinker/references/models-and-lora.md +139 -0
- package/bin/skills/tinker/references/recipes.md +280 -0
- package/bin/skills/tinker/references/reinforcement-learning.md +212 -0
- package/bin/skills/tinker/references/rendering.md +243 -0
- package/bin/skills/tinker/references/supervised-learning.md +232 -0
- package/bin/skills/tinker-training-cost/SKILL.md +187 -0
- package/bin/skills/tinker-training-cost/scripts/calculate_cost.py +123 -0
- package/bin/skills/torchforge/SKILL.md +433 -0
- package/bin/skills/torchforge/references/api-reference.md +327 -0
- package/bin/skills/torchforge/references/troubleshooting.md +409 -0
- package/bin/skills/torchtitan/SKILL.md +358 -0
- package/bin/skills/torchtitan/references/checkpoint.md +181 -0
- package/bin/skills/torchtitan/references/custom-models.md +258 -0
- package/bin/skills/torchtitan/references/float8.md +133 -0
- package/bin/skills/torchtitan/references/fsdp.md +126 -0
- package/bin/skills/transformer-lens/SKILL.md +346 -0
- package/bin/skills/transformer-lens/references/README.md +54 -0
- package/bin/skills/transformer-lens/references/api.md +362 -0
- package/bin/skills/transformer-lens/references/tutorials.md +339 -0
- package/bin/skills/trl-fine-tuning/SKILL.md +455 -0
- package/bin/skills/trl-fine-tuning/references/dpo-variants.md +227 -0
- package/bin/skills/trl-fine-tuning/references/online-rl.md +82 -0
- package/bin/skills/trl-fine-tuning/references/reward-modeling.md +122 -0
- package/bin/skills/trl-fine-tuning/references/sft-training.md +168 -0
- package/bin/skills/unsloth/SKILL.md +80 -0
- package/bin/skills/unsloth/references/index.md +7 -0
- package/bin/skills/unsloth/references/llms-full.md +16799 -0
- package/bin/skills/unsloth/references/llms-txt.md +12044 -0
- package/bin/skills/unsloth/references/llms.md +82 -0
- package/bin/skills/verl/SKILL.md +391 -0
- package/bin/skills/verl/references/api-reference.md +301 -0
- package/bin/skills/verl/references/troubleshooting.md +391 -0
- package/bin/skills/vllm/SKILL.md +364 -0
- package/bin/skills/vllm/references/optimization.md +226 -0
- package/bin/skills/vllm/references/quantization.md +284 -0
- package/bin/skills/vllm/references/server-deployment.md +255 -0
- package/bin/skills/vllm/references/troubleshooting.md +447 -0
- package/bin/skills/weights-and-biases/SKILL.md +590 -0
- package/bin/skills/weights-and-biases/references/artifacts.md +584 -0
- package/bin/skills/weights-and-biases/references/integrations.md +700 -0
- package/bin/skills/weights-and-biases/references/sweeps.md +847 -0
- package/bin/skills/whisper/SKILL.md +317 -0
- package/bin/skills/whisper/references/languages.md +189 -0
- package/bin/synsc +0 -0
- package/package.json +10 -0
|
@@ -0,0 +1,648 @@
|
|
|
1
|
+
# Qdrant Advanced Usage Guide
|
|
2
|
+
|
|
3
|
+
## Distributed Deployment
|
|
4
|
+
|
|
5
|
+
### Cluster Setup
|
|
6
|
+
|
|
7
|
+
Qdrant uses Raft consensus for distributed coordination.
|
|
8
|
+
|
|
9
|
+
```yaml
|
|
10
|
+
# docker-compose.yml for 3-node cluster
|
|
11
|
+
version: '3.8'
|
|
12
|
+
services:
|
|
13
|
+
qdrant-node-1:
|
|
14
|
+
image: qdrant/qdrant:latest
|
|
15
|
+
ports:
|
|
16
|
+
- "6333:6333"
|
|
17
|
+
- "6334:6334"
|
|
18
|
+
- "6335:6335"
|
|
19
|
+
volumes:
|
|
20
|
+
- ./node1_storage:/qdrant/storage
|
|
21
|
+
environment:
|
|
22
|
+
- QDRANT__CLUSTER__ENABLED=true
|
|
23
|
+
- QDRANT__CLUSTER__P2P__PORT=6335
|
|
24
|
+
- QDRANT__SERVICE__HTTP_PORT=6333
|
|
25
|
+
- QDRANT__SERVICE__GRPC_PORT=6334
|
|
26
|
+
|
|
27
|
+
qdrant-node-2:
|
|
28
|
+
image: qdrant/qdrant:latest
|
|
29
|
+
ports:
|
|
30
|
+
- "6343:6333"
|
|
31
|
+
- "6344:6334"
|
|
32
|
+
- "6345:6335"
|
|
33
|
+
volumes:
|
|
34
|
+
- ./node2_storage:/qdrant/storage
|
|
35
|
+
environment:
|
|
36
|
+
- QDRANT__CLUSTER__ENABLED=true
|
|
37
|
+
- QDRANT__CLUSTER__P2P__PORT=6335
|
|
38
|
+
- QDRANT__CLUSTER__BOOTSTRAP=http://qdrant-node-1:6335
|
|
39
|
+
depends_on:
|
|
40
|
+
- qdrant-node-1
|
|
41
|
+
|
|
42
|
+
qdrant-node-3:
|
|
43
|
+
image: qdrant/qdrant:latest
|
|
44
|
+
ports:
|
|
45
|
+
- "6353:6333"
|
|
46
|
+
- "6354:6334"
|
|
47
|
+
- "6355:6335"
|
|
48
|
+
volumes:
|
|
49
|
+
- ./node3_storage:/qdrant/storage
|
|
50
|
+
environment:
|
|
51
|
+
- QDRANT__CLUSTER__ENABLED=true
|
|
52
|
+
- QDRANT__CLUSTER__P2P__PORT=6335
|
|
53
|
+
- QDRANT__CLUSTER__BOOTSTRAP=http://qdrant-node-1:6335
|
|
54
|
+
depends_on:
|
|
55
|
+
- qdrant-node-1
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
### Sharding Configuration
|
|
59
|
+
|
|
60
|
+
```python
|
|
61
|
+
from qdrant_client import QdrantClient
|
|
62
|
+
from qdrant_client.models import VectorParams, Distance, ShardingMethod
|
|
63
|
+
|
|
64
|
+
client = QdrantClient(host="localhost", port=6333)
|
|
65
|
+
|
|
66
|
+
# Create sharded collection
|
|
67
|
+
client.create_collection(
|
|
68
|
+
collection_name="large_collection",
|
|
69
|
+
vectors_config=VectorParams(size=384, distance=Distance.COSINE),
|
|
70
|
+
shard_number=6, # Number of shards
|
|
71
|
+
replication_factor=2, # Replicas per shard
|
|
72
|
+
write_consistency_factor=1 # Required acks for write
|
|
73
|
+
)
|
|
74
|
+
|
|
75
|
+
# Check cluster status
|
|
76
|
+
cluster_info = client.get_cluster_info()
|
|
77
|
+
print(f"Peers: {cluster_info.peers}")
|
|
78
|
+
print(f"Raft state: {cluster_info.raft_info}")
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
### Replication and Consistency
|
|
82
|
+
|
|
83
|
+
```python
|
|
84
|
+
from qdrant_client.models import WriteOrdering
|
|
85
|
+
|
|
86
|
+
# Strong consistency write
|
|
87
|
+
client.upsert(
|
|
88
|
+
collection_name="critical_data",
|
|
89
|
+
points=points,
|
|
90
|
+
ordering=WriteOrdering.STRONG # Wait for all replicas
|
|
91
|
+
)
|
|
92
|
+
|
|
93
|
+
# Eventual consistency (faster)
|
|
94
|
+
client.upsert(
|
|
95
|
+
collection_name="logs",
|
|
96
|
+
points=points,
|
|
97
|
+
ordering=WriteOrdering.WEAK # Return after primary ack
|
|
98
|
+
)
|
|
99
|
+
|
|
100
|
+
# Read from specific shard
|
|
101
|
+
results = client.search(
|
|
102
|
+
collection_name="documents",
|
|
103
|
+
query_vector=query,
|
|
104
|
+
consistency="majority" # Read from majority of replicas
|
|
105
|
+
)
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
## Hybrid Search
|
|
109
|
+
|
|
110
|
+
### Dense + Sparse Vectors
|
|
111
|
+
|
|
112
|
+
Combine semantic (dense) and keyword (sparse) search:
|
|
113
|
+
|
|
114
|
+
```python
|
|
115
|
+
from qdrant_client.models import (
|
|
116
|
+
VectorParams, SparseVectorParams, SparseIndexParams,
|
|
117
|
+
Distance, PointStruct, SparseVector, Prefetch, Query
|
|
118
|
+
)
|
|
119
|
+
|
|
120
|
+
# Create hybrid collection
|
|
121
|
+
client.create_collection(
|
|
122
|
+
collection_name="hybrid",
|
|
123
|
+
vectors_config={
|
|
124
|
+
"dense": VectorParams(size=384, distance=Distance.COSINE)
|
|
125
|
+
},
|
|
126
|
+
sparse_vectors_config={
|
|
127
|
+
"sparse": SparseVectorParams(
|
|
128
|
+
index=SparseIndexParams(on_disk=False)
|
|
129
|
+
)
|
|
130
|
+
}
|
|
131
|
+
)
|
|
132
|
+
|
|
133
|
+
# Insert with both vector types
|
|
134
|
+
def encode_sparse(text: str) -> SparseVector:
|
|
135
|
+
"""Simple BM25-like sparse encoding"""
|
|
136
|
+
from collections import Counter
|
|
137
|
+
tokens = text.lower().split()
|
|
138
|
+
counts = Counter(tokens)
|
|
139
|
+
# Map tokens to indices (use vocabulary in production)
|
|
140
|
+
indices = [hash(t) % 30000 for t in counts.keys()]
|
|
141
|
+
values = list(counts.values())
|
|
142
|
+
return SparseVector(indices=indices, values=values)
|
|
143
|
+
|
|
144
|
+
client.upsert(
|
|
145
|
+
collection_name="hybrid",
|
|
146
|
+
points=[
|
|
147
|
+
PointStruct(
|
|
148
|
+
id=1,
|
|
149
|
+
vector={
|
|
150
|
+
"dense": dense_encoder.encode("Python programming").tolist(),
|
|
151
|
+
"sparse": encode_sparse("Python programming language code")
|
|
152
|
+
},
|
|
153
|
+
payload={"text": "Python programming language code"}
|
|
154
|
+
)
|
|
155
|
+
]
|
|
156
|
+
)
|
|
157
|
+
|
|
158
|
+
# Hybrid search with Reciprocal Rank Fusion (RRF)
|
|
159
|
+
from qdrant_client.models import FusionQuery
|
|
160
|
+
|
|
161
|
+
results = client.query_points(
|
|
162
|
+
collection_name="hybrid",
|
|
163
|
+
prefetch=[
|
|
164
|
+
Prefetch(query=dense_query, using="dense", limit=20),
|
|
165
|
+
Prefetch(query=sparse_query, using="sparse", limit=20)
|
|
166
|
+
],
|
|
167
|
+
query=FusionQuery(fusion="rrf"), # Combine results
|
|
168
|
+
limit=10
|
|
169
|
+
)
|
|
170
|
+
```
|
|
171
|
+
|
|
172
|
+
### Multi-Stage Search
|
|
173
|
+
|
|
174
|
+
```python
|
|
175
|
+
from qdrant_client.models import Prefetch, Query
|
|
176
|
+
|
|
177
|
+
# Two-stage retrieval: coarse then fine
|
|
178
|
+
results = client.query_points(
|
|
179
|
+
collection_name="documents",
|
|
180
|
+
prefetch=[
|
|
181
|
+
Prefetch(
|
|
182
|
+
query=query_vector,
|
|
183
|
+
limit=100, # Broad first stage
|
|
184
|
+
params={"quantization": {"rescore": False}} # Fast, approximate
|
|
185
|
+
)
|
|
186
|
+
],
|
|
187
|
+
query=Query(nearest=query_vector),
|
|
188
|
+
limit=10,
|
|
189
|
+
params={"quantization": {"rescore": True}} # Accurate reranking
|
|
190
|
+
)
|
|
191
|
+
```
|
|
192
|
+
|
|
193
|
+
## Recommendations
|
|
194
|
+
|
|
195
|
+
### Item-to-Item Recommendations
|
|
196
|
+
|
|
197
|
+
```python
|
|
198
|
+
# Find similar items
|
|
199
|
+
recommendations = client.recommend(
|
|
200
|
+
collection_name="products",
|
|
201
|
+
positive=[1, 2, 3], # IDs user liked
|
|
202
|
+
negative=[4], # IDs user disliked
|
|
203
|
+
limit=10
|
|
204
|
+
)
|
|
205
|
+
|
|
206
|
+
# With filtering
|
|
207
|
+
recommendations = client.recommend(
|
|
208
|
+
collection_name="products",
|
|
209
|
+
positive=[1, 2],
|
|
210
|
+
query_filter={
|
|
211
|
+
"must": [
|
|
212
|
+
{"key": "category", "match": {"value": "electronics"}},
|
|
213
|
+
{"key": "in_stock", "match": {"value": True}}
|
|
214
|
+
]
|
|
215
|
+
},
|
|
216
|
+
limit=10
|
|
217
|
+
)
|
|
218
|
+
```
|
|
219
|
+
|
|
220
|
+
### Lookup from Another Collection
|
|
221
|
+
|
|
222
|
+
```python
|
|
223
|
+
from qdrant_client.models import RecommendStrategy, LookupLocation
|
|
224
|
+
|
|
225
|
+
# Recommend using vectors from another collection
|
|
226
|
+
results = client.recommend(
|
|
227
|
+
collection_name="products",
|
|
228
|
+
positive=[
|
|
229
|
+
LookupLocation(
|
|
230
|
+
collection_name="user_history",
|
|
231
|
+
id="user_123"
|
|
232
|
+
)
|
|
233
|
+
],
|
|
234
|
+
strategy=RecommendStrategy.AVERAGE_VECTOR,
|
|
235
|
+
limit=10
|
|
236
|
+
)
|
|
237
|
+
```
|
|
238
|
+
|
|
239
|
+
## Advanced Filtering
|
|
240
|
+
|
|
241
|
+
### Nested Payload Filtering
|
|
242
|
+
|
|
243
|
+
```python
|
|
244
|
+
from qdrant_client.models import Filter, FieldCondition, MatchValue, NestedCondition
|
|
245
|
+
|
|
246
|
+
# Filter on nested objects
|
|
247
|
+
results = client.search(
|
|
248
|
+
collection_name="documents",
|
|
249
|
+
query_vector=query,
|
|
250
|
+
query_filter=Filter(
|
|
251
|
+
must=[
|
|
252
|
+
NestedCondition(
|
|
253
|
+
key="metadata",
|
|
254
|
+
filter=Filter(
|
|
255
|
+
must=[
|
|
256
|
+
FieldCondition(
|
|
257
|
+
key="author.name",
|
|
258
|
+
match=MatchValue(value="John")
|
|
259
|
+
)
|
|
260
|
+
]
|
|
261
|
+
)
|
|
262
|
+
)
|
|
263
|
+
]
|
|
264
|
+
),
|
|
265
|
+
limit=10
|
|
266
|
+
)
|
|
267
|
+
```
|
|
268
|
+
|
|
269
|
+
### Geo Filtering
|
|
270
|
+
|
|
271
|
+
```python
|
|
272
|
+
from qdrant_client.models import FieldCondition, GeoRadius, GeoPoint
|
|
273
|
+
|
|
274
|
+
# Find within radius
|
|
275
|
+
results = client.search(
|
|
276
|
+
collection_name="locations",
|
|
277
|
+
query_vector=query,
|
|
278
|
+
query_filter=Filter(
|
|
279
|
+
must=[
|
|
280
|
+
FieldCondition(
|
|
281
|
+
key="location",
|
|
282
|
+
geo_radius=GeoRadius(
|
|
283
|
+
center=GeoPoint(lat=40.7128, lon=-74.0060),
|
|
284
|
+
radius=5000 # meters
|
|
285
|
+
)
|
|
286
|
+
)
|
|
287
|
+
]
|
|
288
|
+
),
|
|
289
|
+
limit=10
|
|
290
|
+
)
|
|
291
|
+
|
|
292
|
+
# Geo bounding box
|
|
293
|
+
from qdrant_client.models import GeoBoundingBox
|
|
294
|
+
|
|
295
|
+
results = client.search(
|
|
296
|
+
collection_name="locations",
|
|
297
|
+
query_vector=query,
|
|
298
|
+
query_filter=Filter(
|
|
299
|
+
must=[
|
|
300
|
+
FieldCondition(
|
|
301
|
+
key="location",
|
|
302
|
+
geo_bounding_box=GeoBoundingBox(
|
|
303
|
+
top_left=GeoPoint(lat=40.8, lon=-74.1),
|
|
304
|
+
bottom_right=GeoPoint(lat=40.6, lon=-73.9)
|
|
305
|
+
)
|
|
306
|
+
)
|
|
307
|
+
]
|
|
308
|
+
),
|
|
309
|
+
limit=10
|
|
310
|
+
)
|
|
311
|
+
```
|
|
312
|
+
|
|
313
|
+
### Full-Text Search
|
|
314
|
+
|
|
315
|
+
```python
|
|
316
|
+
from qdrant_client.models import TextIndexParams, TokenizerType
|
|
317
|
+
|
|
318
|
+
# Create text index
|
|
319
|
+
client.create_payload_index(
|
|
320
|
+
collection_name="documents",
|
|
321
|
+
field_name="content",
|
|
322
|
+
field_schema=TextIndexParams(
|
|
323
|
+
type="text",
|
|
324
|
+
tokenizer=TokenizerType.WORD,
|
|
325
|
+
min_token_len=2,
|
|
326
|
+
max_token_len=15,
|
|
327
|
+
lowercase=True
|
|
328
|
+
)
|
|
329
|
+
)
|
|
330
|
+
|
|
331
|
+
# Full-text filter
|
|
332
|
+
from qdrant_client.models import MatchText
|
|
333
|
+
|
|
334
|
+
results = client.search(
|
|
335
|
+
collection_name="documents",
|
|
336
|
+
query_vector=query,
|
|
337
|
+
query_filter=Filter(
|
|
338
|
+
must=[
|
|
339
|
+
FieldCondition(
|
|
340
|
+
key="content",
|
|
341
|
+
match=MatchText(text="machine learning")
|
|
342
|
+
)
|
|
343
|
+
]
|
|
344
|
+
),
|
|
345
|
+
limit=10
|
|
346
|
+
)
|
|
347
|
+
```
|
|
348
|
+
|
|
349
|
+
## Quantization Strategies
|
|
350
|
+
|
|
351
|
+
### Scalar Quantization (INT8)
|
|
352
|
+
|
|
353
|
+
```python
|
|
354
|
+
from qdrant_client.models import ScalarQuantization, ScalarQuantizationConfig, ScalarType
|
|
355
|
+
|
|
356
|
+
# ~4x memory reduction, minimal accuracy loss
|
|
357
|
+
client.create_collection(
|
|
358
|
+
collection_name="scalar_quantized",
|
|
359
|
+
vectors_config=VectorParams(size=384, distance=Distance.COSINE),
|
|
360
|
+
quantization_config=ScalarQuantization(
|
|
361
|
+
scalar=ScalarQuantizationConfig(
|
|
362
|
+
type=ScalarType.INT8,
|
|
363
|
+
quantile=0.99, # Clip extreme values
|
|
364
|
+
always_ram=True # Keep quantized vectors in RAM
|
|
365
|
+
)
|
|
366
|
+
)
|
|
367
|
+
)
|
|
368
|
+
```
|
|
369
|
+
|
|
370
|
+
### Product Quantization
|
|
371
|
+
|
|
372
|
+
```python
|
|
373
|
+
from qdrant_client.models import ProductQuantization, ProductQuantizationConfig, CompressionRatio
|
|
374
|
+
|
|
375
|
+
# ~16x memory reduction, some accuracy loss
|
|
376
|
+
client.create_collection(
|
|
377
|
+
collection_name="product_quantized",
|
|
378
|
+
vectors_config=VectorParams(size=384, distance=Distance.COSINE),
|
|
379
|
+
quantization_config=ProductQuantization(
|
|
380
|
+
product=ProductQuantizationConfig(
|
|
381
|
+
compression=CompressionRatio.X16,
|
|
382
|
+
always_ram=True
|
|
383
|
+
)
|
|
384
|
+
)
|
|
385
|
+
)
|
|
386
|
+
```
|
|
387
|
+
|
|
388
|
+
### Binary Quantization
|
|
389
|
+
|
|
390
|
+
```python
|
|
391
|
+
from qdrant_client.models import BinaryQuantization, BinaryQuantizationConfig
|
|
392
|
+
|
|
393
|
+
# ~32x memory reduction, requires oversampling
|
|
394
|
+
client.create_collection(
|
|
395
|
+
collection_name="binary_quantized",
|
|
396
|
+
vectors_config=VectorParams(size=384, distance=Distance.COSINE),
|
|
397
|
+
quantization_config=BinaryQuantization(
|
|
398
|
+
binary=BinaryQuantizationConfig(always_ram=True)
|
|
399
|
+
)
|
|
400
|
+
)
|
|
401
|
+
|
|
402
|
+
# Search with oversampling
|
|
403
|
+
results = client.search(
|
|
404
|
+
collection_name="binary_quantized",
|
|
405
|
+
query_vector=query,
|
|
406
|
+
search_params={
|
|
407
|
+
"quantization": {
|
|
408
|
+
"rescore": True,
|
|
409
|
+
"oversampling": 2.0 # Retrieve 2x candidates, rescore
|
|
410
|
+
}
|
|
411
|
+
},
|
|
412
|
+
limit=10
|
|
413
|
+
)
|
|
414
|
+
```
|
|
415
|
+
|
|
416
|
+
## Snapshots and Backups
|
|
417
|
+
|
|
418
|
+
### Create Snapshot
|
|
419
|
+
|
|
420
|
+
```python
|
|
421
|
+
# Create collection snapshot
|
|
422
|
+
snapshot_info = client.create_snapshot(collection_name="documents")
|
|
423
|
+
print(f"Snapshot: {snapshot_info.name}")
|
|
424
|
+
|
|
425
|
+
# List snapshots
|
|
426
|
+
snapshots = client.list_snapshots(collection_name="documents")
|
|
427
|
+
for s in snapshots:
|
|
428
|
+
print(f"{s.name}: {s.size} bytes")
|
|
429
|
+
|
|
430
|
+
# Full storage snapshot
|
|
431
|
+
full_snapshot = client.create_full_snapshot()
|
|
432
|
+
```
|
|
433
|
+
|
|
434
|
+
### Restore from Snapshot
|
|
435
|
+
|
|
436
|
+
```python
|
|
437
|
+
# Download snapshot
|
|
438
|
+
client.download_snapshot(
|
|
439
|
+
collection_name="documents",
|
|
440
|
+
snapshot_name="documents-2024-01-01.snapshot",
|
|
441
|
+
target_path="./backup/"
|
|
442
|
+
)
|
|
443
|
+
|
|
444
|
+
# Restore (via REST API)
|
|
445
|
+
import requests
|
|
446
|
+
|
|
447
|
+
response = requests.put(
|
|
448
|
+
"http://localhost:6333/collections/documents/snapshots/recover",
|
|
449
|
+
json={"location": "file:///backup/documents-2024-01-01.snapshot"}
|
|
450
|
+
)
|
|
451
|
+
```
|
|
452
|
+
|
|
453
|
+
## Collection Aliases
|
|
454
|
+
|
|
455
|
+
```python
|
|
456
|
+
# Create alias
|
|
457
|
+
client.update_collection_aliases(
|
|
458
|
+
change_aliases_operations=[
|
|
459
|
+
{"create_alias": {"alias_name": "production", "collection_name": "documents_v2"}}
|
|
460
|
+
]
|
|
461
|
+
)
|
|
462
|
+
|
|
463
|
+
# Blue-green deployment
|
|
464
|
+
# 1. Create new collection with updates
|
|
465
|
+
client.create_collection(collection_name="documents_v3", ...)
|
|
466
|
+
|
|
467
|
+
# 2. Populate new collection
|
|
468
|
+
client.upsert(collection_name="documents_v3", points=new_points)
|
|
469
|
+
|
|
470
|
+
# 3. Atomic switch
|
|
471
|
+
client.update_collection_aliases(
|
|
472
|
+
change_aliases_operations=[
|
|
473
|
+
{"delete_alias": {"alias_name": "production"}},
|
|
474
|
+
{"create_alias": {"alias_name": "production", "collection_name": "documents_v3"}}
|
|
475
|
+
]
|
|
476
|
+
)
|
|
477
|
+
|
|
478
|
+
# Search via alias
|
|
479
|
+
results = client.search(collection_name="production", query_vector=query, limit=10)
|
|
480
|
+
```
|
|
481
|
+
|
|
482
|
+
## Scroll and Iteration
|
|
483
|
+
|
|
484
|
+
### Scroll Through All Points
|
|
485
|
+
|
|
486
|
+
```python
|
|
487
|
+
# Paginated iteration
|
|
488
|
+
offset = None
|
|
489
|
+
all_points = []
|
|
490
|
+
|
|
491
|
+
while True:
|
|
492
|
+
results, offset = client.scroll(
|
|
493
|
+
collection_name="documents",
|
|
494
|
+
limit=100,
|
|
495
|
+
offset=offset,
|
|
496
|
+
with_payload=True,
|
|
497
|
+
with_vectors=False
|
|
498
|
+
)
|
|
499
|
+
all_points.extend(results)
|
|
500
|
+
|
|
501
|
+
if offset is None:
|
|
502
|
+
break
|
|
503
|
+
|
|
504
|
+
print(f"Total points: {len(all_points)}")
|
|
505
|
+
```
|
|
506
|
+
|
|
507
|
+
### Filtered Scroll
|
|
508
|
+
|
|
509
|
+
```python
|
|
510
|
+
# Scroll with filter
|
|
511
|
+
results, _ = client.scroll(
|
|
512
|
+
collection_name="documents",
|
|
513
|
+
scroll_filter=Filter(
|
|
514
|
+
must=[
|
|
515
|
+
FieldCondition(key="status", match=MatchValue(value="active"))
|
|
516
|
+
]
|
|
517
|
+
),
|
|
518
|
+
limit=1000
|
|
519
|
+
)
|
|
520
|
+
```
|
|
521
|
+
|
|
522
|
+
## Async Client
|
|
523
|
+
|
|
524
|
+
```python
|
|
525
|
+
import asyncio
|
|
526
|
+
from qdrant_client import AsyncQdrantClient
|
|
527
|
+
|
|
528
|
+
async def main():
|
|
529
|
+
client = AsyncQdrantClient(host="localhost", port=6333)
|
|
530
|
+
|
|
531
|
+
# Async operations
|
|
532
|
+
await client.create_collection(
|
|
533
|
+
collection_name="async_docs",
|
|
534
|
+
vectors_config=VectorParams(size=384, distance=Distance.COSINE)
|
|
535
|
+
)
|
|
536
|
+
|
|
537
|
+
await client.upsert(
|
|
538
|
+
collection_name="async_docs",
|
|
539
|
+
points=points
|
|
540
|
+
)
|
|
541
|
+
|
|
542
|
+
results = await client.search(
|
|
543
|
+
collection_name="async_docs",
|
|
544
|
+
query_vector=query,
|
|
545
|
+
limit=10
|
|
546
|
+
)
|
|
547
|
+
|
|
548
|
+
return results
|
|
549
|
+
|
|
550
|
+
results = asyncio.run(main())
|
|
551
|
+
```
|
|
552
|
+
|
|
553
|
+
## gRPC Client
|
|
554
|
+
|
|
555
|
+
```python
|
|
556
|
+
from qdrant_client import QdrantClient
|
|
557
|
+
|
|
558
|
+
# Prefer gRPC for better performance
|
|
559
|
+
client = QdrantClient(
|
|
560
|
+
host="localhost",
|
|
561
|
+
port=6333,
|
|
562
|
+
grpc_port=6334,
|
|
563
|
+
prefer_grpc=True # Use gRPC when available
|
|
564
|
+
)
|
|
565
|
+
|
|
566
|
+
# gRPC-only client
|
|
567
|
+
from qdrant_client import QdrantClient
|
|
568
|
+
|
|
569
|
+
client = QdrantClient(
|
|
570
|
+
host="localhost",
|
|
571
|
+
grpc_port=6334,
|
|
572
|
+
prefer_grpc=True,
|
|
573
|
+
https=False
|
|
574
|
+
)
|
|
575
|
+
```
|
|
576
|
+
|
|
577
|
+
## Multitenancy
|
|
578
|
+
|
|
579
|
+
### Payload-Based Isolation
|
|
580
|
+
|
|
581
|
+
```python
|
|
582
|
+
# Single collection, filter by tenant
|
|
583
|
+
client.upsert(
|
|
584
|
+
collection_name="multi_tenant",
|
|
585
|
+
points=[
|
|
586
|
+
PointStruct(
|
|
587
|
+
id=1,
|
|
588
|
+
vector=embedding,
|
|
589
|
+
payload={"tenant_id": "tenant_a", "text": "..."}
|
|
590
|
+
)
|
|
591
|
+
]
|
|
592
|
+
)
|
|
593
|
+
|
|
594
|
+
# Search within tenant
|
|
595
|
+
results = client.search(
|
|
596
|
+
collection_name="multi_tenant",
|
|
597
|
+
query_vector=query,
|
|
598
|
+
query_filter=Filter(
|
|
599
|
+
must=[FieldCondition(key="tenant_id", match=MatchValue(value="tenant_a"))]
|
|
600
|
+
),
|
|
601
|
+
limit=10
|
|
602
|
+
)
|
|
603
|
+
```
|
|
604
|
+
|
|
605
|
+
### Collection-Per-Tenant
|
|
606
|
+
|
|
607
|
+
```python
|
|
608
|
+
# Create tenant collection
|
|
609
|
+
def create_tenant_collection(tenant_id: str):
|
|
610
|
+
client.create_collection(
|
|
611
|
+
collection_name=f"tenant_{tenant_id}",
|
|
612
|
+
vectors_config=VectorParams(size=384, distance=Distance.COSINE)
|
|
613
|
+
)
|
|
614
|
+
|
|
615
|
+
# Search tenant collection
|
|
616
|
+
def search_tenant(tenant_id: str, query_vector: list, limit: int = 10):
|
|
617
|
+
return client.search(
|
|
618
|
+
collection_name=f"tenant_{tenant_id}",
|
|
619
|
+
query_vector=query_vector,
|
|
620
|
+
limit=limit
|
|
621
|
+
)
|
|
622
|
+
```
|
|
623
|
+
|
|
624
|
+
## Performance Monitoring
|
|
625
|
+
|
|
626
|
+
### Collection Statistics
|
|
627
|
+
|
|
628
|
+
```python
|
|
629
|
+
# Collection info
|
|
630
|
+
info = client.get_collection("documents")
|
|
631
|
+
print(f"Points: {info.points_count}")
|
|
632
|
+
print(f"Indexed vectors: {info.indexed_vectors_count}")
|
|
633
|
+
print(f"Segments: {len(info.segments)}")
|
|
634
|
+
print(f"Status: {info.status}")
|
|
635
|
+
|
|
636
|
+
# Detailed segment info
|
|
637
|
+
for i, segment in enumerate(info.segments):
|
|
638
|
+
print(f"Segment {i}: {segment}")
|
|
639
|
+
```
|
|
640
|
+
|
|
641
|
+
### Telemetry
|
|
642
|
+
|
|
643
|
+
```python
|
|
644
|
+
# Get telemetry data
|
|
645
|
+
telemetry = client.get_telemetry()
|
|
646
|
+
print(f"Collections: {telemetry.collections}")
|
|
647
|
+
print(f"Operations: {telemetry.operations}")
|
|
648
|
+
```
|