LightRAG/examples
BukeLy a0dfb47d0d docs: add multi-model vector storage isolation demo
Why this is needed:
Users need practical examples to understand how to use the new vector storage
model isolation feature. Without examples, the automatic migration and multi-model
coexistence patterns may not be clear to developers implementing this feature.

What this adds:
- Comprehensive demo covering three key scenarios:
  1. Creating new workspace with explicit model name
  2. Automatic migration from legacy format (without model_name)
  3. Multiple embedding models coexisting safely
- Detailed inline comments explaining each scenario
- Expected collection/table naming patterns
- Verification steps for each scenario

Impact:
- Provides clear guidance for users upgrading to model isolation
- Demonstrates best practices for specifying model_name
- Shows how to verify successful migrations
- Reduces support burden by answering common questions upfront

Testing:
Example code includes complete async/await patterns and can be run directly
after configuring OpenAI API credentials. Each scenario is self-contained
with explanatory output.

Related commits:
- df5aacb5: Qdrant model isolation implementation
- ad68624d: PostgreSQL model isolation implementation
2025-11-19 23:28:35 +08:00
..
unofficial-sample Remove manual initialize_pipeline_status() calls across codebase 2025-11-17 12:54:33 +08:00
generate_query.py Restore query generation example and fix README path reference 2025-10-29 19:11:40 +08:00
graph_visual_with_html.py fixed networkx 2025-02-19 13:48:18 +01:00
graph_visual_with_neo4j.py Update edge keywords extraction in graph visualization 2025-11-17 12:54:32 +08:00
insert_custom_kg.py Updated documentation examples to include chunk_order_index case 2025-02-19 14:58:51 +01:00
lightrag_azure_openai_demo.py Remove manual initialize_pipeline_status() calls across codebase 2025-11-17 12:54:33 +08:00
lightrag_ollama_demo.py Remove manual initialize_pipeline_status() calls across codebase 2025-11-17 12:54:33 +08:00
lightrag_openai_compatible_demo.py Remove manual initialize_pipeline_status() calls across codebase 2025-11-17 12:54:33 +08:00
lightrag_openai_demo.py Remove manual initialize_pipeline_status() calls across codebase 2025-11-17 12:54:33 +08:00
lightrag_openai_mongodb_graph_demo.py Remove manual initialize_pipeline_status() calls across codebase 2025-11-17 12:54:33 +08:00
modalprocessors_example.py Remove manual initialize_pipeline_status() calls across codebase 2025-11-17 12:54:33 +08:00
multi_model_demo.py docs: add multi-model vector storage isolation demo 2025-11-19 23:28:35 +08:00
raganything_example.py Update raganything_example.py 2025-07-04 11:32:01 +08:00
rerank_example.py Remove manual initialize_pipeline_status() calls across codebase 2025-11-17 12:54:33 +08:00