Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Weave CLI Documentation

Complete documentation for the Weave CLI vector database management tool.

Quick Navigation

Core Documentation

  • User Guide - Complete feature documentation and usage guide
  • Architecture - System design, agent layer, orchestration
  • Roadmap - Version history, upcoming features, and release plan
  • VDB Support Matrix - Quick reference feature comparison
  • VDB Support - Detailed database comparison and analysis

Guides

User guides for specific features and workflows:

Database-Specific Documentation

All VDB docs are under vdbs/:

Database Docs Status
Weaviate Setup, Integration Status Stable
Qdrant Setup Stable
Milvus Overview, Setup, Local, Cloud Stable
Chroma Setup Stable
Supabase Overview, Setup, Testing, TODO Stable
MongoDB Overview, Setup, Atlas Stable
Neo4j Overview, Setup, Aura Stable
Pinecone Setup Beta
Elasticsearch Overview, Setup, Local, Cloud Beta
OpenSearch Overview, AWS Stable

Other Documentation

Testing

Integrations

Release Notes

Collaboration

Planning

Active planning docs:

Archive

Historical documentation: archive/

Documentation Structure

docs/
├── README.md                    # This file - documentation index
├── USER_GUIDE.md                # Main user guide
├── ARCHITECTURE.md              # System architecture
├── VDB_SUPPORT.md               # Detailed database comparison
├── VDB_SUPPORT_MATRIX.md        # Quick reference matrix
├── WEAVE_STACK.md               # Stack deployment
│
├── vdbs/                        # All VDB-specific docs
│   ├── weaviate/
│   ├── qdrant/
│   ├── milvus/
│   ├── chroma/
│   ├── supabase/
│   ├── mongodb/
│   ├── neo4j/
│   ├── pinecone/
│   ├── elasticsearch/
│   └── opensearch/
│
├── guides/                      # Feature guides
├── blogs/                       # Blog/video collaboration
├── examples/                    # Usage examples
├── integrations/                # CI/CD integrations
├── tests/                       # Testing documentation
├── planning/                    # Active planning
├── releases/                    # Release notes
├── mcp/                         # MCP integration
└── archive/                     # Historical docs

Support