main
Move Gemini demo and update embedding docs
Restore query generation example and fix README path reference
fixed networkx
Update edge keywords extraction in graph visualization
Update the demo and docs
Updated documentation examples to include chunk_order_index case
Remove manual initialize_pipeline_status() calls across codebase
Fix linting
Rename postgres demo to gemini postgres demo and fix linting
Refactor entity types handling in initialize_rag
Improve EmbeddingFunc unwrapping safety and docs
not always drop llm cache in demo
Refactor vLLM demo to use async/await and improve configuration
Plan: Fix linting issues and align HNSW defaults with Milvus 2.4+
style: fix project-wide formatting to comply with pre-commit hooks
Use search_after for get_docs_by_xxx
Update raganything_example.py
Add Cohere reranker config, chunking, and tests