@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,631 @@
|
|
|
1
|
+
# Qdrant Troubleshooting Guide
|
|
2
|
+
|
|
3
|
+
## Installation Issues
|
|
4
|
+
|
|
5
|
+
### Docker Issues
|
|
6
|
+
|
|
7
|
+
**Error**: `Cannot connect to Docker daemon`
|
|
8
|
+
|
|
9
|
+
**Fix**:
|
|
10
|
+
```bash
|
|
11
|
+
# Start Docker daemon
|
|
12
|
+
sudo systemctl start docker
|
|
13
|
+
|
|
14
|
+
# Or use Docker Desktop on Mac/Windows
|
|
15
|
+
open -a Docker
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
**Error**: `Port 6333 already in use`
|
|
19
|
+
|
|
20
|
+
**Fix**:
|
|
21
|
+
```bash
|
|
22
|
+
# Find process using port
|
|
23
|
+
lsof -i :6333
|
|
24
|
+
|
|
25
|
+
# Kill process or use different port
|
|
26
|
+
docker run -p 6334:6333 qdrant/qdrant
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
### Python Client Issues
|
|
30
|
+
|
|
31
|
+
**Error**: `ModuleNotFoundError: No module named 'qdrant_client'`
|
|
32
|
+
|
|
33
|
+
**Fix**:
|
|
34
|
+
```bash
|
|
35
|
+
pip install qdrant-client
|
|
36
|
+
|
|
37
|
+
# With specific version
|
|
38
|
+
pip install qdrant-client>=1.12.0
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
**Error**: `grpc._channel._InactiveRpcError`
|
|
42
|
+
|
|
43
|
+
**Fix**:
|
|
44
|
+
```bash
|
|
45
|
+
# Install with gRPC support
|
|
46
|
+
pip install 'qdrant-client[grpc]'
|
|
47
|
+
|
|
48
|
+
# Or disable gRPC
|
|
49
|
+
client = QdrantClient(host="localhost", port=6333, prefer_grpc=False)
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
## Connection Issues
|
|
53
|
+
|
|
54
|
+
### Cannot Connect to Server
|
|
55
|
+
|
|
56
|
+
**Error**: `ConnectionRefusedError: [Errno 111] Connection refused`
|
|
57
|
+
|
|
58
|
+
**Solutions**:
|
|
59
|
+
|
|
60
|
+
1. **Check server is running**:
|
|
61
|
+
```bash
|
|
62
|
+
docker ps | grep qdrant
|
|
63
|
+
curl http://localhost:6333/healthz
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
2. **Verify port binding**:
|
|
67
|
+
```bash
|
|
68
|
+
# Check listening ports
|
|
69
|
+
netstat -tlnp | grep 6333
|
|
70
|
+
|
|
71
|
+
# Docker port mapping
|
|
72
|
+
docker port <container_id>
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
3. **Use correct host**:
|
|
76
|
+
```python
|
|
77
|
+
# Docker on Linux
|
|
78
|
+
client = QdrantClient(host="localhost", port=6333)
|
|
79
|
+
|
|
80
|
+
# Docker on Mac/Windows with networking issues
|
|
81
|
+
client = QdrantClient(host="127.0.0.1", port=6333)
|
|
82
|
+
|
|
83
|
+
# Inside Docker network
|
|
84
|
+
client = QdrantClient(host="qdrant", port=6333)
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
### Timeout Errors
|
|
88
|
+
|
|
89
|
+
**Error**: `TimeoutError: Connection timed out`
|
|
90
|
+
|
|
91
|
+
**Fix**:
|
|
92
|
+
```python
|
|
93
|
+
# Increase timeout
|
|
94
|
+
client = QdrantClient(
|
|
95
|
+
host="localhost",
|
|
96
|
+
port=6333,
|
|
97
|
+
timeout=60 # seconds
|
|
98
|
+
)
|
|
99
|
+
|
|
100
|
+
# For large operations
|
|
101
|
+
client.upsert(
|
|
102
|
+
collection_name="documents",
|
|
103
|
+
points=large_batch,
|
|
104
|
+
wait=False # Don't wait for indexing
|
|
105
|
+
)
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
### SSL/TLS Errors
|
|
109
|
+
|
|
110
|
+
**Error**: `ssl.SSLCertVerificationError`
|
|
111
|
+
|
|
112
|
+
**Fix**:
|
|
113
|
+
```python
|
|
114
|
+
# Qdrant Cloud
|
|
115
|
+
client = QdrantClient(
|
|
116
|
+
url="https://cluster.cloud.qdrant.io",
|
|
117
|
+
api_key="your-api-key"
|
|
118
|
+
)
|
|
119
|
+
|
|
120
|
+
# Self-signed certificate
|
|
121
|
+
client = QdrantClient(
|
|
122
|
+
host="localhost",
|
|
123
|
+
port=6333,
|
|
124
|
+
https=True,
|
|
125
|
+
verify=False # Disable verification (not recommended for production)
|
|
126
|
+
)
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
## Collection Issues
|
|
130
|
+
|
|
131
|
+
### Collection Already Exists
|
|
132
|
+
|
|
133
|
+
**Error**: `ValueError: Collection 'documents' already exists`
|
|
134
|
+
|
|
135
|
+
**Fix**:
|
|
136
|
+
```python
|
|
137
|
+
# Check before creating
|
|
138
|
+
collections = client.get_collections().collections
|
|
139
|
+
names = [c.name for c in collections]
|
|
140
|
+
|
|
141
|
+
if "documents" not in names:
|
|
142
|
+
client.create_collection(...)
|
|
143
|
+
|
|
144
|
+
# Or recreate
|
|
145
|
+
client.recreate_collection(
|
|
146
|
+
collection_name="documents",
|
|
147
|
+
vectors_config=VectorParams(size=384, distance=Distance.COSINE)
|
|
148
|
+
)
|
|
149
|
+
```
|
|
150
|
+
|
|
151
|
+
### Collection Not Found
|
|
152
|
+
|
|
153
|
+
**Error**: `NotFoundException: Collection 'docs' not found`
|
|
154
|
+
|
|
155
|
+
**Fix**:
|
|
156
|
+
```python
|
|
157
|
+
# List available collections
|
|
158
|
+
collections = client.get_collections()
|
|
159
|
+
print([c.name for c in collections.collections])
|
|
160
|
+
|
|
161
|
+
# Check exact name (case-sensitive)
|
|
162
|
+
try:
|
|
163
|
+
info = client.get_collection("documents")
|
|
164
|
+
except Exception as e:
|
|
165
|
+
print(f"Collection not found: {e}")
|
|
166
|
+
```
|
|
167
|
+
|
|
168
|
+
### Vector Dimension Mismatch
|
|
169
|
+
|
|
170
|
+
**Error**: `ValueError: Vector dimension mismatch. Expected 384, got 768`
|
|
171
|
+
|
|
172
|
+
**Fix**:
|
|
173
|
+
```python
|
|
174
|
+
# Check collection config
|
|
175
|
+
info = client.get_collection("documents")
|
|
176
|
+
print(f"Expected dimension: {info.config.params.vectors.size}")
|
|
177
|
+
|
|
178
|
+
# Recreate with correct dimension
|
|
179
|
+
client.recreate_collection(
|
|
180
|
+
collection_name="documents",
|
|
181
|
+
vectors_config=VectorParams(size=768, distance=Distance.COSINE) # Match your embeddings
|
|
182
|
+
)
|
|
183
|
+
```
|
|
184
|
+
|
|
185
|
+
## Search Issues
|
|
186
|
+
|
|
187
|
+
### Empty Search Results
|
|
188
|
+
|
|
189
|
+
**Problem**: Search returns empty results.
|
|
190
|
+
|
|
191
|
+
**Solutions**:
|
|
192
|
+
|
|
193
|
+
1. **Verify data exists**:
|
|
194
|
+
```python
|
|
195
|
+
info = client.get_collection("documents")
|
|
196
|
+
print(f"Points: {info.points_count}")
|
|
197
|
+
|
|
198
|
+
# Scroll to check data
|
|
199
|
+
points, _ = client.scroll(
|
|
200
|
+
collection_name="documents",
|
|
201
|
+
limit=10,
|
|
202
|
+
with_payload=True
|
|
203
|
+
)
|
|
204
|
+
print(points)
|
|
205
|
+
```
|
|
206
|
+
|
|
207
|
+
2. **Check vector format**:
|
|
208
|
+
```python
|
|
209
|
+
# Must be list of floats
|
|
210
|
+
query_vector = embedding.tolist() # Convert numpy to list
|
|
211
|
+
|
|
212
|
+
# Check dimensions
|
|
213
|
+
print(f"Query dimension: {len(query_vector)}")
|
|
214
|
+
```
|
|
215
|
+
|
|
216
|
+
3. **Verify filter conditions**:
|
|
217
|
+
```python
|
|
218
|
+
# Test without filter first
|
|
219
|
+
results = client.search(
|
|
220
|
+
collection_name="documents",
|
|
221
|
+
query_vector=query,
|
|
222
|
+
limit=10
|
|
223
|
+
# No filter
|
|
224
|
+
)
|
|
225
|
+
|
|
226
|
+
# Then add filter incrementally
|
|
227
|
+
```
|
|
228
|
+
|
|
229
|
+
### Slow Search Performance
|
|
230
|
+
|
|
231
|
+
**Problem**: Search takes too long.
|
|
232
|
+
|
|
233
|
+
**Solutions**:
|
|
234
|
+
|
|
235
|
+
1. **Create payload indexes**:
|
|
236
|
+
```python
|
|
237
|
+
# Index fields used in filters
|
|
238
|
+
client.create_payload_index(
|
|
239
|
+
collection_name="documents",
|
|
240
|
+
field_name="category",
|
|
241
|
+
field_schema="keyword"
|
|
242
|
+
)
|
|
243
|
+
```
|
|
244
|
+
|
|
245
|
+
2. **Enable quantization**:
|
|
246
|
+
```python
|
|
247
|
+
client.update_collection(
|
|
248
|
+
collection_name="documents",
|
|
249
|
+
quantization_config=ScalarQuantization(
|
|
250
|
+
scalar=ScalarQuantizationConfig(type=ScalarType.INT8)
|
|
251
|
+
)
|
|
252
|
+
)
|
|
253
|
+
```
|
|
254
|
+
|
|
255
|
+
3. **Tune HNSW parameters**:
|
|
256
|
+
```python
|
|
257
|
+
# Faster search (less accurate)
|
|
258
|
+
client.update_collection(
|
|
259
|
+
collection_name="documents",
|
|
260
|
+
hnsw_config=HnswConfigDiff(ef_construct=64, m=8)
|
|
261
|
+
)
|
|
262
|
+
|
|
263
|
+
# Use ef search parameter
|
|
264
|
+
results = client.search(
|
|
265
|
+
collection_name="documents",
|
|
266
|
+
query_vector=query,
|
|
267
|
+
search_params={"hnsw_ef": 64}, # Lower = faster
|
|
268
|
+
limit=10
|
|
269
|
+
)
|
|
270
|
+
```
|
|
271
|
+
|
|
272
|
+
4. **Use gRPC**:
|
|
273
|
+
```python
|
|
274
|
+
client = QdrantClient(
|
|
275
|
+
host="localhost",
|
|
276
|
+
port=6333,
|
|
277
|
+
grpc_port=6334,
|
|
278
|
+
prefer_grpc=True
|
|
279
|
+
)
|
|
280
|
+
```
|
|
281
|
+
|
|
282
|
+
### Inconsistent Results
|
|
283
|
+
|
|
284
|
+
**Problem**: Same query returns different results.
|
|
285
|
+
|
|
286
|
+
**Solutions**:
|
|
287
|
+
|
|
288
|
+
1. **Wait for indexing**:
|
|
289
|
+
```python
|
|
290
|
+
client.upsert(
|
|
291
|
+
collection_name="documents",
|
|
292
|
+
points=points,
|
|
293
|
+
wait=True # Wait for index update
|
|
294
|
+
)
|
|
295
|
+
```
|
|
296
|
+
|
|
297
|
+
2. **Check replication consistency**:
|
|
298
|
+
```python
|
|
299
|
+
# Strong consistency read
|
|
300
|
+
results = client.search(
|
|
301
|
+
collection_name="documents",
|
|
302
|
+
query_vector=query,
|
|
303
|
+
consistency="all" # Read from all replicas
|
|
304
|
+
)
|
|
305
|
+
```
|
|
306
|
+
|
|
307
|
+
## Upsert Issues
|
|
308
|
+
|
|
309
|
+
### Batch Upsert Fails
|
|
310
|
+
|
|
311
|
+
**Error**: `PayloadError: Payload too large`
|
|
312
|
+
|
|
313
|
+
**Fix**:
|
|
314
|
+
```python
|
|
315
|
+
# Split into smaller batches
|
|
316
|
+
def batch_upsert(client, collection, points, batch_size=100):
|
|
317
|
+
for i in range(0, len(points), batch_size):
|
|
318
|
+
batch = points[i:i + batch_size]
|
|
319
|
+
client.upsert(
|
|
320
|
+
collection_name=collection,
|
|
321
|
+
points=batch,
|
|
322
|
+
wait=True
|
|
323
|
+
)
|
|
324
|
+
|
|
325
|
+
batch_upsert(client, "documents", large_points_list)
|
|
326
|
+
```
|
|
327
|
+
|
|
328
|
+
### Invalid Point ID
|
|
329
|
+
|
|
330
|
+
**Error**: `ValueError: Invalid point ID`
|
|
331
|
+
|
|
332
|
+
**Fix**:
|
|
333
|
+
```python
|
|
334
|
+
# Valid ID types: int or UUID string
|
|
335
|
+
from uuid import uuid4
|
|
336
|
+
|
|
337
|
+
# Integer ID
|
|
338
|
+
PointStruct(id=123, vector=vec, payload={})
|
|
339
|
+
|
|
340
|
+
# UUID string
|
|
341
|
+
PointStruct(id=str(uuid4()), vector=vec, payload={})
|
|
342
|
+
|
|
343
|
+
# NOT valid
|
|
344
|
+
PointStruct(id="custom-string-123", ...) # Use UUID format
|
|
345
|
+
```
|
|
346
|
+
|
|
347
|
+
### Payload Validation Errors
|
|
348
|
+
|
|
349
|
+
**Error**: `ValidationError: Invalid payload`
|
|
350
|
+
|
|
351
|
+
**Fix**:
|
|
352
|
+
```python
|
|
353
|
+
# Ensure JSON-serializable payload
|
|
354
|
+
import json
|
|
355
|
+
|
|
356
|
+
payload = {
|
|
357
|
+
"title": "Document",
|
|
358
|
+
"count": 42,
|
|
359
|
+
"tags": ["a", "b"],
|
|
360
|
+
"nested": {"key": "value"}
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
# Validate before upsert
|
|
364
|
+
json.dumps(payload) # Should not raise
|
|
365
|
+
|
|
366
|
+
# Avoid non-serializable types
|
|
367
|
+
# NOT valid: datetime, numpy arrays, custom objects
|
|
368
|
+
payload = {
|
|
369
|
+
"timestamp": datetime.now().isoformat(), # Convert to string
|
|
370
|
+
"vector": embedding.tolist() # Convert numpy to list
|
|
371
|
+
}
|
|
372
|
+
```
|
|
373
|
+
|
|
374
|
+
## Memory Issues
|
|
375
|
+
|
|
376
|
+
### Out of Memory
|
|
377
|
+
|
|
378
|
+
**Error**: `MemoryError` or container killed
|
|
379
|
+
|
|
380
|
+
**Solutions**:
|
|
381
|
+
|
|
382
|
+
1. **Enable on-disk storage**:
|
|
383
|
+
```python
|
|
384
|
+
client.create_collection(
|
|
385
|
+
collection_name="large_collection",
|
|
386
|
+
vectors_config=VectorParams(size=384, distance=Distance.COSINE),
|
|
387
|
+
on_disk_payload=True, # Store payloads on disk
|
|
388
|
+
hnsw_config=HnswConfigDiff(on_disk=True) # Store HNSW on disk
|
|
389
|
+
)
|
|
390
|
+
```
|
|
391
|
+
|
|
392
|
+
2. **Use quantization**:
|
|
393
|
+
```python
|
|
394
|
+
# 4x memory reduction
|
|
395
|
+
client.update_collection(
|
|
396
|
+
collection_name="large_collection",
|
|
397
|
+
quantization_config=ScalarQuantization(
|
|
398
|
+
scalar=ScalarQuantizationConfig(
|
|
399
|
+
type=ScalarType.INT8,
|
|
400
|
+
always_ram=False # Keep on disk
|
|
401
|
+
)
|
|
402
|
+
)
|
|
403
|
+
)
|
|
404
|
+
```
|
|
405
|
+
|
|
406
|
+
3. **Increase Docker memory**:
|
|
407
|
+
```bash
|
|
408
|
+
docker run -m 8g -p 6333:6333 qdrant/qdrant
|
|
409
|
+
```
|
|
410
|
+
|
|
411
|
+
4. **Configure Qdrant storage**:
|
|
412
|
+
```yaml
|
|
413
|
+
# config.yaml
|
|
414
|
+
storage:
|
|
415
|
+
performance:
|
|
416
|
+
max_search_threads: 2
|
|
417
|
+
optimizers:
|
|
418
|
+
memmap_threshold_kb: 20000
|
|
419
|
+
```
|
|
420
|
+
|
|
421
|
+
### High Memory Usage During Indexing
|
|
422
|
+
|
|
423
|
+
**Fix**:
|
|
424
|
+
```python
|
|
425
|
+
# Increase indexing threshold for bulk loads
|
|
426
|
+
client.update_collection(
|
|
427
|
+
collection_name="documents",
|
|
428
|
+
optimizer_config={
|
|
429
|
+
"indexing_threshold": 50000 # Delay indexing
|
|
430
|
+
}
|
|
431
|
+
)
|
|
432
|
+
|
|
433
|
+
# Bulk insert
|
|
434
|
+
client.upsert(collection_name="documents", points=all_points, wait=False)
|
|
435
|
+
|
|
436
|
+
# Then optimize
|
|
437
|
+
client.update_collection(
|
|
438
|
+
collection_name="documents",
|
|
439
|
+
optimizer_config={
|
|
440
|
+
"indexing_threshold": 10000 # Resume normal indexing
|
|
441
|
+
}
|
|
442
|
+
)
|
|
443
|
+
```
|
|
444
|
+
|
|
445
|
+
## Cluster Issues
|
|
446
|
+
|
|
447
|
+
### Node Not Joining Cluster
|
|
448
|
+
|
|
449
|
+
**Problem**: New node fails to join cluster.
|
|
450
|
+
|
|
451
|
+
**Fix**:
|
|
452
|
+
```bash
|
|
453
|
+
# Check network connectivity
|
|
454
|
+
docker exec qdrant-node-2 ping qdrant-node-1
|
|
455
|
+
|
|
456
|
+
# Verify bootstrap URL
|
|
457
|
+
docker logs qdrant-node-2 | grep bootstrap
|
|
458
|
+
|
|
459
|
+
# Check Raft state
|
|
460
|
+
curl http://localhost:6333/cluster
|
|
461
|
+
```
|
|
462
|
+
|
|
463
|
+
### Split Brain
|
|
464
|
+
|
|
465
|
+
**Problem**: Cluster has inconsistent state.
|
|
466
|
+
|
|
467
|
+
**Fix**:
|
|
468
|
+
```bash
|
|
469
|
+
# Force leader election
|
|
470
|
+
curl -X POST http://localhost:6333/cluster/recover
|
|
471
|
+
|
|
472
|
+
# Or restart minority nodes
|
|
473
|
+
docker restart qdrant-node-2 qdrant-node-3
|
|
474
|
+
```
|
|
475
|
+
|
|
476
|
+
### Replication Lag
|
|
477
|
+
|
|
478
|
+
**Problem**: Replicas fall behind.
|
|
479
|
+
|
|
480
|
+
**Fix**:
|
|
481
|
+
```python
|
|
482
|
+
# Check collection status
|
|
483
|
+
info = client.get_collection("documents")
|
|
484
|
+
print(f"Status: {info.status}")
|
|
485
|
+
|
|
486
|
+
# Use strong consistency for critical writes
|
|
487
|
+
client.upsert(
|
|
488
|
+
collection_name="documents",
|
|
489
|
+
points=points,
|
|
490
|
+
ordering=WriteOrdering.STRONG
|
|
491
|
+
)
|
|
492
|
+
```
|
|
493
|
+
|
|
494
|
+
## Performance Tuning
|
|
495
|
+
|
|
496
|
+
### Benchmark Configuration
|
|
497
|
+
|
|
498
|
+
```python
|
|
499
|
+
import time
|
|
500
|
+
import numpy as np
|
|
501
|
+
|
|
502
|
+
def benchmark_search(client, collection, n_queries=100, dimension=384):
|
|
503
|
+
# Generate random queries
|
|
504
|
+
queries = [np.random.rand(dimension).tolist() for _ in range(n_queries)]
|
|
505
|
+
|
|
506
|
+
# Warmup
|
|
507
|
+
for q in queries[:10]:
|
|
508
|
+
client.search(collection_name=collection, query_vector=q, limit=10)
|
|
509
|
+
|
|
510
|
+
# Benchmark
|
|
511
|
+
start = time.perf_counter()
|
|
512
|
+
for q in queries:
|
|
513
|
+
client.search(collection_name=collection, query_vector=q, limit=10)
|
|
514
|
+
elapsed = time.perf_counter() - start
|
|
515
|
+
|
|
516
|
+
print(f"QPS: {n_queries / elapsed:.2f}")
|
|
517
|
+
print(f"Latency: {elapsed / n_queries * 1000:.2f}ms")
|
|
518
|
+
|
|
519
|
+
benchmark_search(client, "documents")
|
|
520
|
+
```
|
|
521
|
+
|
|
522
|
+
### Optimal HNSW Parameters
|
|
523
|
+
|
|
524
|
+
```python
|
|
525
|
+
# High recall (slower)
|
|
526
|
+
client.create_collection(
|
|
527
|
+
collection_name="high_recall",
|
|
528
|
+
vectors_config=VectorParams(size=384, distance=Distance.COSINE),
|
|
529
|
+
hnsw_config=HnswConfigDiff(
|
|
530
|
+
m=32, # More connections
|
|
531
|
+
ef_construct=200 # Higher build quality
|
|
532
|
+
)
|
|
533
|
+
)
|
|
534
|
+
|
|
535
|
+
# High speed (lower recall)
|
|
536
|
+
client.create_collection(
|
|
537
|
+
collection_name="high_speed",
|
|
538
|
+
vectors_config=VectorParams(size=384, distance=Distance.COSINE),
|
|
539
|
+
hnsw_config=HnswConfigDiff(
|
|
540
|
+
m=8, # Fewer connections
|
|
541
|
+
ef_construct=64 # Lower build quality
|
|
542
|
+
)
|
|
543
|
+
)
|
|
544
|
+
|
|
545
|
+
# Balanced
|
|
546
|
+
client.create_collection(
|
|
547
|
+
collection_name="balanced",
|
|
548
|
+
vectors_config=VectorParams(size=384, distance=Distance.COSINE),
|
|
549
|
+
hnsw_config=HnswConfigDiff(
|
|
550
|
+
m=16, # Default
|
|
551
|
+
ef_construct=100 # Default
|
|
552
|
+
)
|
|
553
|
+
)
|
|
554
|
+
```
|
|
555
|
+
|
|
556
|
+
## Debugging Tips
|
|
557
|
+
|
|
558
|
+
### Enable Verbose Logging
|
|
559
|
+
|
|
560
|
+
```python
|
|
561
|
+
import logging
|
|
562
|
+
|
|
563
|
+
logging.basicConfig(level=logging.DEBUG)
|
|
564
|
+
logging.getLogger("qdrant_client").setLevel(logging.DEBUG)
|
|
565
|
+
```
|
|
566
|
+
|
|
567
|
+
### Check Server Logs
|
|
568
|
+
|
|
569
|
+
```bash
|
|
570
|
+
# Docker logs
|
|
571
|
+
docker logs -f qdrant
|
|
572
|
+
|
|
573
|
+
# With timestamps
|
|
574
|
+
docker logs --timestamps qdrant
|
|
575
|
+
|
|
576
|
+
# Last 100 lines
|
|
577
|
+
docker logs --tail 100 qdrant
|
|
578
|
+
```
|
|
579
|
+
|
|
580
|
+
### Inspect Collection State
|
|
581
|
+
|
|
582
|
+
```python
|
|
583
|
+
# Collection info
|
|
584
|
+
info = client.get_collection("documents")
|
|
585
|
+
print(f"Status: {info.status}")
|
|
586
|
+
print(f"Points: {info.points_count}")
|
|
587
|
+
print(f"Segments: {len(info.segments)}")
|
|
588
|
+
print(f"Config: {info.config}")
|
|
589
|
+
|
|
590
|
+
# Sample points
|
|
591
|
+
points, _ = client.scroll(
|
|
592
|
+
collection_name="documents",
|
|
593
|
+
limit=5,
|
|
594
|
+
with_payload=True,
|
|
595
|
+
with_vectors=True
|
|
596
|
+
)
|
|
597
|
+
for p in points:
|
|
598
|
+
print(f"ID: {p.id}, Payload: {p.payload}")
|
|
599
|
+
```
|
|
600
|
+
|
|
601
|
+
### Test Connection
|
|
602
|
+
|
|
603
|
+
```python
|
|
604
|
+
def test_connection(host="localhost", port=6333):
|
|
605
|
+
try:
|
|
606
|
+
client = QdrantClient(host=host, port=port, timeout=5)
|
|
607
|
+
collections = client.get_collections()
|
|
608
|
+
print(f"Connected! Collections: {len(collections.collections)}")
|
|
609
|
+
return True
|
|
610
|
+
except Exception as e:
|
|
611
|
+
print(f"Connection failed: {e}")
|
|
612
|
+
return False
|
|
613
|
+
|
|
614
|
+
test_connection()
|
|
615
|
+
```
|
|
616
|
+
|
|
617
|
+
## Getting Help
|
|
618
|
+
|
|
619
|
+
1. **Documentation**: https://qdrant.tech/documentation/
|
|
620
|
+
2. **GitHub Issues**: https://github.com/qdrant/qdrant/issues
|
|
621
|
+
3. **Discord**: https://discord.gg/qdrant
|
|
622
|
+
4. **Stack Overflow**: Tag `qdrant`
|
|
623
|
+
|
|
624
|
+
### Reporting Issues
|
|
625
|
+
|
|
626
|
+
Include:
|
|
627
|
+
- Qdrant version: `curl http://localhost:6333/`
|
|
628
|
+
- Python client version: `pip show qdrant-client`
|
|
629
|
+
- Full error traceback
|
|
630
|
+
- Minimal reproducible code
|
|
631
|
+
- Collection configuration
|